The PHP Paketo Buildpack provides a set of collaborating buildpacks that enable the building of a PHP-based application. These buildpacks include:
- PHP Dist CNB
- PHP HTTPD CNB
- PHP Nginx CNB
- PHP Built-in Server CNB
- PHP FPM CNB
- PHP Start CNB
- PHP Redis Session Handler CNB
- PHP Memcached Session Handler CNB
- Composer CNB
- Composer Install CNB
- Apache HTTPD CNB
- NGINX CNB
The buildpack supports building PHP console and web applications. Web applications can be run on either the built-in PHP webserver, Apache HTTPD or NGINX. The buildpack also provides optional support for the utilization of Composer as a package manager.
Usage examples can be found in the
samples
repository under the php
directory.
This buildpack also includes the following utility buildpacks:
Check out the PHP Paketo Buildpack docs for more information.