README.md
# SqueakyMindsPhpHelper
Copyright (c) 2001-2017, Brian Tafoya
This library is distributed in the hope that it will be useful - WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
[![Author](https://img.shields.io/badge/author-btafoya@briantafoya.com-blue.svg?style=flat-square)](https://www.briantafoya.com)
[![Latest Stable Version](https://poser.pugx.org/squeaky-minds/squeaky-minds-php-helper/version)](https://packagist.org/packages/squeaky-minds/squeaky-minds-php-helper)
[![GitHub Tag](https://img.shields.io/github/tag/btafoya/SqueakyMindsPhpHelper.svg?style=flat-square)](https://github.com/openwebpresence/owp-framework)
[![Code Climate](https://codeclimate.com/github/btafoya/SqueakyMindsPhpHelper/badges/gpa.svg)](https://codeclimate.com/github/btafoya/SqueakyMindsPhpHelper)
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE)
[![Packagist](https://img.shields.io/packagist/dt/squeaky-minds/squeaky-minds-php-helper.svg?style=flat-square)](https://packagist.org/packages/squeaky-minds/squeaky-minds-php-helper)
[![Build Status](https://travis-ci.org/btafoya/SqueakyMindsPhpHelper.svg?branch=master)](https://travis-ci.org/btafoya/SqueakyMindsPhpHelper)
## Description
Helper libraries used in the implementation of various PHP web applications I have developed over the years. (15+!)
## Documentation
Read the [documentation](http://btafoya.github.io/SqueakyMindsPhpHelper/).
## Installation
Add the following line to the `require` section of `composer.json`:
```json
{
"require": {
"squeaky-minds/squeaky-minds-php-helper": "*"
}
}
```
OR
Require this package with composer:
```
composer require squeaky-minds/squeaky-minds-php-helper
```
Update your packages with ```composer update``` or install with ```composer install```.
## Contribute
https://github.com/btafoya/SqueakyMindsPhpHelper/pulls