Libraries tagged by phpDAO
itinysun/tp-model-helper
53 Downloads
a vendor for thinkphp6.*,help generate phpdocs for model class
doanphu/swagger-php-trigger-error
22 Downloads
swagger-php - Generate interactive documentation for your RESTful API using phpdoc annotations
diverproject/diamond-annotation
13 Downloads
Base library to parse PHPDoc annotations like Java and customize.
dawnki/laroute
19 Downloads
Auto generate Laravel router's statement by phpdoc
davek1312/config
73 Downloads
Bootstraps vlucas/phpdotenv and illuminate/config packages
danijelsingularity98/swaggergen
23 Downloads
Generate Swagger/OpenAPI documentation from simple PHPdoc-like comments in PHP source code.
crudschool/yii2-migration-generator
23 Downloads
Set of gii tools for generating files for migration by schema of table , phpdoc or table data
cooperative-computing/git-wp-base
266 Downloads
This project will create a WordPress base installation using wp-cli/wp-cli package and using vlucas/phpdotenv package to expose configuration values in PHP $_ENV super global.
avency/swagger-php
955 Downloads
swagger-php - Generate interactive documentation for your RESTful API using phpdoc annotations
appserver-io/swagger-php
11 Downloads
swagger-php - Generate interactive documentation for your RESTful API using phpdoc annotations
ahsanfsd/wp-setup
4 Downloads
This will create a WordPress base installation using wp-cli/wp-cli package and using vlucas/phpdotenv package to expose configuration values in PHP $_ENV super global.
adagio/property-exposer
1151 Downloads
Give access to private properties based on phpDoc directives.
sofe/hierardoc
2 Downloads
Hierarchical PHPDoc tag parsing
pomek/path2api
63 Downloads
Path2API is a simple Laravel package which allows you generate API documentation based on phpDoc comments in your classes.
perf/type-validation
226 Downloads
Allows to check if a variable is of the expected type, using a type specification string like the ones in PHPDoc blocks (int, \Foo\Bar[], null|string, etc).