Download the PHP package lgse/php-object-builder without Composer
On this page you can find all versions of the php package lgse/php-object-builder. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download lgse/php-object-builder
More information about lgse/php-object-builder
Files in lgse/php-object-builder
Download lgse/php-object-builder
More information about lgse/php-object-builder
Files in lgse/php-object-builder
Vendor lgse
Package php-object-builder
Short Description PHP 7.1+ Object Builder
License MIT
Homepage https://github.com/lgse/php-object-builder
Package php-object-builder
Short Description PHP 7.1+ Object Builder
License MIT
Homepage https://github.com/lgse/php-object-builder
Please rate this library. Is it a good library?
Informations about the package php-object-builder
PHP Object Builder
https://github.com/lgse/php-object-builder
PHP 7+ Recursive Object Builder
About
PHP Object Builder will validate instantiate recursively all of your complex objects by passing in an array of values.
Features
- Validates argument types
- Passes arguments to constructors in the right order
- Instantiates parameter classes
- Lightning Fast
- Easy to use
Install
Usage
API
Available methods for Model:
static getInstance(array|object $arguments)
Automatically creates a builder object and returns an instance of extended class.
Available methods for ObjectBuilder:
__construct(string $className)
Instantiates a builder object for provided class name.getObject(array $arguments)
Returns an instantiated object using an array of arguments.
All versions of php-object-builder with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.1
The package lgse/php-object-builder contains the following files
Loading the files please wait ....