An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Bukwild PHP Library [![Build Status](https://travis-ci.org/BKWLD/php-library.svg)](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',`