dev-master
9999999-dev https://github.com/roshangara/webservicepackage for request to another server
MIT
The Requires
laravel lumen webservice roshangara
Wallogit.com
2017 © Pedro Peláez
package for request to another server
package for request to another server, (*1)
Install with composer, (*2)
composer require roshangara/webservice
$webservice = new \Roshangara\Webservice\Webservice();
$webservice
->setMethod('get')
->setUrl('https://restcountries.eu/rest/v2/')
->setFunction('all')
->setParam('fullText', 'true')
->send();
\\ get array result
$webservice->getResult();
package for request to another server
MIT
laravel lumen webservice roshangara