PHP Classes

Simple PHP Collection: Manage collections of values using array iterators

Recommend this page to a friend!
  Info   View files Documentation   View files View files (11)   DownloadInstall with Composer Download .zip   Reputation   Support forum   Blog    
Last Updated Ratings Unique User Downloads Download Rankings
2023-04-30 (11 months ago) RSS 2.0 feedNot yet rated by the usersTotal: 70 This week: 1All time: 10,251 This week: 560Up
Version License PHP version Categories
simple-collection 1.0MIT/X Consortium ...7Data types, PHP 7
Description 

Author

This package can manage collections of values using array iterators.

It provides a base collection interface definition with functions to perform several operations with collections like:

- Adding new elements

- Setting and getting element values

- Search for elements by value

- Check if the collection has an element with a given key

- Check if the collection has an element with a given value

- Update the collection with new values

- Return the values of all elements of the collection

- Convert the collection into a PHP array

The package also provides an implementation class that uses PHP arrays to implement the collection interface.

Picture of Chun-Sheng, Li
  Performance   Level  
Name: Chun-Sheng, Li <contact>
Classes: 27 packages by
Country: Taiwan Taiwan
Age: 30
All time rank: 22646 in Taiwan Taiwan
Week rank: 411 Up2 in Taiwan Taiwan Up
Innovation award
Innovation award
Nominee: 13x

Winner: 1x

Documentation

Simple Collection for PHP 7.1+

Gitter Build Status CodeFactor Scrutinizer Code Quality Code Coverage Latest Stable Version Total Downloads License

Installation

composer require sunrise/collection

How to use

use Sunrise\Collection\Collection;

$payload = new Collection($_POST);

$payload->get('key', 'default');

Api documentation

https://phpdoc.fenric.ru/


  Files folder image Files  
File Role Description
Files folder imagesrc (2 files)
Files folder imagetests (1 file)
Accessible without login Plain text file .editorconfig Data Auxiliary data
Accessible without login Plain text file .scrutinizer.yml Data Auxiliary data
Accessible without login Plain text file .travis.yml Data Auxiliary data
Accessible without login Plain text file composer.json Data Auxiliary data
Accessible without login Plain text file LICENSE Lic. License text
Accessible without login Plain text file phpunit.xml.dist Data Auxiliary data
Accessible without login Plain text file README.md Doc. Documentation
Accessible without login Plain text file renovate.json Data Auxiliary data

  Files folder image Files  /  src  
File Role Description
  Plain text file Collection.php Class Class source
  Plain text file CollectionInterface.php Class Class source

  Files folder image Files  /  tests  
File Role Description
  Plain text file CollectionTest.php Class Class source

 Version Control Unique User Downloads Download Rankings  
 100%
Total:70
This week:1
All time:10,251
This week:560Up