Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: php-PhpCollection | Distribution: Unknown |
Version: 0.6.0 | Vendor: Remi's RPM repository <https://rpms.remirepo.net/> |
Release: 1.el8.remi | Build date: Mon Mar 21 16:28:24 2022 |
Group: Development/Libraries | Build host: builder.remirepo.net |
Size: 70761 | Source RPM: php-PhpCollection-0.6.0-1.el8.remi.src.rpm |
Packager: Remi Collet | |
Url: http://jmsyst.com/libs/php-collection | |
Summary: General purpose collection library for PHP |
This library adds basic collections for PHP. Collections can be seen as more specialized arrays for which certain contracts are guaranteed. Supported Collections: * Sequences ** Keys: numerical, consequentially increasing, no gaps ** Values: anything, duplicates allowed ** Classes: Sequence, SortedSequence * Maps ** Keys: strings or objects, duplicate keys not allowed ** Values: anything, duplicates allowed ** Classes: Map, ObjectMap (not yet implemented) * Sets (not yet implemented) ** Keys: not meaningful ** Values: anything, each value must be unique (===) ** Classes: Set General Characteristics: * Collections are mutable (new elements may be added, existing elements may be modified or removed). Specialized immutable versions may be added in the future though. * Equality comparison between elements are always performed using the shallow comparison operator (===). * Sorting algorithms are unstable, that means the order for equal elements is undefined (the default, and only PHP behavior). Autoloader: /usr/share/php/PhpCollection/autoload.php
ASL 2.0
* Mon Mar 21 2022 Remi Collet <remi@remirepo.net> - 0.6.0-1 - update to 0.6.0 * Thu Sep 07 2017 Shawn Iwinski <shawn.iwinski@gmail.com> - 0.5.0-4 - Bump release for rebuild * Tue Jul 11 2017 Shawn Iwinski <shawn.iwinski@gmail.com> - 0.5.0-1 - Updated to 0.5.0 - Switched autoloader to php-composer(fedora/autoloader) - Test with SCLs if available * Sun Jul 12 2015 Shawn Iwinski <shawn.iwinski@gmail.com> - 0.4.0-4 - Added spec license - New source script %{name}-get-source.sh instead of %{name}-strip.sh - Added autoloader - Added standard "php-{COMPOSER_VENDOR}-{COMPOSER_PROJECT}" naming provides - Added php-composer(phpcollection/phpcollection) provide - %license usage * Tue Apr 22 2014 Remi Collet <remi@fedoraproject.org> 0.4.0-1 - backport 0.4.0 for remi repo. * Mon Apr 21 2014 Shawn Iwinski <shawn.iwinski@gmail.com> - 0.4.0-1 - Updated to 0.4.0 (BZ #1078754) * Mon Dec 30 2013 Remi Collet <remi@fedoraproject.org> 0.3.1-1 - backport 0.3.1 for remi repo. * Mon Dec 30 2013 Shawn Iwinski <shawn.iwinski@gmail.com> 0.3.1-1 - Updated to 0.3.1 (BZ #1045915) - Spec cleanup * Thu Jul 18 2013 Remi Collet <remi@fedoraproject.org> 0.3.0-1 - backport 0.3.0 for remi repo. * Wed Jul 17 2013 Shawn Iwinski <shawn.iwinski@gmail.com> 0.3.0-1 - Updated to 0.3.0 * Tue Mar 19 2013 Remi Collet <remi@fedoraproject.org> 0.2.0-2 - backport 0.2.0 for remi repo. * Mon Mar 18 2013 Shawn Iwinski <shawn.iwinski@gmail.com> 0.2.0-2 - Added %{name}-strip.sh as Source1 * Sat Mar 16 2013 Shawn Iwinski <shawn.iwinski@gmail.com> 0.2.0-1 - Updated to version 0.2.0 - Added phpoption_max_ver global - Bad licensed files stripped from source - php-common => php(language) - Removed tests sub-package * Wed Jan 23 2013 Shawn Iwinski <shawn.iwinski@gmail.com> 0.1.0-1 - Initial package
/usr/share/doc/php-PhpCollection /usr/share/doc/php-PhpCollection/README.md /usr/share/doc/php-PhpCollection/composer.json /usr/share/licenses/php-PhpCollection /usr/share/licenses/php-PhpCollection/LICENSE /usr/share/php/PhpCollection /usr/share/php/PhpCollection/AbstractCollection.php /usr/share/php/PhpCollection/AbstractMap.php /usr/share/php/PhpCollection/AbstractSequence.php /usr/share/php/PhpCollection/CollectionInterface.php /usr/share/php/PhpCollection/EntityLikeObject.php /usr/share/php/PhpCollection/Map.php /usr/share/php/PhpCollection/MapInterface.php /usr/share/php/PhpCollection/ObjectBasics.php /usr/share/php/PhpCollection/ObjectBasicsHandler /usr/share/php/PhpCollection/ObjectBasicsHandler.php /usr/share/php/PhpCollection/ObjectBasicsHandler/DateTimeHandler.php /usr/share/php/PhpCollection/ObjectBasicsHandler/IdentityHandler.php /usr/share/php/PhpCollection/ObjectBasicsHandlerRegistry.php /usr/share/php/PhpCollection/Sequence.php /usr/share/php/PhpCollection/SequenceInterface.php /usr/share/php/PhpCollection/Set.php /usr/share/php/PhpCollection/SetInterface.php /usr/share/php/PhpCollection/SortableInterface.php /usr/share/php/PhpCollection/SortedSequence.php /usr/share/php/PhpCollection/autoload.php
Generated by rpm2html 1.8.1
Fabrice Bellet, Thu Nov 21 14:32:13 2024