https://github.com/pmvc-plugin/annotation
https://github.com/pmvc-plugin/annotation
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/pmvc-plugin/annotation
- Owner: pmvc-plugin
- Created: 2015-07-26T06:37:15.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2022-06-05T17:34:30.000Z (about 4 years ago)
- Last Synced: 2025-02-26T22:05:34.067Z (over 1 year ago)
- Language: PHP
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://packagist.org/packages/pmvc-plugin/annotation)
[](https://packagist.org/packages/pmvc-plugin/annotation)
[](https://circleci.com/gh/pmvc-plugin/annotation/tree/master)
[](https://packagist.org/packages/pmvc-plugin/annotation)
[](https://packagist.org/packages/pmvc-plugin/annotation)
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