https://github.com/mattvb91/php-doc-prop-generator
DocBlock property generation for PHP classes from your DB structure.
https://github.com/mattvb91/php-doc-prop-generator
docblock documentation-generator php php7
Last synced: 23 days ago
JSON representation
DocBlock property generation for PHP classes from your DB structure.
- Host: GitHub
- URL: https://github.com/mattvb91/php-doc-prop-generator
- Owner: mattvb91
- License: mit
- Created: 2018-10-14T08:30:11.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-16T11:55:31.000Z (over 6 years ago)
- Last Synced: 2025-02-15T19:48:42.040Z (3 months ago)
- Topics: docblock, documentation-generator, php, php7
- Language: PHP
- Homepage:
- Size: 20.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# php-doc-prop-generator
DocBlock @property generation for PHP class documentation from your DB structure.This package will generate classes based on your DB structure that you can then use to @mixin for your real classes:
```php
Required.
--dbName
Required.--dbPass
Required.--dbUser
Required.--help
Show the help page for this command.```
### Licence
```
MIT LicenseCopyright (c) 2018 Matthias von Bargen
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.```