SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

php-PhpCollection rpm build for : Fedora 26. For other distributions click php-PhpCollection.

Name : php-PhpCollection
Version : 0.5.0 Vendor : Fedora Project
Release : 4.fc26 Date : 2017-09-07 21:32:17
Group : Development/Libraries Source RPM : php-PhpCollection-0.5.0-4.fc26.src.rpm
Size : 0.07 MB
Packager : Fedora Project
Summary : General purpose collection library for PHP
Description :
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

RPM found in directory: /packages/linux-pbone/archive.fedoraproject.org/fedora/linux/updates/26/x86_64/Packages/p

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  php-PhpCollection-0.5.0-4.fc26.noarch.rpm
ftp.icm.edu.pl  php-PhpCollection-0.5.0-4.fc26.noarch.rpm
     

Provides :
php-PhpCollection
php-composer(phpcollection/phpcollection)
php-phpcollection
php-phpcollection-phpcollection

Requires :
php(language) >= 5.4.0
php-composer(fedora/autoloader)
php-composer(phpoption/phpoption) >= 1.5.0
php-composer(phpoption/phpoption) < 2.0
php-spl
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1


Content of RPM :
/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

 
ICM