2017 © Pedro Peláez
 

library data-object

A familiar and powerful data object abstraction for PHP

image

ivopetkov/data-object

A familiar and powerful data object abstraction for PHP

  • Thursday, July 12, 2018
  • by ivopetkov
  • Repository
  • 1 Watchers
  • 1 Stars
  • 814 Installations
  • PHP
  • 8 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 30 Versions
  • 41 % Grown

The README.md

Data Object

A familiar and powerful Data Object abstraction for PHP., (*1)

Latest Stable Version License, (*2)

Usage

Create an objects list from array:, (*3)

use \IvoPetkov\DataList;

$data = [
    ['value' => 'a'],
    ['value' => 'b'],
    ['value' => 'c']
];
$list = new DataList($data);

// Can access the objects by index and get properties the following ways
echo $list[0]->value; // Output: a
echo $list[1]->value; // Output: b

// Can loop through the objects
foreach($list as $object){
    echo $object->value;
}

And here are same helpful methods to modify the list:, (*4)

use \IvoPetkov\DataList;

$list = new DataList([...]);
$list
    ->filterBy('property1', '...')
    ->sortBy('property2')
    ->map(function($object){});

Install via Composer

composer require ivopetkov/data-object

Documentation

Full documentation is available as part of this repository., (*5)

License

This project is licensed under the MIT License. See the license file for more information., (*6)

Contributing

Feel free to open new issues and contribute to the project. Let's make it awesome and let's do in a positive way., (*7)

Authors

This library is created and maintained by Ivo Petkov (ivopetkov.com) and some awesome folks., (*8)

The Versions

12/07 2018

dev-master

9999999-dev https://github.com/ivopetkov/data-object

A familiar and powerful data object abstraction for PHP

  Sources   Download

MIT

The Requires

  • php >=7.1

 

The Development Requires

data data object data list

12/07 2018

v0.5.17

0.5.17.0 https://github.com/ivopetkov/data-object

A familiar and powerful data object abstraction for PHP

  Sources   Download

MIT

The Requires

  • php >=7.1

 

The Development Requires

data data object data list

12/07 2018

v0.5.16

0.5.16.0 https://github.com/ivopetkov/data-object

A familiar and powerful data object abstraction for PHP

  Sources   Download

MIT

The Requires

  • php >=7.1

 

The Development Requires

data data object data list

12/07 2018

v0.5.15

0.5.15.0 https://github.com/ivopetkov/data-object

A familiar and powerful data object abstraction for PHP

  Sources   Download

MIT

The Requires

  • php >=7.1

 

The Development Requires

data data object data list

12/07 2018

v0.5.14

0.5.14.0 https://github.com/ivopetkov/data-object

A familiar and powerful data object abstraction for PHP

  Sources   Download

MIT

The Requires

  • php >=7.1

 

The Development Requires

data data object data list

10/05 2018

v0.5.13

0.5.13.0 https://github.com/ivopetkov/data-object

A familiar and powerful data object abstraction for PHP

  Sources   Download

MIT

The Requires

  • php >=7.1

 

The Development Requires

data data object data list

10/05 2018

v0.5.12

0.5.12.0 https://github.com/ivopetkov/data-object

A familiar and powerful data object abstraction for PHP

  Sources   Download

MIT

The Requires

  • php >=7.1

 

The Development Requires

data data object data list

01/04 2018

v0.5.11

0.5.11.0 https://github.com/ivopetkov/data-object

A familiar and powerful data object abstraction for PHP

  Sources   Download

MIT

The Requires

  • php >=7.1

 

The Development Requires

data data object data list

14/03 2018

v0.5.10

0.5.10.0 https://github.com/ivopetkov/data-object

A familiar and powerful data object abstraction for PHP

  Sources   Download

MIT

The Requires

  • php >=7.1

 

The Development Requires

data data object data list

13/03 2018

v0.5.9

0.5.9.0 https://github.com/ivopetkov/data-object

A familiar and powerful data object abstraction for PHP

  Sources   Download

MIT

The Requires

  • php >=7.1

 

The Development Requires

data data object data list

13/03 2018

v0.5.8

0.5.8.0 https://github.com/ivopetkov/data-object

A familiar and powerful data object abstraction for PHP

  Sources   Download

MIT

The Requires

  • php >=7.1

 

The Development Requires

data data object data list

15/01 2018

v0.5.7

0.5.7.0 https://github.com/ivopetkov/data-object

A familiar and powerful data object abstraction for PHP

  Sources   Download

MIT

The Requires

  • php >=7.1

 

The Development Requires

data data object data list

27/12 2017

v0.5.6

0.5.6.0 https://github.com/ivopetkov/data-object

A familiar and powerful data object abstraction for PHP

  Sources   Download

MIT

The Requires

  • php >=5.5.0

 

The Development Requires

data data object data list

14/11 2017

v0.5.5

0.5.5.0 https://github.com/ivopetkov/data-object

A familiar and powerful data object abstraction for PHP

  Sources   Download

MIT

The Requires

  • php >=5.5.0

 

The Development Requires

data data object data list

08/09 2017

v0.5.4

0.5.4.0 https://github.com/ivopetkov/data-object

A familiar and powerful data object abstraction for PHP

  Sources   Download

MIT

The Requires

  • php >=5.5.0

 

The Development Requires

data data object data list

03/07 2017

v0.5.3

0.5.3.0 https://github.com/ivopetkov/data-object

A familiar and powerful data object abstraction for PHP

  Sources   Download

MIT

The Requires

  • php >=5.5.0

 

The Development Requires

data data object data list

03/07 2017

v0.5.2

0.5.2.0 https://github.com/ivopetkov/data-object

A familiar and powerful data object abstraction for PHP

  Sources   Download

MIT

The Requires

  • php >=5.5.0

 

The Development Requires

data data object data list

25/01 2017

v0.5.1

0.5.1.0 https://github.com/ivopetkov/data-object

A familiar and powerful data object abstraction for PHP

  Sources   Download

MIT

The Requires

  • php >=5.5.0

 

The Development Requires

data data object data list

20/01 2017

v0.5.0

0.5.0.0 https://github.com/ivopetkov/data-object

A familiar and powerful data object abstraction for PHP

  Sources   Download

MIT

The Requires

  • php >=5.5.0

 

The Development Requires

data data object data list

20/01 2017

v0.4.7

0.4.7.0 https://github.com/ivopetkov/data-object

A familiar and powerful data object abstraction for PHP

  Sources   Download

MIT

The Requires

  • php >=5.5.0

 

The Development Requires

data data object data list

18/01 2017

v0.4.6

0.4.6.0 https://github.com/ivopetkov/data-object

A familiar and powerful data object abstraction for PHP

  Sources   Download

MIT

The Requires

  • php >=5.5.0

 

The Development Requires

data data object data list

18/01 2017

v0.4.5

0.4.5.0 https://github.com/ivopetkov/data-object

A familiar and powerful data object abstraction for PHP

  Sources   Download

MIT

The Requires

  • php >=5.5.0

 

The Development Requires

data data object data list

17/01 2017

v0.4.4

0.4.4.0 https://github.com/ivopetkov/data-object

A familiar and powerful data object abstraction for PHP

  Sources   Download

MIT

The Requires

  • php >=5.5.0

 

The Development Requires

data data object data list

17/01 2017

v0.4.3

0.4.3.0 https://github.com/ivopetkov/data-object

A familiar and powerful data object abstraction for PHP

  Sources   Download

MIT

The Requires

  • php >=5.5.0

 

The Development Requires

data data object data list

16/01 2017

v0.4.2

0.4.2.0 https://github.com/ivopetkov/data-object

A familiar and powerful data object abstraction for PHP

  Sources   Download

MIT

The Requires

  • php >=5.5.0

 

The Development Requires

data data object data list

16/01 2017

v0.4.1

0.4.1.0 https://github.com/ivopetkov/data-object

A familiar and powerful data object abstraction for PHP

  Sources   Download

MIT

The Requires

  • php >=5.5.0

 

The Development Requires

data data object data list

16/01 2017

v0.4.0

0.4.0.0 https://github.com/ivopetkov/data-object

A familiar and powerful data object abstraction for PHP

  Sources   Download

MIT

The Requires

  • php >=5.5.0

 

The Development Requires

data data object data list

14/01 2017

v0.3.0

0.3.0.0 https://github.com/ivopetkov/data-object

A familiar and powerful data object abstraction for PHP

  Sources   Download

MIT

The Requires

  • php >=5.5.0

 

The Development Requires

data data object data list

13/01 2017

v0.2.0

0.2.0.0 https://github.com/ivopetkov/data-object

A familiar and powerful data object abstraction for PHP

  Sources   Download

MIT

The Requires

  • php >=5.5.0

 

The Development Requires

data data object data list

13/01 2017

v0.1.0

0.1.0.0 https://github.com/ivopetkov/data-object

A familiar and powerful data object abstraction for PHP

  Sources   Download

MIT

The Requires

  • php >=5.5.0

 

The Development Requires

data data object data list