File tree 2 files changed +8
-7
lines changed
2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 3
3
Object-oriented pipe operator implementation based
4
4
on [ RFC Pipe Operator] ( https://wiki.php.net/rfc/pipe-operator ) .
5
5
6
-
7
6
## Installation
8
7
9
- Library can be installed into any PHP application
10
- using ` Composer ` dependency manager.
8
+ Library can be installed into any PHP application:
9
+ - Using [ ` Composer ` ] ( https://getcomposer.org/ ) dependency manager
10
+ - [ The Force] ( https://www.youtube.com/watch?v=o2we_B6hDrY ) for the Jedi Developers
11
11
12
12
``` sh
13
- $ composer require serafim /pipe
13
+ $ composer require phpfn /pipe
14
14
```
15
15
16
- In order to access pipe library make sure to include ` vendor/autoload.php `
16
+ In order to access library make sure to include ` vendor/autoload.php `
17
17
in your file.
18
18
19
19
``` php
@@ -22,6 +22,7 @@ in your file.
22
22
require __DIR__ . '/vendor/autoload.php';
23
23
```
24
24
25
+
25
26
## Usage
26
27
27
28
A common PHP OOP pattern is the use of method chaining, or what is
Original file line number Diff line number Diff line change 10
10
" curry" ,
11
11
" partial application"
12
12
],
13
- "homepage" : " https://github.com/phpfn/pipe " ,
13
+ "homepage" : " https://github.com/phpfn" ,
14
14
"support" : {
15
- "issues" : " https://github.com/phpfn/pipe /issues" ,
15
+ "issues" : " https://github.com/phpfn/phpfn /issues" ,
16
16
"source" : " https://github.com/phpfn/pipe"
17
17
},
18
18
"authors" : [
You can’t perform that action at this time.
0 commit comments