You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: proposed/attributes-meta.md
+3-8Lines changed: 3 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,7 @@
2
2
3
3
## 1. Summary
4
4
5
-
The idea is to create a registry that holds and provides user-space attributes for PHP.
6
-
7
-
This Proposal is about defining the registry and the workflows to add, modify and
8
-
remove attributes from that registry
5
+
This Working Group aims to create and manage a shared set of PHP attributes that may be used by many different actors within the PHP ecosystem, avoiding duplication and redundancy.
9
6
10
7
## 2. Why Bother?
11
8
@@ -22,17 +19,15 @@ This registry shall solve that
22
19
23
20
### 3.1 Goals
24
21
25
-
* Define and maintain a set of attributes that are relevant for more than one
26
-
single tool so that different tools can use and rely upon a defined set of attributes and
27
-
users do not need to use several similar attributes with the same meaning for different tools.
22
+
* Define and maintain a set of attribute definitions that are relevant for a reasonably broad portion of the PHP ecosystem so that different tools and users can use and rely upon a defined set of attributes with less duplication.
28
23
* Provide one or multiple composer-installable packages containing
29
24
the code for the attributes in the registry
30
25
* provide methods to maintain the registry and add, modify and remove attributes from it
31
26
32
27
### 3.2 Non-Goals
33
28
34
29
* The goal is **not** to provide a registry of **all** attributes available in PHP. As an example: The ORM-specific
35
-
attributes from Doctrine are likely not to be part of this registry as they are specific to the library itself
30
+
attributes from Doctrine are likely not to be part of this registry as they are specific to the library itself.
0 commit comments