2017 © Pedro Peláez
 

library object-array

Object behavior for Array

image

vgleb/object-array

Object behavior for Array

  • Tuesday, June 23, 2015
  • by VGleb
  • Repository
  • 2 Watchers
  • 3 Stars
  • 15 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

ObjectArray

Install

Install this package through Composer, (*1)

``` bash $ composer require vgleb/object-array, (*2)


## 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 ``` php $oa = new ObjectArray([ 'foo' => 'bar', 'oa' => new ObjectArray(['foo' => 'bar']), ]); echo $oa->foo; echo $oa->oa->foo;

Change log

Please see CHANGELOG for more information what has changed recently., (*3)

Security

If you discover any security related issues, please email i@h0n.ru instead of using the issue tracker., (*4)

Credits

License

The MIT License (MIT). Please see License File for more information., (*5)

The Versions

23/06 2015

dev-master

9999999-dev https://github.com/VGleb/ObjectArray

Object behavior for Array

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

array objectarray

23/06 2015

dev-dev-master

dev-dev-master https://github.com/VGleb/ObjectArray

Object behavior for Array

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

array objectarray

23/06 2015

v0.9.1

0.9.1.0 https://github.com/VGleb/ObjectArray

Object behavior for Array

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

array objectarray

23/06 2015

v0.9.0

0.9.0.0 https://github.com/VGleb/ObjectArray

Object behavior for Array

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

array objectarray