Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/stk2k/collection-immutable
- Owner: stk2k
- License: mit
- Created: 2019-11-19T03:40:48.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-19T03:50:01.000Z (about 5 years ago)
- Last Synced: 2024-11-08T20:14:22.999Z (about 2 months ago)
- Language: PHP
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.