dev-master
9999999-dev
Apache-2.0
The Requires
The Development Requires
1.0.2
1.0.2.0
Apache-2.0
The Requires
The Development Requires
1.0.1
1.0.1.0
The Requires
The Development Requires
This library will help you implement REST APIs faster. Just add an adapter that implements the interface, set the base URL and you are good to go. It's shipped with an OAuth adapter., (*1)
composer require weblabnl/restclient
$api = new \Weblab\RESTClient\RESTClient(); $adapter = (new \Weblab\RESTClient\Adapters\OAuth) ->setAccessToken($accessToken); $api->setAdapter($adapter); $api->setBaseURL('https://api.weblab.nl');
$result = $api->post('/users', ['first_name' => 'Ankie', 'last_name' => 'Visser']);
Apache-2.0
Apache-2.0