bkwld/library

Misc PHP code

4.0.2 2017-04-27 02:57 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

  1. Run composer require bkwld/library

  2. Add as a provider in your config/app.php's provider list: 'Bkwld\Library\ServiceProvider',