Author: Manuel Lemos
Posted on: 2016-09-01
Categories: Notable Packages
PHP is very good at dealing with arrays of values. It provides interfaces that can let developers create classes that can manipulate lists of values using the regular array syntax and functions.
Often the code for manipulating different types of values is the same for different classes that implement array interfaces.
This package provides a trait that can manipulate collections of unique values that can be either arrays and objects. The trait may be reused by other classes that implement similar collections of other types of values.
Read this article to learn more details about how this notable PHP package works.
Often the code for manipulating different types of values is the same for different classes that implement array interfaces.
This package provides a trait that can manipulate collections of unique values that can be either arrays and objects. The trait may be reused by other classes that implement similar collections of other types of values.
Read this article to learn more details about how this notable PHP package works.
The package ITE Collection is one of the few PHP packages that was considered notable recently because it does something that is worth paying attention.
The basic purpose is: Manage sets of arrays or objects as collections
Here follows in more detail what it does:
This package can manage sets of arrays or objects as collections.
It provides two classes that can store unique values of arrays or objects.
It also provides a trait that provides basic functionality to any of the classes to manage the collection values.
Notable PHP packages can be often considered innovative. If this package is also innovative, it can be nominated to the PHP Innovation Award and the author may win prizes and recognition for sharing innovative packages.
If you also developed your own notable or innovative packages consider sharing them, so you can also earn more visibility for your package.
The basic purpose is: Manage sets of arrays or objects as collections
Here follows in more detail what it does:
This package can manage sets of arrays or objects as collections.
It provides two classes that can store unique values of arrays or objects.
It also provides a trait that provides basic functionality to any of the classes to manage the collection values.
Notable PHP packages can be often considered innovative. If this package is also innovative, it can be nominated to the PHP Innovation Award and the author may win prizes and recognition for sharing innovative packages.
If you also developed your own notable or innovative packages consider sharing them, so you can also earn more visibility for your package.
You need to be a registered user or login to post a comment
1,407,109 PHP developers registered to the PHP Classes site.
Be One of Us!
Login Immediately with your account on:
Comments:
No comments were submitted yet.