Last Updated | | Ratings | | Unique User Downloads | | Download Rankings |
2020-07-21 (1 month ago) ![RSS 2.0 feed](/graphics/phpclasses/rss2.png) | | Not yet rated by the users | | Total: 30 | | All time: 9,988 This week: 136![Up](/graphics/phpclasses/up.png) |
|
Description | | Author |
This class can send call to Web service registered in a directory.
It takes the name of Web service previously registered in a directory to obtain the Web service URL.
Then the class can send HTTP requests to the specified Web service URL using a given user name and password. | |
![Picture of Alexey Dodonov Picture of Alexey Dodonov](/picture/user/1556212.jpg) |
|
Innovation award
![Innovation award](/graphics/phpclasses/innovation-award-logo.png) Nominee: 1x |
|
Details
Service client
![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/alexdodonov/mezon-service-client/badges/quality-score.png?b=master)
Intro
Mezon provides simple client services based on the Mezon framework.
Installation
Just print in console
composer require mezon/service-client
And that's all )
Setup
First of all you need to create client and set to wich service it must send requests:
$client = new \Mezon\Service\ServiceClient('https://some-service.com/');
And since then you can connect to this service:
client->connect('login', 'password');
Default methods
You already know about one out-of-the box method - connect. But there are more of them.
|
Applications that use this package |
|
No pages of applications that use this class were specified.
If you know an application of this package, send a message to the author to add a link here.