Skip to content

Commit 82d8b01

Browse files
authored
Merge pull request #1268 from vdelau/psr-per-refactor
Reduce names on PSR index
2 parents e8efcf9 + f4e1452 commit 82d8b01

File tree

4 files changed

+67
-31
lines changed

4 files changed

+67
-31
lines changed

PSR.md

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -8,31 +8,31 @@ As also described in the [PSR Workflow Bylaw][workflow]. The Editor, or editors,
88

99
### Accepted
1010

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 |
2626

2727
### Draft
2828

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 |
3636

3737
### Abandoned
3838

@@ -44,20 +44,20 @@ As also described in the [PSR Workflow Bylaw][workflow]. The Editor, or editors,
4444

4545
### Deprecated
4646

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] | |
5151

5252
## Numerical Index
5353

54-
| Num | Title | Editor(s) | Status |
54+
| Num | Title | Editor(s) / Maintainers | Status |
5555
|:---:|--------------------------------------|--------------------------------|------------|
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 |
5959
| 3 | [Logger Interface][psr3] | Jordi Boggiano | Accepted |
60-
| 4 | [Autoloading Standard][psr4] | Paul M. Jones | Accepted |
60+
| 4 | [Autoloading Standard][psr4] | _vacant_ | Accepted |
6161
| 5 | [PHPDoc Standard][psr5] | Chuck Burgess | Draft |
6262
| 6 | [Caching Interface][psr6] | Larry Garfield | Accepted |
6363
| 7 | [HTTP Message Interface][psr7] | Matthew Weier O'Phinney | Accepted |

accepted/PSR-0-meta.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# PSR-0 Meta Document
2+
3+
## 1. Summary
4+
5+
PSR-0 predates the official FIG structure and describes a standard for
6+
autoloader interoperability. It is superseded by PSR-4. This meta document
7+
was added after the PSR has been deprecated.
8+
9+
## 2. People
10+
11+
### 2.1 Editor
12+
13+
* Matthew Weier O'Phinney
14+
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# PSR-1 Meta Document
2+
3+
## 1. Summary
4+
5+
This section of the standard comprises what should be considered the standard
6+
coding elements that are required to ensure a high level of technical
7+
interoperability between shared PHP code. This meta document is added after the
8+
document was accepted.
9+
10+
## 2. People
11+
12+
### 2.1 Editor
13+
14+
* Paul M. Jones
15+

accepted/PSR-2-coding-style-guide-meta.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,10 @@ $app->get('/hello/{name}', function ($name) use ($app) {
3838

3939
When extending multiple interfaces, the list of `extends` should be treated the same as a list
4040
of `implements`, as declared in Section 4.1.
41+
42+
## 4. People
43+
44+
### 4.1 Editor
45+
46+
* Paul M. Jones
47+

0 commit comments

Comments
 (0)