noisim / hubstaff
Hubstaff REST API client for Laravel.
dev-master
2017-10-19 10:32 UTC
Requires
- illuminate/support: ^5.5
- nategood/httpful: *
- symfony/http-foundation: ~3.3
This package is auto-updated.
Last update: 2025-03-28 00:42:13 UTC
README
Rest client package for Laravel that you can use to consume Hubstaff REST API.
How to use
This package is installed via Composer. To install, simply add it
to your composer.json
file:
{ "require": { "noisim/hubstaff": "dev-master" } }
and run composer to update the dependencies composer update
.
Then open your Laravel config file config/app.php and in the $providers
array add the service provider for this package.
\Noisim\Hubstaff\HubstaffServiceProvider::class
Finally generate the configuration file running in the console:
php artisan vendor:publish --tag=config