gcr.io/paketo-buildpacks/php
The PHP Paketo Buildpack provides a set of collaborating buildpacks that enable the building of a PHP-based application. These buildpacks include:
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.