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

php-ramsey-uuid-4.1.1-1.el6.remi RPM for noarch

From Remi's RPM for RedHat EL 6 for i386

Name: php-ramsey-uuid Distribution: Unknown
Version: 4.1.1 Vendor: Remi's RPM repository <https://rpms.remirepo.net/>
Release: 1.el6.remi Build date: Fri Oct 2 11:07:52 2020
Group: Unspecified Build host: builder.remirepo.net
Size: 348464 Source RPM: php-ramsey-uuid-4.1.1-1.el6.remi.src.rpm
Packager: Remi Collet
Url: https://github.com/ramsey/uuid
Summary: Library for generating and working with UUIDs
ramsey/uuid is a PHP library for generating and working with universally
unique identifiers (UUIDs).

Autoloader: /usr/share/php/Ramsey/Uuid/autoload.php

Provides

Requires

License

MIT

Changelog

* Fri Oct 02 2020 Remi Collet <remi@remirepo.net> - 4.1.1-1
  - initial package

Files

/usr/share/doc/php-ramsey-uuid-4.1.1
/usr/share/doc/php-ramsey-uuid-4.1.1/CHANGELOG.md
/usr/share/doc/php-ramsey-uuid-4.1.1/LICENSE
/usr/share/doc/php-ramsey-uuid-4.1.1/README.md
/usr/share/doc/php-ramsey-uuid-4.1.1/composer.json
/usr/share/php/Ramsey/Uuid
/usr/share/php/Ramsey/Uuid/BinaryUtils.php
/usr/share/php/Ramsey/Uuid/Builder
/usr/share/php/Ramsey/Uuid/Builder/BuilderCollection.php
/usr/share/php/Ramsey/Uuid/Builder/DefaultUuidBuilder.php
/usr/share/php/Ramsey/Uuid/Builder/DegradedUuidBuilder.php
/usr/share/php/Ramsey/Uuid/Builder/FallbackBuilder.php
/usr/share/php/Ramsey/Uuid/Builder/UuidBuilderInterface.php
/usr/share/php/Ramsey/Uuid/Codec
/usr/share/php/Ramsey/Uuid/Codec/CodecInterface.php
/usr/share/php/Ramsey/Uuid/Codec/GuidStringCodec.php
/usr/share/php/Ramsey/Uuid/Codec/OrderedTimeCodec.php
/usr/share/php/Ramsey/Uuid/Codec/StringCodec.php
/usr/share/php/Ramsey/Uuid/Codec/TimestampFirstCombCodec.php
/usr/share/php/Ramsey/Uuid/Codec/TimestampLastCombCodec.php
/usr/share/php/Ramsey/Uuid/Converter
/usr/share/php/Ramsey/Uuid/Converter/Number
/usr/share/php/Ramsey/Uuid/Converter/Number/BigNumberConverter.php
/usr/share/php/Ramsey/Uuid/Converter/Number/DegradedNumberConverter.php
/usr/share/php/Ramsey/Uuid/Converter/Number/GenericNumberConverter.php
/usr/share/php/Ramsey/Uuid/Converter/NumberConverterInterface.php
/usr/share/php/Ramsey/Uuid/Converter/Time
/usr/share/php/Ramsey/Uuid/Converter/Time/BigNumberTimeConverter.php
/usr/share/php/Ramsey/Uuid/Converter/Time/DegradedTimeConverter.php
/usr/share/php/Ramsey/Uuid/Converter/Time/GenericTimeConverter.php
/usr/share/php/Ramsey/Uuid/Converter/Time/PhpTimeConverter.php
/usr/share/php/Ramsey/Uuid/Converter/TimeConverterInterface.php
/usr/share/php/Ramsey/Uuid/DegradedUuid.php
/usr/share/php/Ramsey/Uuid/DeprecatedUuidInterface.php
/usr/share/php/Ramsey/Uuid/DeprecatedUuidMethodsTrait.php
/usr/share/php/Ramsey/Uuid/Exception
/usr/share/php/Ramsey/Uuid/Exception/BuilderNotFoundException.php
/usr/share/php/Ramsey/Uuid/Exception/DateTimeException.php
/usr/share/php/Ramsey/Uuid/Exception/DceSecurityException.php
/usr/share/php/Ramsey/Uuid/Exception/InvalidArgumentException.php
/usr/share/php/Ramsey/Uuid/Exception/InvalidBytesException.php
/usr/share/php/Ramsey/Uuid/Exception/InvalidUuidStringException.php
/usr/share/php/Ramsey/Uuid/Exception/NameException.php
/usr/share/php/Ramsey/Uuid/Exception/NodeException.php
/usr/share/php/Ramsey/Uuid/Exception/RandomSourceException.php
/usr/share/php/Ramsey/Uuid/Exception/TimeSourceException.php
/usr/share/php/Ramsey/Uuid/Exception/UnableToBuildUuidException.php
/usr/share/php/Ramsey/Uuid/Exception/UnsupportedOperationException.php
/usr/share/php/Ramsey/Uuid/FeatureSet.php
/usr/share/php/Ramsey/Uuid/Fields
/usr/share/php/Ramsey/Uuid/Fields/FieldsInterface.php
/usr/share/php/Ramsey/Uuid/Fields/SerializableFieldsTrait.php
/usr/share/php/Ramsey/Uuid/Generator
/usr/share/php/Ramsey/Uuid/Generator/CombGenerator.php
/usr/share/php/Ramsey/Uuid/Generator/DceSecurityGenerator.php
/usr/share/php/Ramsey/Uuid/Generator/DceSecurityGeneratorInterface.php
/usr/share/php/Ramsey/Uuid/Generator/DefaultNameGenerator.php
/usr/share/php/Ramsey/Uuid/Generator/DefaultTimeGenerator.php
/usr/share/php/Ramsey/Uuid/Generator/NameGeneratorFactory.php
/usr/share/php/Ramsey/Uuid/Generator/NameGeneratorInterface.php
/usr/share/php/Ramsey/Uuid/Generator/PeclUuidNameGenerator.php
/usr/share/php/Ramsey/Uuid/Generator/PeclUuidRandomGenerator.php
/usr/share/php/Ramsey/Uuid/Generator/PeclUuidTimeGenerator.php
/usr/share/php/Ramsey/Uuid/Generator/RandomBytesGenerator.php
/usr/share/php/Ramsey/Uuid/Generator/RandomGeneratorFactory.php
/usr/share/php/Ramsey/Uuid/Generator/RandomGeneratorInterface.php
/usr/share/php/Ramsey/Uuid/Generator/RandomLibAdapter.php
/usr/share/php/Ramsey/Uuid/Generator/TimeGeneratorFactory.php
/usr/share/php/Ramsey/Uuid/Generator/TimeGeneratorInterface.php
/usr/share/php/Ramsey/Uuid/Guid
/usr/share/php/Ramsey/Uuid/Guid/Fields.php
/usr/share/php/Ramsey/Uuid/Guid/Guid.php
/usr/share/php/Ramsey/Uuid/Guid/GuidBuilder.php
/usr/share/php/Ramsey/Uuid/Lazy
/usr/share/php/Ramsey/Uuid/Lazy/LazyUuidFromString.php
/usr/share/php/Ramsey/Uuid/Math
/usr/share/php/Ramsey/Uuid/Math/BrickMathCalculator.php
/usr/share/php/Ramsey/Uuid/Math/CalculatorInterface.php
/usr/share/php/Ramsey/Uuid/Math/RoundingMode.php
/usr/share/php/Ramsey/Uuid/Nonstandard
/usr/share/php/Ramsey/Uuid/Nonstandard/Fields.php
/usr/share/php/Ramsey/Uuid/Nonstandard/Uuid.php
/usr/share/php/Ramsey/Uuid/Nonstandard/UuidBuilder.php
/usr/share/php/Ramsey/Uuid/Nonstandard/UuidV6.php
/usr/share/php/Ramsey/Uuid/Provider
/usr/share/php/Ramsey/Uuid/Provider/Dce
/usr/share/php/Ramsey/Uuid/Provider/Dce/SystemDceSecurityProvider.php
/usr/share/php/Ramsey/Uuid/Provider/DceSecurityProviderInterface.php
/usr/share/php/Ramsey/Uuid/Provider/Node
/usr/share/php/Ramsey/Uuid/Provider/Node/FallbackNodeProvider.php
/usr/share/php/Ramsey/Uuid/Provider/Node/NodeProviderCollection.php
/usr/share/php/Ramsey/Uuid/Provider/Node/RandomNodeProvider.php
/usr/share/php/Ramsey/Uuid/Provider/Node/StaticNodeProvider.php
/usr/share/php/Ramsey/Uuid/Provider/Node/SystemNodeProvider.php
/usr/share/php/Ramsey/Uuid/Provider/NodeProviderInterface.php
/usr/share/php/Ramsey/Uuid/Provider/Time
/usr/share/php/Ramsey/Uuid/Provider/Time/FixedTimeProvider.php
/usr/share/php/Ramsey/Uuid/Provider/Time/SystemTimeProvider.php
/usr/share/php/Ramsey/Uuid/Provider/TimeProviderInterface.php
/usr/share/php/Ramsey/Uuid/Rfc4122
/usr/share/php/Ramsey/Uuid/Rfc4122/Fields.php
/usr/share/php/Ramsey/Uuid/Rfc4122/FieldsInterface.php
/usr/share/php/Ramsey/Uuid/Rfc4122/NilTrait.php
/usr/share/php/Ramsey/Uuid/Rfc4122/NilUuid.php
/usr/share/php/Ramsey/Uuid/Rfc4122/UuidBuilder.php
/usr/share/php/Ramsey/Uuid/Rfc4122/UuidInterface.php
/usr/share/php/Ramsey/Uuid/Rfc4122/UuidV1.php
/usr/share/php/Ramsey/Uuid/Rfc4122/UuidV2.php
/usr/share/php/Ramsey/Uuid/Rfc4122/UuidV3.php
/usr/share/php/Ramsey/Uuid/Rfc4122/UuidV4.php
/usr/share/php/Ramsey/Uuid/Rfc4122/UuidV5.php
/usr/share/php/Ramsey/Uuid/Rfc4122/Validator.php
/usr/share/php/Ramsey/Uuid/Rfc4122/VariantTrait.php
/usr/share/php/Ramsey/Uuid/Rfc4122/VersionTrait.php
/usr/share/php/Ramsey/Uuid/Type
/usr/share/php/Ramsey/Uuid/Type/Decimal.php
/usr/share/php/Ramsey/Uuid/Type/Hexadecimal.php
/usr/share/php/Ramsey/Uuid/Type/Integer.php
/usr/share/php/Ramsey/Uuid/Type/NumberInterface.php
/usr/share/php/Ramsey/Uuid/Type/Time.php
/usr/share/php/Ramsey/Uuid/Type/TypeInterface.php
/usr/share/php/Ramsey/Uuid/Uuid.php
/usr/share/php/Ramsey/Uuid/UuidFactory.php
/usr/share/php/Ramsey/Uuid/UuidFactoryInterface.php
/usr/share/php/Ramsey/Uuid/UuidInterface.php
/usr/share/php/Ramsey/Uuid/Validator
/usr/share/php/Ramsey/Uuid/Validator/GenericValidator.php
/usr/share/php/Ramsey/Uuid/Validator/ValidatorInterface.php
/usr/share/php/Ramsey/Uuid/autoload.php
/usr/share/php/Ramsey/Uuid/functions.php


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 10:37:04 2024