squeaky-minds / squeaky-minds-php-helper
A collection of missing php functions.
1.3.5
2019-08-28 15:26 UTC
Requires
- php: >=5.5.0
- misd/linkify: ^1.1
Requires (Dev)
- codeclimate/php-test-reporter: dev-master
- pdepend/pdepend: 2.5.0
- phing/phing: 2.*
- phpdocumentor/phpdocumentor: 2.*
- phpunit/phpunit: ^5.7
- squizlabs/php_codesniffer: 2.*
README
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.
Description
Helper libraries used in the implementation of various PHP web applications I have developed over the years. (15+!)
Documentation
Read the documentation.
Installation
Add the following line to the require
section of composer.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
.