addapp/breezometer-laravel

Laravel implementation of the Breezometer-php client

dev-master / 1.0.x-dev 2015-04-02 08:27 UTC

This package is not auto-updated.

Last update: 2024-04-13 14:34:38 UTC


README

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.