Interface ArrayObject for unites your solutions to work with arrays
Project on github: https://github.com/petrgrishin/array-object
Installation ¶
Add a dependency to your project's composer.json file if you use Composer to manage the dependencies of your project:
{
"require": {
"petrgrishin/array-object": "~1.0"
}
}
If you have any questions, please ask in the forum instead.
Signup or Login in order to comment.