AI Documentation for PHP Projects
Hosted docs for PHP repos. Auto-generated, auto-updated nightly. Detects composer.json, frameworks, and PHPUnit.
Free for public repos. No account needed.
What ReadmeBot detects in your project
ReadmeBot analyses your repository and automatically identifies key configuration files and project structure. Here are the files and patterns it looks for:
composer.jsonindex.phpartisanphpunit.xml
What's included in your documentation
Based on what ReadmeBot finds in your repository, it generates structured documentation with the following sections tailored to your stack:
Installation via Composer
Configuration
Usage and examples
Testing with PHPUnit
Deployment notes
Frequently asked questions
Does it detect the PHP version requirement?
Yes. ReadmeBot reads the require.php field from composer.json and documents the minimum PHP version needed.
Will it document Composer scripts?
ReadmeBot lists available Composer scripts and their purposes so contributors can use them right away.
Does it support PSR autoloading documentation?
ReadmeBot detects PSR-4 autoloading configuration and documents the namespace-to-directory mapping for contributors.