sportily / sportily-laravel-api-client
A Sportily API client library for Laravel
dev-master
2019-02-25 09:32 UTC
Requires
- php: >=5.5.9
- guzzlehttp/guzzle: ~5.0
- laravel/framework: 5.2.*
- sportily/sportily-laravel-oauth-client: dev-master@dev
This package is auto-updated.
Last update: 2024-10-25 22:09:01 UTC
README
Description coming soon...
Installation
Composer is the recommended way to install this package. Add the following line to your composer.json
file:
"sportily/sportily-laravel-api-client": "dev-master@dev"
Then run composer update
to get the package.
Once composer has installed the package this the following line to the providers
array, located in your config/app.php
file:
Sportily\Api\ApiServiceProvider::class,
Next, run php artisan vendor:publish
to publish this package's configuration. You should not need to edit the configuration file.