https://github.com/piedweb/method-doc-block-generator
https://github.com/piedweb/method-doc-block-generator
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/piedweb/method-doc-block-generator
- Owner: PiedWeb
- License: mit
- Created: 2023-11-01T15:05:27.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-09-20T17:13:22.000Z (10 months ago)
- Last Synced: 2025-09-27T09:48:25.172Z (10 months ago)
- Language: PHP
- Size: 13.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Method Doc Block Generator
[](https://github.com/PiedWeb/method-doc-block-generator/tags)
[](LICENSE)
[](https://github.com/PiedWeb/PiedWeb/actions)
[](https://scrutinizer-ci.com/g/PiedWeb/PiedWeb)
[](https://codecov.io/gh/PiedWeb/PiedWeb/branch/main)
[](https://shepherd.dev/github/PiedWeb/PiedWeb)
[](https://packagist.org/packages/piedweb/method-doc-block-generator)
## Install
Via [Packagist](https://img.shields.io/packagist/dt/piedweb/method-doc-block-generator.svg?style=flat)
```bash
$ composer req piedweb/method-doc-block-generator
```
## Usage
### MethodDocBlockGenerator CLI
Example :
```php
include 'vendor/autoload.php';
use \PiedWeb\MethodDocBlockGenerator\MethodDocBlockGenerator;
$output = 'run($className);
}
$output .= ' */
class PlatesTemplate extends Template { }';
file_put_contents('src/Service/PlatesTemplate.php', $output);
```
## Contributing
Please see [contributing](https://dev.piedweb.com/contributing)
## Credits
- [PiedWeb](https://piedweb.com) ak [Robind4](https://twitter.com/Robind4)
- [All Contributors](https://github.com/PiedWeb/:package_skake/graphs/contributors)
## License
The MIT License (MIT). Please see [License File](LICENSE) for more information.
[](https://github.com/PiedWeb/PiedWeb/tags)
[](https://github.com/PiedWeb/PiedWeb/blob/master/LICENSE)
[](https://travis-ci.org/PiedWeb/PiedWeb)
[](https://scrutinizer-ci.com/g/PiedWeb/PiedWeb)
[](https://scrutinizer-ci.com/g/PiedWeb/PiedWeb/code-structure)
[](https://packagist.org/packages/piedweb/method-doc-block-generator)