Download the PHP package techinasia/laravel-stream without Composer
On this page you can find all versions of the php package techinasia/laravel-stream. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download techinasia/laravel-stream
More information about techinasia/laravel-stream
Files in techinasia/laravel-stream
Package laravel-stream
Short Description Stream bridge for Laravel 5.
License MIT
Homepage https://github.com/techinasia/laravel-stream
Informations about the package laravel-stream
Laravel Stream
Contents
- Features
- Installation
- Usage
- Changelog
- Testing
- Security
- Contributing
- Credits
- License
Features
- Wrapper for Stream's low-level PHP client.
- Multiple applications support.
- Laravel facade for client.
Installation
Install this package with Composer:
Register the service provider in your config/app.php
:
[Optional] Register the facade in your config/app.php
, under aliases
:
Configuration
Publish all the vendor assets:
This will create a file called stream.php
in the config
folder. Create an application via Stream's admin interface and copy the API key and secret to the configuration file.
You can add more applications by adding more key/secret pairs to the configuration file:
Examples
Changelog
Please see CHANGELOG for more information for what has changed recently.
Testing
Security
If you discover any security related issues, please email [email protected] instead of using the issues tracker.
Contributing
Please see CONTRIBUTING for details.
Credits
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-stream with dependencies
illuminate/contracts Version ^5.1|^5.2|^5.3
illuminate/support Version ^5.1|^5.2|^5.3
get-stream/stream Version ^2.2