Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cleantalk/_remote_calls


https://github.com/cleantalk/_remote_calls

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

Install:

`composer require cleantalk/remote-calls`

Using:

```php
process();
} catch ( \Cleantalk\Common\RemoteCalls\Exceptions\RemoteCallsException $exception ) {
// Do logging here
die 'FAIL ' . json_encode(array('error' => $exception->getMessage()))
}
}
```