Download the PHP package axy/creator without Composer
On this page you can find all versions of the php package axy/creator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor axy
Package creator
Short Description Creation of objects by parameters
License MIT
Homepage https://github.com/axypro/creator
Package creator
Short Description Creation of objects by parameters
License MIT
Homepage https://github.com/axypro/creator
Please rate this library. Is it a good library?
Informations about the package creator
axy\creator
Creation of objects by parameters (PHP).
- The library does not require any dependencies.
- Tested on PHP 5.4+, PHP 7, HHVM (on Linux), PHP 5.5 (on Windows).
- Install:
composer require axy/creator
. - License: MIT.
Documentation
The library for creating similar objects by the specified pattern.
Apply in the following cases
- Lazy load: not all objects can be required, and the creation of an extra is overhead
- Lazy programmer: creating objects requires a lot of monotonous code
Contents
- Examples
- Context and pointer
- Format of pointer
- Format of context
- Class Creator
- Class Lazy
- Class Subs
- Rules of classname resolving
- List of errors
Callbacks
The library use axy/callbacks. Wherever require a callback, you can use the extended format.
All versions of creator with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4.0
axy/errors Version ~1.0.1
axy/callbacks Version ~1.0.1
axy/magic Version ~1.0.1
axy/errors Version ~1.0.1
axy/callbacks Version ~1.0.1
axy/magic Version ~1.0.1
The package axy/creator contains the following files
Loading the files please wait ....