Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/onramplab/php-api-client


https://github.com/onramplab/php-api-client

Last synced: 6 days ago
JSON representation

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