addapp / breezometer-laravel
Laravel implementation of the Breezometer-php client
Installs: 3 548
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 13
Forks: 0
Open Issues: 0
Requires
- php: >=5.4.0
- addapp/breezometer-php: ~1.0
- illuminate/support: ~5.0
Requires (Dev)
- orchestra/testbench: ~3.0
- phpunit/phpunit: 4.*
- scrutinizer/ocular: ~1.1
This package is not auto-updated.
Last update: 2024-10-26 17:35:09 UTC
README
Laravel implementation of the Breezometer-php client. This contains a service provider and a facade.
Install
Via Composer
$ composer require addapp/breezometer-laravel
Add the service provider to config/app.php
'Addapp\BreezometerLaravel\BreezometerServiceProvider'
Optional: Publish the configuration file
$ php artisan vendor:publish --provider="Addapp\BreezometerLaravel\BreezometerServiceProvider"
Usage
Inject the Breezometer
class into your methods/constructors. Or use the Breezometer
Facade.
For information on the usage of the Breezometer class, please refer to the original repository.
Testing
$ phpunit
Contributing
Please see CONTRIBUTING for details.
Credits
License
The MIT License (MIT). Please see License File for more information.