Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/owenvoke/coinapi
A PHP wrapper for the CoinAPI API.
https://github.com/owenvoke/coinapi
api coinapi composer php wrapper
Last synced: 1 day ago
JSON representation
A PHP wrapper for the CoinAPI API.
- Host: GitHub
- URL: https://github.com/owenvoke/coinapi
- Owner: owenvoke
- License: mit
- Created: 2018-10-16T20:21:31.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-20T16:46:39.000Z (over 6 years ago)
- Last Synced: 2024-11-27T23:12:42.266Z (2 months ago)
- Topics: api, coinapi, composer, php, wrapper
- Language: PHP
- Homepage: https://packagist.org/packages/pxgamer/coinapi
- Size: 27.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# coinapi
[![Latest Version on Packagist][ico-version]][link-packagist]
[![Software License][ico-license]](LICENSE.md)
[![Build Status][ico-travis]][link-travis]
[![Style CI][ico-styleci]][link-styleci]
[![Code Coverage][ico-code-quality]][link-code-quality]
[![Total Downloads][ico-downloads]][link-downloads]A PHP wrapper for the CoinAPI API.
## Install
Via Composer
```bash
$ composer require pxgamer/coinapi
```## Usage
...
## Change log
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
## Testing
```bash
$ composer test
```## Contributing
Please see [CONTRIBUTING](.github/CONTRIBUTING.md) and [CODE_OF_CONDUCT](.github/CODE_OF_CONDUCT.md) for details.
## Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
## Credits
- [pxgamer][link-author]
- [All Contributors][link-contributors]## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.
[ico-version]: https://img.shields.io/packagist/v/pxgamer/coinapi.svg?style=flat-square
[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square
[ico-travis]: https://img.shields.io/travis/pxgamer/coinapi/master.svg?style=flat-square
[ico-styleci]: https://styleci.io/repos/153348988/shield
[ico-code-quality]: https://img.shields.io/codecov/c/github/pxgamer/coinapi.svg?style=flat-square
[ico-downloads]: https://img.shields.io/packagist/dt/pxgamer/coinapi.svg?style=flat-square[link-packagist]: https://packagist.org/packages/pxgamer/coinapi
[link-travis]: https://travis-ci.com/pxgamer/coinapi
[link-styleci]: https://styleci.io/repos/153348988
[link-code-quality]: https://codecov.io/gh/pxgamer/coinapi
[link-downloads]: https://packagist.org/packages/pxgamer/coinapi
[link-author]: https://github.com/pxgamer
[link-contributors]: ../../contributors