|
1 |
| -# php-annotations |
2 |
| - |
3 |
| -[](https://gitter.im/php-annotations/php-annotations?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) |
4 |
| -[](https://travis-ci.org/php-annotations/php-annotations) |
5 |
| -[](https://scrutinizer-ci.com/g/php-annotations/php-annotations/) |
6 |
| -[](https://scrutinizer-ci.com/g/php-annotations/php-annotations/) |
7 |
| - |
8 |
| -[](https://packagist.org/packages/mindplay/annotations) [](https://packagist.org/packages/mindplay/annotations) [](https://packagist.org/packages/mindplay/annotations) [](https://packagist.org/packages/mindplay/annotations) |
| 1 | +# ElementaryFramework Annotations |
9 | 2 |
|
10 | 3 | Source-code annotations for PHP.
|
11 | 4 |
|
12 |
| -Copyright (C) 2011-2015 Rasmus Schultz <rasmus@mindplay.dk> |
13 |
| - |
14 |
| -https://github.com/php-annotations/php-annotations |
15 |
| - |
16 |
| -For documentation and updates, please visit the project Wiki: |
17 |
| - |
18 |
| -http://php-annotations.readthedocs.org/ |
19 |
| - |
20 |
| - |
21 |
| -## Project Structure |
22 |
| - |
23 |
| -The files in this project are organized as follows: |
24 |
| - |
25 |
| -``` |
26 |
| -php-annotations This README and the LGPL license |
27 |
| - /src |
28 |
| - /annotations The core of the library itself |
29 |
| - /standard Standard library of annotation classes |
30 |
| - /demo Browser-based example/demonstration |
31 |
| - /docs Documentation files (http://php-annotations.readthedocs.org/en/latest/) |
32 |
| - /test Unit tests for the core of the library |
33 |
| - /test.php Test suite runner |
34 |
| - /annotations Fixture Annotation types |
35 |
| - /lib Unit test library |
36 |
| - /runtime Run-time cache folder used for tests |
37 |
| - /suite Test cases |
38 |
| -``` |
39 |
| - |
40 |
| -The "mindplay" folder is the only folder required for the annotation |
41 |
| -framework itself - other folders contain demonstration code, tests, etc. |
42 |
| - |
43 |
| -To run the test suite, run "php-annotations/test/test.php" from a |
44 |
| -browser - a summary of the test-results will be displayed on the page. |
45 |
| - |
46 |
| - |
47 |
| -## Code Style |
48 |
| - |
49 |
| -Largely PSR-2 compliant: |
50 |
| - |
51 |
| -https://raw.github.com/php-fig/fig-standards/master/accepted/PSR-2-coding-style-guide.md |
52 |
| - |
| 5 | +This project is a fork of [php-annotations](https://github.com/php-annotations/php-annotations) (C) 2011-2015 Rasmus Schultz <rasmus@mindplay.dk> |
| 6 | +for the Elementary Framework project. |
53 | 7 |
|
54 | 8 | ## License
|
55 | 9 |
|
56 |
| -http://www.gnu.org/licenses/lgpl-3.0.txt |
57 |
| - |
58 |
| -This program is free software; you can redistribute it and/or |
59 |
| -modify it under the terms of the GNU General Public License as |
60 |
| -published by the Free Software Foundation; either version 3 of |
61 |
| -the License, or (at your option) any later version. |
62 |
| - |
63 |
| -This program is distributed in the hope that it will be useful, |
64 |
| -but WITHOUT ANY WARRANTY; without even the implied warranty of |
65 |
| -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
66 |
| -See the GNU General Public License for more details. |
67 |
| - |
68 |
| -You should have received a copy of the GNU General Public License |
69 |
| -along with this program; if not, see <http://www.gnu.org/licenses>. |
70 |
| - |
71 |
| -Additional permission under GNU GPL version 3 section 7 |
| 10 | +© 2018 Aliens Group, Inc. |
72 | 11 |
|
73 |
| -If you modify this Program, or any covered work, by linking or |
74 |
| -combining it with php-annotations (or a modified version of that |
75 |
| -library), containing parts covered by the terms of the LGPL, the |
76 |
| -licensors of this Program grant you additional permission to convey |
77 |
| -the resulting work. |
| 12 | +Licensed under LGPL 3.0 ([read license](https://github.com/ElementaryFramework/Annotations/blob/master/LICENSE)) |
0 commit comments