Package Data | |
---|---|
Maintainer Username: | nWidart |
Maintainer Contact: | n.widart@gmail.com (Nicolas Widart) |
Package Create Date: | 2015-03-30 |
Package Last Update: | 2015-04-02 |
Home Page: | |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-22 03:06:57 |
Package Statistics | |
---|---|
Total Downloads: | 3,548 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 1 |
Total Watchers: | 13 |
Total Forks: | 0 |
Total Open Issues: | 0 |
Laravel implementation of the Breezometer-php client. This contains a service provider and a facade.
Laravel | Testbench :---------|:---------- 4.2.x | dev-laravel-4 5.0.x | 1.0.*@dev
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"
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.
$ phpunit
Please see CONTRIBUTING for details.
The MIT License (MIT). Please see License File for more information.