Download the PHP package glynnforrest/crutches without Composer
On this page you can find all versions of the php package glynnforrest/crutches. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download glynnforrest/crutches
More information about glynnforrest/crutches
Files in glynnforrest/crutches
Download glynnforrest/crutches
More information about glynnforrest/crutches
Files in glynnforrest/crutches
Please rate this library. Is it a good library?
Informations about the package crutches
Crutches
A PHP utility library
Included classes:
- DotArray - Set and get values from complex array structures easily.
- ItemList - Manipulate a list of objects (arrays with numeric keys). Methods are inspired by functional concepts such as map, filter and take. All methods that operate on the list return a new instance, leaving the original list unchanged.
- MutableItemList - The same as ItemList, except all methods modify the object instead of returning a new instance.
- Bitmask - A series of flags used to represent a group of properties (e.g. user permissions).
- NamedBitmask - An extension of Bitmask that abstracts numeric flags away from the user, instead referring to named flags.
- Roman - Convert integers to roman numerals and back again.
See the docs/ directory for detailed usage on each.
Installation
Crutches is installed via Composer. To add it to your project, simply add it to your composer.json file:
And run composer to update your dependencies:
License
MIT
All versions of crutches with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
The package glynnforrest/crutches contains the following files
Loading the files please wait ....