package
0.1.4
Repository: https://github.com/paketo-buildpacks/php-web.git
Documentation: pkg.go.dev

# Functions

LoadBuildpackYAML reads `buildpack.yml` and PHP specific config options in it.
No description provided by the author
ProcessTemplateToFile writes out a specific template to the given file name.
SearchForWebApp looks to see if this application is a PHP web app.
No description provided by the author

# Constants

ApacheHttpd is text user can specify to request Apache Web Server.
HttpdConfTemplate is the template string for a httpd.conf file.
Nginx is text user can specify to request Nginx Web Server.
NginxConfTemplate is the template string for a nginx.conf file.
PhpFpmConfTemplate is the template string for a php-fpm.conf file.
PhpIniTemplate is the template string for a php.ini file.
PhpWebServer is text user can specify to use PHP's built-in Web Server.

# Variables

DefaultCliScripts is the script used when one is not provided in buildpack.yml.

# Structs

BuildpackYAML represents user specified config options through `buildpack.yml`.
Config represents PHP specific configuration options for BuildpackYAML.
HttpdConfig supplies values for templated httpd.conf.
Memcached represents PHP Memcached specific configuration options for `buildpack.yml`.
NginxConfig supplies values for templated nginx.conf.
PhpFpmConfig supplies values for templated php-fpm.conf.
PhpIniConfig supplies values for templated php.ini.
Redis represents PHP Redis specific configuration options for `buildpack.yml`.