https://github.com/brokeyourbike/pixpayment-api-client-php
Pixel Payment API Client for PHP
https://github.com/brokeyourbike/pixpayment-api-client-php
api api-client api-client-php php pixpayment
Last synced: 4 months ago
JSON representation
Pixel Payment API Client for PHP
- Host: GitHub
- URL: https://github.com/brokeyourbike/pixpayment-api-client-php
- Owner: brokeyourbike
- License: bsd-3-clause
- Created: 2024-12-15T19:29:56.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-06T09:44:57.000Z (8 months ago)
- Last Synced: 2025-06-25T23:37:07.885Z (7 months ago)
- Topics: api, api-client, api-client-php, php, pixpayment
- Language: PHP
- Homepage: https://developer.pixpayment.net/docs/index.html
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# pixpayment-api-client-php
[](https://github.com/brokeyourbike/pixpayment-api-client-php/releases)
[](https://packagist.org/packages/brokeyourbike/pixpayment-api-client)
PixPayment API Client for PHP
## Installation
```bash
composer require brokeyourbike/pixpayment-api-client
```
## Usage
```php
use BrokeYourBike\PixPayment\Client;
use BrokeYourBike\PixPayment\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/pixpayment-api-client-php/blob/main/LICENSE)