pmvc-plugin / annotation
PHP annotation parser and reader
Installs: 9 600
Dependents: 3
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Requires
- pmvc/pmvc: *
Requires (Dev)
README
PMVC Annotation Parser and Reader
Install with Composer
1. Download composer
- mkdir test_folder
- curl -sS https://getcomposer.org/installer | php
2. Install Use composer.json or use command-line directly
2.1 Install Use composer.json
- vim composer.json
{
"require": {
"pmvc-plugin/annotation": "dev-master"
}
}
- php composer.phar install
2.2 Or use composer command-line
- php composer.phar require pmvc-plugin/annotation
How to use?
https://github.com/pmvc-plugin/annotation/blob/master/test.php