https://github.com/bkwld/php-library
PHP utility classes
https://github.com/bkwld/php-library
laravel php utilities
Last synced: 9 months ago
JSON representation
PHP utility classes
- Host: GitHub
- URL: https://github.com/bkwld/php-library
- Owner: BKWLD
- Created: 2012-10-01T23:06:22.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2019-10-22T22:50:49.000Z (almost 7 years ago)
- Last Synced: 2024-10-30T08:03:22.787Z (over 1 year ago)
- Topics: laravel, php, utilities
- Language: PHP
- Homepage: http://bkwld.com
- Size: 359 KB
- Stars: 7
- Watchers: 15
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bukwild PHP Library [](https://travis-ci.org/BKWLD/php-library)
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
1. Run `composer require bkwld/library`
2. Add as a provider in your config/app.php's provider list: `'Bkwld\Library\ServiceProvider',`