Download the PHP package vgleb/object-array without Composer
On this page you can find all versions of the php package vgleb/object-array. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download vgleb/object-array
More information about vgleb/object-array
Files in vgleb/object-array
Download vgleb/object-array
More information about vgleb/object-array
Files in vgleb/object-array
Vendor vgleb
Package object-array
Short Description Object behavior for Array
License MIT
Homepage https://github.com/VGleb/ObjectArray
Package object-array
Short Description Object behavior for Array
License MIT
Homepage https://github.com/VGleb/ObjectArray
Keywords arrayobjectarray
Please rate this library. Is it a good library?
Informations about the package object-array
ObjectArray
Install
Install this package through Composer
Laravel 5 Implementation
Add a reference to LaravelObjectArrayServiceProvider
to the providers array in config/app.php
:
'providers' => [
'VGleb\ObjectArray\LaravelObjectArrayServiceProvider',
]
Then you can "make" (or inject) a ObjectArray
instance anywhere in your app:
$oa = \App::make('VGleb\ObjectArray\ObjectArray', [$array]);
or
use VGleb\ObjectArray\ObjectArray;
Usage
Change log
Please see CHANGELOG for more information what has changed recently.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Voronov Gleb
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of object-array with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
The package vgleb/object-array contains the following files
Loading the files please wait ....