ricardosierra / library
Misc PHP code
4.0.3
2020-06-16 14:45 UTC
Requires
- php: >=5.4.0
- illuminate/support: ^5.0|^6.0|^7.0|^8.0
Requires (Dev)
- mockery/mockery: 0.9.*
- phpunit/phpunit: ~5.7
This package is auto-updated.
Last update: 2026-06-10 16:54:07 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',