bkwld / library
Misc PHP code
4.0.2
2017-04-27 02:57 UTC
Requires
- php: >=5.4.0
- illuminate/support: ^5.0
Requires (Dev)
- mockery/mockery: 0.9.*
- phpunit/phpunit: ~5.7
This package is auto-updated.
Last update: 2026-05-23 12:58:28 UTC
README
This is a bundle designed to work with Laravel but it tries to stay independent where possible.
Contents
- APIs - Reusable components for working with 3rd party APIs like Twitter
- Laravel - Reusable components designed to work with Laravel
- Utils - General framework independent utilities
Installation
-
Run
composer require bkwld/library -
Add as a provider in your config/app.php's provider list:
'Bkwld\Library\ServiceProvider',