Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bearsunday/bear.apidoc
API Doc service for BEAR.Sunday
https://github.com/bearsunday/bear.apidoc
bearsunday-module beasunday documentation-tool
Last synced: about 2 months ago
JSON representation
API Doc service for BEAR.Sunday
- Host: GitHub
- URL: https://github.com/bearsunday/bear.apidoc
- Owner: bearsunday
- License: mit
- Created: 2017-08-17T20:13:11.000Z (over 7 years ago)
- Default Branch: 1.x
- Last Pushed: 2024-01-15T03:34:47.000Z (about 1 year ago)
- Last Synced: 2024-03-15T09:22:00.577Z (10 months ago)
- Topics: bearsunday-module, beasunday, documentation-tool
- Language: PHP
- Homepage:
- Size: 341 KB
- Stars: 3
- Watchers: 3
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
# BEAR.ApiDoc
BEAR.ApiDoc generates API documentation from the application.
The documentation generated from the application's method signatures, phpdoc, and JSON Shcema will match the API documentation and the actual application.
This not only saves you the trouble of writing IDL, but also allows you to generate accurate documentation.
## Installation
composer require bear/api-doc ^1.0
## Usage
See the [API doc documentatiom](http://bearsunday.github.io/manuals/1.0/en/apidoc.html).