meeshalk / glo-api-php-sdk
A PHP SDK to use Glo Global ERS Web Services API
v0.2.5
2024-02-14 16:04 UTC
Requires
- php: >=8.0
- guzzlehttp/guzzle: ^7.8
- guzzlehttp/psr7: ^2.6
- monolog/monolog: ^3.5
- phpro/soap-client: ^3.1
Requires (Dev)
- mockery/mockery: ^1.6
- phpunit/phpunit: ^10.5
- psy/psysh: ^0.12.0
README
This package is a SDK for ERS Web Services SOAP API
To install, run the following composer command:
composer require meeshalk/glo-api-php-sdk
To Config:
edit the config file config/soap-client.php
according to your SOAP Engine
For custom or new classes:
Submit issue or pull request, this package useage phpro/soap-client
as Soap Client.