2017 © Pedro Peláez
 

library webservice

package for request to another server

image

roshangara/webservice

package for request to another server

  • Friday, March 2, 2018
  • by mtc2012
  • Repository
  • 1 Watchers
  • 0 Stars
  • 5 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

webservice

package for request to another server, (*1)

Install with composer, (*2)

composer require roshangara/webservice

Usage

send request

 $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();

The Versions

02/03 2018

dev-master

9999999-dev https://github.com/roshangara/webservice

package for request to another server

  Sources   Download

MIT

The Requires

 

laravel lumen webservice roshangara