adamale/object-collection

Collection class behaving like an array with item class validation.

1.0.2 2019-08-18 21:40 UTC

This package is auto-updated.

Last update: 2024-04-19 08:30:23 UTC


README

PHP library that allows you to use collection class as an array (object storage) with validating object class during the insertion.

Requirements

PHP 7.2 or above.

Installation

Via Composer:

composer require adamale/object-collection

Usage

See the Example.php file in docs.

About

Author

Adam Aleksak kontakt@adamaleksak.pl

License

ObjectCollection is licensed under the MIT License - see the LICENSE file for the details.