addapp/breezometer-laravel

Laravel implementation of the Breezometer-php client
3,548 1
Install
composer require addapp/breezometer-laravel
PHP:>=5.4.0
License:MIT
Last Updated:Apr 2, 2015
Links: GitHub  ·  Packagist
Maintainer: nWidart

Breezometer-laravel

Latest Version Software License Build Status Coverage Status Quality Score Total Downloads

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

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.

Related Packages

reliese/laravel

Reliese Components for Laravel Framework code generation.

3,759,523 1,709
php-tmdb/laravel

Laravel Package for TMDB ( The Movie Database ) API. Provides easy access to the...

53,303 162
laravel-ja/laravel

The Laravel Framework.

5,667 17
kavenegar/laravel

laravel 4 and 5 kavenegar integration

350,771 85
laravel/laravel

The skeleton application for the Laravel framework.

63,554,347 84,619