https://github.com/brokeyourbike/wizall-api-client-php
Wizall API client for PHP
https://github.com/brokeyourbike/wizall-api-client-php
api-client burkina-faso cote-d-ivoire mali php php8 rest-api senegal wizall
Last synced: 3 months ago
JSON representation
Wizall API client for PHP
- Host: GitHub
- URL: https://github.com/brokeyourbike/wizall-api-client-php
- Owner: brokeyourbike
- License: bsd-3-clause
- Created: 2024-02-08T09:51:52.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-11T12:10:30.000Z (9 months ago)
- Last Synced: 2025-06-01T15:51:22.610Z (4 months ago)
- Topics: api-client, burkina-faso, cote-d-ivoire, mali, php, php8, rest-api, senegal, wizall
- Language: PHP
- Homepage: https://docs-api.wizall.com
- Size: 72.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# wizall-api-client
[](https://github.com/brokeyourbike/wizall-api-client-php/releases)
[](https://packagist.org/packages/brokeyourbike/wizall-api-client)
[](https://codeclimate.com/github/brokeyourbike/wizall-api-client-php/maintainability)
[](https://codeclimate.com/github/brokeyourbike/wizall-api-client-php/test_coverage)Wizall API client for PHP
## Installation
```bash
composer require brokeyourbike/wizall-api-client
```## Usage
```php
use BrokeYourBike\Wizall\Client;
use BrokeYourBike\Wizall\Interfaces\ConfigInterface;assert($config instanceof ConfigInterface);
assert($httpClient instanceof \GuzzleHttp\ClientInterface);
assert($psrCache instanceof \Psr\SimpleCache\CacheInterface);$apiClient = new Client($config, $httpClient, $psrCache);
$apiClient->getAuthToken();
```## Authors
- [Ivan Stasiuk](https://github.com/brokeyourbike) | [Twitter](https://twitter.com/brokeyourbike) | [LinkedIn](https://www.linkedin.com/in/brokeyourbike) | [stasi.uk](https://stasi.uk)## License
[BSD-3-Clause License](https://github.com/brokeyourbike/wizall-api-client-php/blob/main/LICENSE)