victoravelar / openfutdata-client
Simple client to interact with Open Football Data
v1.3.2
2017-12-25 10:50 UTC
Requires
- php: ~7.0|~7.1
- guzzlehttp/guzzle: ^6.3
- illuminate/support: ^5.5
Requires (Dev)
- phpunit/phpunit: >=5.4.3
- squizlabs/php_codesniffer: ^2.3
README
Install
Via Composer
$ composer require victoravelar/openfutdata-client
Usage
require 'vendor/autoload.php'; $client = new Client(); // Returns a collection of competitions. $client->getCompetitions();
Change log
Please see CHANGELOG for more information on what has changed recently.
Testing
$ composer test
Contributing
Please see CONTRIBUTING and CODE_OF_CONDUCT for details.
Security
If you discover any security related issues, please email aovo128446@upemor.edu.mx instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.