apigen
API documentation generator for PHP 5.3+
Install
- All systems
-
curl cmd.cat/apigen.sh
- Debian
-
apt-get install php-apigen
- Ubuntu
-
apt-get install php-apigen
- Fedora
-
dnf install apigen
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install php-apigen
- Raspbian
-
apt-get install php-apigen
- Dockerfile
- dockerfile.run/apigen
php-apigen
API documentation generator for PHP 5.3+
ApiGen is the tool for creating professional API documentation from PHP source code, similar to discontinued phpDocumentor/phpDoc. ApiGen has support for PHP 5.3 namespaces, packages, linking between documentation, cross referencing to PHP standard classes and general documentation, creation of highlighted source code and experimental support for PHP 5.4 traits.