mikecbrant/php-ultimate-sessions

View on GitHub
bin/docgen

Summary

Maintainability
Test Coverage
#!/bin/bash
# Simple script to run phpdocumentor and phpdoc-md tools to generate markdown docs
vendor/bin/phpdoc -d src/UltimateSessions -t docs/phpdocs --template=xml
vendor/bin/phpdocmd --index UltimateSessions.md docs/phpdocs/structure.xml docs