steevanb / php-typed-array
Add IntCollection, StringCollection, ObjectCollection etc.
Installs: 102 476
Dependents: 3
Suggesters: 0
Security: 0
Stars: 15
Watchers: 3
Forks: 2
Open Issues: 10
Requires
- php: ^8.1
Requires (Dev)
- phpunit/phpunit: 9.5.*
- steevanb/php-backtrace: 2.1.*
- symfony/config: 6.1.*
- symfony/dependency-injection: 6.1.*
- symfony/http-kernel: 6.1.*
- symfony/property-access: 6.1.*
- symfony/serializer: 6.1.*
- symfony/string: 6.1.*
- symfony/var-dumper: 6.1.*
Suggests
- symfony/config: Needed to use Symfony bridge PhpCollectionBundle
- symfony/dependency-injection: Needed to use Symfony bridge PhpCollectionBundle
- symfony/http-kernel: Needed to use Symfony bridge PhpCollectionBundle
- symfony/serializer: Needed to denormalize Collection with PhpCollectionBundle
README
php-collection
php-collection is a PHP library to create collections.
A collection is a list of typed data with methods to work on it.
The goal of this library is to remove array as much as possible to have typed data.
See documentation.
See changelog.