Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/onramplab/php-api-client
https://github.com/onramplab/php-api-client
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/onramplab/php-api-client
- Owner: OnrampLab
- License: mit
- Created: 2021-05-21T11:16:13.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-31T07:20:06.000Z (almost 2 years ago)
- Last Synced: 2024-11-11T21:32:35.537Z (6 days ago)
- Language: PHP
- Size: 26.4 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# php-api-client
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md)
[![CircleCI](https://circleci.com/gh/OnrampLab/php-api-client.svg?style=shield)](https://circleci.com/gh/OnrampLab/php-api-client)
[![Total Downloads](https://img.shields.io/packagist/dt/onramplab/php-api-client.svg?style=flat-square)](https://packagist.org/packages/onramplab/php-api-client)A basic PHP API Client.
## Install
```bash
composer require onramplab/php-api-client
```## Usage
## Testing
Run the tests with:
```bash
vendor/bin/phpunit
```## Contributing
Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
## Security
If you discover any security-related issues, please email [email protected] instead of using the issue tracker.
## License
The MIT License (MIT). Please see [License File](/LICENSE.md) for more information.# php-api-client