bkwld/library
Misc PHP code
Maintainers
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
Suggests
None
Provides
None
Conflicts
None
Replaces
None
MIT 47a0256d4647998e39ca112d382192f13ad644ce
- Robert Reinhard <info.woop@bkwld.com>
This package is auto-updated.
Last update: 2026-06-23 13:11:42 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',
