@@ -8,31 +8,31 @@ As also described in the [PSR Workflow Bylaw][workflow]. The Editor, or editors,
8
8
9
9
### Accepted
10
10
11
- | Num | Title | Editor | Coordinator | Sponsor |
12
- | :---:| --------------------------------| -------------------------------- | ------------------------- | -------------------------|
13
- | 1 | [ Basic Coding Standard] [ psr1 ] | Paul M. Jones | _ N/A _ | _ N/A _ |
14
- | 3 | [ Logger Interface] [ psr3 ] | Jordi Boggiano | _ N/A _ | _ N/A _ |
15
- | 4 | [ Autoloading Standard] [ psr4 ] | Paul M. Jones | Phil Sturgeon | Larry Garfield |
16
- | 6 | [ Caching Interface] [ psr6 ] | Larry Garfield | Paul Dragoonis | Robert Hafner |
17
- | 7 | [ HTTP Message Interface] [ psr7 ] | Matthew Weier O'Phinney | Beau Simensen | Paul M. Jones |
18
- | 11 | [ Container Interface] [ psr11 ] | Matthieu Napoli, David Négrier | Matthew Weier O'Phinney | Korvin Szanto |
19
- | 12 | [ Extended Coding Style Guide] [ psr12 ] | Korvin Szanto | Alexander Makarov | Chris Tankersley |
20
- | 13 | [ Hypermedia Links] [ psr13 ] | Larry Garfield | Matthew Weier O'Phinney | Marc Alexander |
21
- | 14 | [ Event Dispatcher] [ psr14 ] | Larry Garfield | _ N/A _ | Cees-Jan Kiewiet |
22
- | 15 | [ HTTP Handlers] [ psr15 ] | Woody Gilk | _ N/A _ | Matthew Weier O'Phinney |
23
- | 16 | [ Simple Cache] [ psr16 ] | Paul Dragoonis | Jordi Boggiano | Fabien Potencier |
24
- | 17 | [ HTTP Factories] [ psr17 ] | Woody Gilk | _ N/A _ | Matthew Weier O'Phinney |
25
- | 18 | [ HTTP Client] [ psr18 ] | Tobias Nyholm | _ N/A _ | Sara Golemon |
11
+ | Num | Title | Maintainer |
12
+ | :---:| --------------------------------------| --------------------------------|
13
+ | 1 | [ Basic Coding Standard] [ psr1 ] | _ vacant _ |
14
+ | 3 | [ Logger Interface] [ psr3 ] | Jordi Boggiano |
15
+ | 4 | [ Autoloading Standard] [ psr4 ] | _ vacant _ |
16
+ | 6 | [ Caching Interface] [ psr6 ] | Larry Garfield |
17
+ | 7 | [ HTTP Message Interface] [ psr7 ] | Matthew Weier O'Phinney |
18
+ | 11 | [ Container Interface] [ psr11 ] | Matthieu Napoli, David Négrier |
19
+ | 12 | [ Extended Coding Style Guide] [ psr12 ] | Korvin Szanto |
20
+ | 13 | [ Hypermedia Links] [ psr13 ] | Larry Garfield |
21
+ | 14 | [ Event Dispatcher] [ psr14 ] | Larry Garfield |
22
+ | 15 | [ HTTP Handlers] [ psr15 ] | Woody Gilk |
23
+ | 16 | [ Simple Cache] [ psr16 ] | Paul Dragoonis |
24
+ | 17 | [ HTTP Factories] [ psr17 ] | Woody Gilk |
25
+ | 18 | [ HTTP Client] [ psr18 ] | Tobias Nyholm |
26
26
27
27
### Draft
28
28
29
- | Num | Title | Editor(s) |
30
- | :---:| --------------------------------------| --------------------------------|
31
- | 5 | [ PHPDoc Standard] [ psr5 ] | Chuck Burgess |
32
- | 19 | [ PHPDoc tags] [ psr19 ] | Chuck Burgess |
33
- | 20 | [ Clock] [ psr20 ] | Chris Seufert |
34
- | 21 | [ Internationalization] [ psr21 ] | Navarr Barnier |
35
- | 22 | [ Application Tracing] [ psr22 ] | Adam Allport |
29
+ | Num | Title | Editor(s) | Sponsor |
30
+ | :---:| --------------------------------------| --------------------------------| -------------------------------- |
31
+ | 5 | [ PHPDoc Standard] [ psr5 ] | Chuck Burgess | Michael Cullum |
32
+ | 19 | [ PHPDoc tags] [ psr19 ] | Chuck Burgess | Michael Cullum |
33
+ | 20 | [ Clock] [ psr20 ] | Chris Seufert | Chuck Burgess |
34
+ | 21 | [ Internationalization] [ psr21 ] | Navarr Barnier | Larry Garfield |
35
+ | 22 | [ Application Tracing] [ psr22 ] | Adam Allport | Alessandro Chitolina |
36
36
37
37
### Abandoned
38
38
@@ -44,20 +44,20 @@ As also described in the [PSR Workflow Bylaw][workflow]. The Editor, or editors,
44
44
45
45
### Deprecated
46
46
47
- | Num | Title | Editor |
48
- | :---:| --------------------------------| -------------------- -----|
49
- | 0 | [ Autoloading Standard] [ psr0 ] | Matthew Weier O'Phinney |
50
- | 2 | [ Coding Style Guide] [ psr2 ] | Paul M. Jones |
47
+ | Num | Title | |
48
+ | :---:| --------------------------------------| -----|
49
+ | 0 | [ Autoloading Standard] [ psr0 ] | |
50
+ | 2 | [ Coding Style Guide] [ psr2 ] | |
51
51
52
52
## Numerical Index
53
53
54
- | Num | Title | Editor(s) | Status |
54
+ | Num | Title | Editor(s) / Maintainers | Status |
55
55
| :---:| --------------------------------------| --------------------------------| ------------|
56
- | 0 | [ Autoloading Standard] [ psr0 ] | Matthew Weier O'Phinney | Deprecated |
57
- | 1 | [ Basic Coding Standard] [ psr1 ] | Paul M. Jones | Accepted |
58
- | 2 | [ Coding Style Guide] [ psr2 ] | Paul M. Jones | Deprecated |
56
+ | 0 | [ Autoloading Standard] [ psr0 ] | | Deprecated |
57
+ | 1 | [ Basic Coding Standard] [ psr1 ] | _ vacant _ | Accepted |
58
+ | 2 | [ Coding Style Guide] [ psr2 ] | | Deprecated |
59
59
| 3 | [ Logger Interface] [ psr3 ] | Jordi Boggiano | Accepted |
60
- | 4 | [ Autoloading Standard] [ psr4 ] | Paul M. Jones | Accepted |
60
+ | 4 | [ Autoloading Standard] [ psr4 ] | _ vacant _ | Accepted |
61
61
| 5 | [ PHPDoc Standard] [ psr5 ] | Chuck Burgess | Draft |
62
62
| 6 | [ Caching Interface] [ psr6 ] | Larry Garfield | Accepted |
63
63
| 7 | [ HTTP Message Interface] [ psr7 ] | Matthew Weier O'Phinney | Accepted |
0 commit comments