Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cleantalk/_remote_calls
https://github.com/cleantalk/_remote_calls
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/cleantalk/_remote_calls
- Owner: CleanTalk
- Created: 2022-10-19T07:47:58.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-13T11:41:27.000Z (4 months ago)
- Last Synced: 2024-11-18T18:08:35.099Z (about 1 month ago)
- Language: PHP
- Size: 19.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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()))
}
}
```