bkwld / library
Misc PHP code
Installs: 13 133
Dependents: 1
Suggesters: 0
Security: 0
Stars: 7
Watchers: 15
Forks: 2
Open Issues: 1
Requires
- php: >=5.4.0
- illuminate/support: ^5.0
Requires (Dev)
- mockery/mockery: 0.9.*
- phpunit/phpunit: ~5.7
- dev-master
- 4.0.2
- 4.0.1
- 4.0.0
- 3.0.1
- 3.0.0
- 2.x-dev
- 2.21.2
- 2.21.1
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.7
- 2.18.6
- 2.18.5
- 2.18.4
- 2.18.3
- 2.18.2
- 2.18.1
- 2.18
- 2.17.5
- 2.17.4
- 2.17.3
- 2.17.2.1
- 2.17.2
- 2.17.1
- 2.17.0
- 2.16.1
- 2.16.0
- 2.15.2
- 2.15.1
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.1
- 2.12.0
- 2.11.1
- 2.11.0
- 2.10.3
- 2.10.2
- 2.10.1
- 2.10.0
- 2.9.4
- 2.9.3
- 2.9.2
- 2.9.1
- 2.9.0
- 2.8.3
- 2.8.2
- 2.8.1
- 2.8.0
- 2.7.3
- 2.7.2
- 2.7.1
- 2.7.0
- 2.6.1
- 2.6.0
- 2.5.1
- 2.5.0
- 2.4.0
- 2.3.0
- 2.2.1
- 2.2.0
- 2.1.4
- 2.1.3
- 2.1.2
- 2.1.1
- 2.1.0
- 2.0.4
- 2.0.3
- 2.0.2
- 2.0.1
- 2.0.0
This package is auto-updated.
Last update: 2024-10-23 09:43:11 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',