ganbarodigital / php-the-missing-bits
Installs: 4 727
Dependents: 10
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 0
Open Issues: 0
Requires
- php: >= 5.5
Requires (Dev)
- couscous/couscous: dev-develop
- phpunit/phpunit: ^4.6
README
Introduction
PHP: The Missing Bits is a collection of basic functions that we wish were part of PHP itself. You can drop this package into your own project to save you time and effort.
Installation
Run this command to add this library to your composer.json
file:
composer require ganbarodigital/php-the-missing-bits
Usage
See our docs page for a tutorial and reference documentation.