spaceonfire / simple-php-apidoc
This package is abandoned and no longer maintained.
No replacement package was suggested.
Simple API documentation generator for your PHP library
1.1.2
2020-03-07 18:40 UTC
Requires
- php: ~7.2
- ext-json: *
- nikic/php-parser: ^4.0
- phpdocumentor/reflection: ^4.0.0-beta
- phpdocumentor/reflection-docblock: ^5.0.0-alpha5
- spaceonfire/collection: ^1.2.0
- symfony/console: ^4.3.5
- symfony/filesystem: ^4.3.5
- symfony/finder: ^4.3.5
Requires (Dev)
- phpunit/phpunit: >=7.0
- squizlabs/php_codesniffer: ^3.0
This package is auto-updated.
Last update: 2022-07-01 19:22:47 UTC
README
Simple API documentation generator for your PHP library.
Structure
bin/ Package binaries
docs/ API documentation
src/ Source code
tests/ Unit tests
Install
Via Composer
$ composer require spaceonfire/simple-php-apidoc
Usage
./vendor/bin/apidoc --help
Change log
Please see CHANGELOG for more information on what has changed recently.
Testing
$ composer test
Contributing
Please see CONTRIBUTING and CODE_OF_CONDUCT for details.
Security
If you discover any security related issues, please email genteelknight@gmail.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.