Introduction
What Is PHP: The Missing Bits?
Ganbaro Digital's PHP: The Missing Bits provides functionality that we wish was built into PHP itself.
Goals
PHP: The Missing Bits's purpose is to provide a home for all the single functions that we find ourselves duplicating in different libraries. These are small functions that aren't worth putting into their own packages, and which make sense as a collection like this.
Design Constraints
The library's design is guided by the following constraint(s):
- Every function or class has to be a standalone unit.
- No external dependencies.
We want this library to feel like an extension to PHP itself, and to be something that any other Composer package could reliably depend upon.
Questions?
This package was created by Stuart Herbert for Ganbaro Digital Ltd. Follow @ganbarodigital or @stuherbert for updates.