File tree Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Original file line number Diff line number Diff line change 1
1
# Minimalist and Typed Immutable Collections for PHP
2
- [ ![ Build Status] ( https://travis-ci.org/dcsg/php-immutable-collections.svg?branch=master )] ( https://travis-ci.org/dcsg/php-immutable-collections ) [ ![ SymfonyInsight] ( https://insight.symfony.com/projects/159123de-9d05-4af3-a650-6e8ea7aadaea /mini.svg )] ( https://insight.symfony.com/projects/159123de-9d05-4af3-a650-6e8ea7aadaea )
2
+ [ ![ Build Status] ( https://travis-ci.org/dcsg/php-immutable-collections.svg?branch=master )] ( https://travis-ci.org/dcsg/php-immutable-collections ) [ ![ SymfonyInsight] ( https://insight.symfony.com/projects/8cc27627-24e7-407c-9839-766c9946eb2c /mini.svg )] ( https://insight.symfony.com/projects/8cc27627-24e7-407c-9839-766c9946eb2c )
3
3
4
4
A library that provides a set of minimalist, typed and piped Immutable Collections for PHP.
5
5
6
+ ###### Requirements
7
+
8
+ PHP > 7.1
9
+
10
+ ###### Installation
11
+
12
+ ``` bash
13
+ composer require dcsg/php-immutable-collections
14
+ ```
15
+
6
16
#### What Problems does this solve?
7
17
8
18
* Immutable List Collection
@@ -42,12 +52,6 @@ This way you have the possibility to use them and extend it's behavior tailored
42
52
43
53
#### Basic usage
44
54
45
- ##### Installation
46
-
47
- ``` bash
48
- composer require dcsg/php-immutable-collections
49
- ```
50
-
51
55
###### Creating a Typed List Collection
52
56
53
57
``` php
You can’t perform that action at this time.
0 commit comments