teratic / laravel-bridge
Bridge classes to use Laravel components outside of a Laravel application
dev-master
2017-01-15 19:25 UTC
Requires
- php: >=5.5.0
- container-interop/container-interop: ^1.1
- illuminate/events: ^5.2
- symfony/event-dispatcher: ^3.0
Requires (Dev)
- illuminate/broadcasting: ^5.2
- illuminate/queue: ^5.2
- mockery/mockery: ^0.9.7
- phpunit/phpunit: ^4.0|^5.0
- pimple/pimple: ^3.0
- scrutinizer/ocular: ^1.1
- squizlabs/php_codesniffer: ^2.2
Suggests
- illuminate/broadcasting: ^5.2
- illuminate/queue: ^5.2
- pimple/pimple: ^3.0
This package is not auto-updated.
Last update: 2024-10-26 20:48:17 UTC
README
PHP Laravel Bidge are a set of clasess to make easy to use Laravel 5 components outside of Laravel framework.
TODO
- Make tests work on Laravel <5.3.x.
- Add examples.
Requirements
Laravel Bridge requires PHP 5.4+.
Installation
The supported way of installing Laravel Bridge is via Composer.
$ composer require teratic/laravel-bridge
License
The MIT License (MIT). Please see License File for more information.