Skip to content

Commit 8cf86d1

Browse files
committed
Update README
1 parent 85d060e commit 8cf86d1

File tree

1 file changed

+5
-70
lines changed

1 file changed

+5
-70
lines changed

README.md

Lines changed: 5 additions & 70 deletions
Original file line numberDiff line numberDiff line change
@@ -1,77 +1,12 @@
1-
# php-annotations
2-
3-
[![Join the chat at https://gitter.im/php-annotations/php-annotations](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/php-annotations/php-annotations?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
4-
[![Build Status](https://travis-ci.org/php-annotations/php-annotations.svg?branch=master)](https://travis-ci.org/php-annotations/php-annotations)
5-
[![Scrutinizer Quality Score](https://scrutinizer-ci.com/g/php-annotations/php-annotations/badges/quality-score.png?s=41628593655dae3740c3a64f172438430ee26b84)](https://scrutinizer-ci.com/g/php-annotations/php-annotations/)
6-
[![Code Coverage](https://scrutinizer-ci.com/g/php-annotations/php-annotations/badges/coverage.png?s=dbea8860e011cdb7b5352b48c25259ca950fe2c6)](https://scrutinizer-ci.com/g/php-annotations/php-annotations/)
7-
8-
[![Latest Stable Version](https://poser.pugx.org/mindplay/annotations/v/stable.svg)](https://packagist.org/packages/mindplay/annotations) [![Total Downloads](https://poser.pugx.org/mindplay/annotations/downloads.svg)](https://packagist.org/packages/mindplay/annotations) [![Latest Unstable Version](https://poser.pugx.org/mindplay/annotations/v/unstable.svg)](https://packagist.org/packages/mindplay/annotations) [![License](https://poser.pugx.org/mindplay/annotations/license.svg)](https://packagist.org/packages/mindplay/annotations)
1+
# ElementaryFramework Annotations
92

103
Source-code annotations for PHP.
114

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.
537

548
## License
559

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+
&copy; 2018 Aliens Group, Inc.
7211

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

Comments
 (0)