Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/stk2k/collection-immutable

Immutable collection classes
https://github.com/stk2k/collection-immutable

Last synced: 4 days ago
JSON representation

Immutable collection classes

Awesome Lists containing this project

README

        

Immutable collection classes
=======================

## Description

Immutable collection classes

## Feature

## Supported Data Structure

- ArrayList
- Collection
- Property(supports hierarchical access to array for string/int/float/bool values)
- Queue
- Set
- Stack
- Vector

## Demo

## Requirement

PHP 7.1 or later

## Installing stk2k/collection-immutable

The recommended way to install stk2k/collection-immutable is through
[Composer](http://getcomposer.org).

```bash
composer require stk2k/collection-immutable
```

After installing, you need to require Composer's autoloader:

```php
require 'vendor/autoload.php';
```

## License
This library is licensed under the MIT license.

## Author

[stk2k](https://github.com/stk2k)

## Disclaimer

This software is no warranty.

We are not responsible for any results caused by the use of this software.

Please use the responsibility of the your self.