https://github.com/brokeyourbike/parallex-bank-api-client-php
Parallex Bank API Client for PHP
https://github.com/brokeyourbike/parallex-bank-api-client-php
api api-client api-client-php hacktoberfest parallex-bank php php8 rest-api
Last synced: over 1 year ago
JSON representation
Parallex Bank API Client for PHP
- Host: GitHub
- URL: https://github.com/brokeyourbike/parallex-bank-api-client-php
- Owner: brokeyourbike
- License: mpl-2.0
- Created: 2023-05-14T10:00:18.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-16T22:51:54.000Z (almost 3 years ago)
- Last Synced: 2025-01-24T10:32:40.622Z (over 1 year ago)
- Topics: api, api-client, api-client-php, hacktoberfest, parallex-bank, php, php8, rest-api
- Language: PHP
- Homepage: https://parallexbank.com
- Size: 31.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
# parallex-bank-api-client
[](https://github.com/brokeyourbike/parallex-bank-api-client-php/releases)
[](https://packagist.org/packages/brokeyourbike/parallex-bank-api-client)
[](https://codeclimate.com/github/brokeyourbike/parallex-bank-api-client-php/maintainability)
[](https://codeclimate.com/github/brokeyourbike/parallex-bank-api-client-php/test_coverage)
Parallex Bank API Client for PHP
## Installation
```bash
composer require brokeyourbike/parallex-bank-api-client
```
## Usage
```php
use BrokeYourBike\ParallexBank\Client;
use BrokeYourBike\ParallexBank\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
[Mozilla Public License v2.0](https://github.com/brokeyourbike/parallex-bank-api-client-php/blob/main/LICENSE)