ceikermann / apitalk
A very simple PHP 5.3 library to send HTTP request to an API
Installs: 994
Dependents: 1
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 0
Open Issues: 1
pkg:composer/ceikermann/apitalk
Requires
- php: >=5.3.2
- symfony/browser-kit: 2.1.*
This package is not auto-updated.
Last update: 2021-03-11 08:34:09 UTC
README
Description
apiTalk is a very simple PHP 5.3 library to send HTTP request to an API based on the Symfony BrowserKit component.
Example
<?php $client = new apiTalk\Client(); $response = $client->get('http://www.google.com');
Contributing
If you want to change or to improve something, feel free to fork it and send me pull requests