https://github.com/brokeyourbike/bizao-api-client-php
Bizao API Client for PHP
https://github.com/brokeyourbike/bizao-api-client-php
api api-client api-client-php bizao php
Last synced: 4 months ago
JSON representation
Bizao API Client for PHP
- Host: GitHub
- URL: https://github.com/brokeyourbike/bizao-api-client-php
- Owner: brokeyourbike
- License: bsd-3-clause
- Created: 2024-12-15T22:45:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-16T15:59:10.000Z (over 1 year ago)
- Last Synced: 2025-11-12T23:38:27.350Z (7 months ago)
- Topics: api, api-client, api-client-php, bizao, php
- Language: PHP
- Homepage: https://bizao.com/bizao-api-documentation-2/
- Size: 59.6 KB
- Stars: 0
- Watchers: 1
- 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
# bizao-api-client-php
[](https://github.com/brokeyourbike/bizao-api-client-php/releases)
[](https://packagist.org/packages/brokeyourbike/bizao-api-client)
Bizao API Client for PHP
## Installation
```bash
composer require brokeyourbike/bizao-api-client
```
## Usage
```php
use BrokeYourBike\Bizao\Client;
use BrokeYourBike\Bizao\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/bizao-api-client-php/blob/main/LICENSE)