Download the PHP package atrapalo/php-tools without Composer
On this page you can find all versions of the php package atrapalo/php-tools. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download atrapalo/php-tools
More information about atrapalo/php-tools
Files in atrapalo/php-tools
Download atrapalo/php-tools
More information about atrapalo/php-tools
Files in atrapalo/php-tools
Vendor atrapalo
Package php-tools
Short Description Several PHP 7 tools to make life a little easier
License MIT
Homepage https://github.com/atrapalo/php-tools
Package php-tools
Short Description Several PHP 7 tools to make life a little easier
License MIT
Homepage https://github.com/atrapalo/php-tools
Please rate this library. Is it a good library?
Informations about the package php-tools
PHP Tools
Several PHP 7 tools to make life a little easier
Installation
Enum
PHP Enum implementation inspired from SplEnum
and based on project myclabs/php-enum
because it is not integrated to PHP, you have to install it separately.
Using an enum instead of class constants provides the following advantages:
- You can type-hint:
function setAction(Action $action) {
- You can enrich the enum with methods (e.g.
format
,parse
, …) - You can extend the enum to add new values (make your enum
final
to prevent it) - You can get a list of all the possible values (see below)
This Enum class is not intended to replace class constants, but only to be used when it makes sense.
See documentation
Collection
PHP EntityCollection implementation inspired on ArrayCollection
from project doctrine/collections
.
See documentation
All versions of php-tools with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.0
ext-reflection Version *
ext-reflection Version *
The package atrapalo/php-tools contains the following files
Loading the files please wait ....