Laravel implementation of the Breezometer-php client
addapp/breezometer-laravel is a Laravel package for laravel implementation of the breezometer-php client.
It currently has 1 GitHub stars and 3.548 downloads on Packagist.
Install it with composer require addapp/breezometer-laravel.
Discover more Laravel packages by addapp
or browse all Laravel packages to compare alternatives.
Last updated
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.