Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

php-PhpCollection-0.6.0-2.fc37 RPM for noarch

From Fedora 37 for aarch64 / p

Name: php-PhpCollection Distribution: Fedora Project
Version: 0.6.0 Vendor: Fedora Project
Release: 2.fc37 Build date: Fri Jul 22 15:16:07 2022
Group: Development/Libraries Build host: buildvm-ppc64le-15.iad2.fedoraproject.org
Size: 70757 Source RPM: php-PhpCollection-0.6.0-2.fc37.src.rpm
Packager: Fedora Project
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

Provides

Requires

License

ASL 2.0

Changelog

* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.0-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Mon Mar 21 2022 Remi Collet <remi@remirepo.net> - 0.6.0-1
  - update to 0.6.0
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.0-13
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.0-12
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.0-11
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.0-10
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

Files

/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, Tue Apr 9 20:55:42 2024