github.com/dahs81/otto@v0.2.1-0.20160126165905-6400716cf085/website/source/docs/apps/php/customization.html.md (about) 1 --- 2 layout: "app_php" 3 page_title: "Customization - PHP App Type" 4 sidebar_current: "docs-php-customization" 5 description: |- 6 This page documents the [Customizations](/docs/appfile/customization.html) 7 that are available to change the behavior of PHP applications with Otto. 8 --- 9 10 # Customization 11 12 This page documents the [customizations](/docs/appfile/customization.html) 13 that are available to change the behavior of PHP applications with Otto. 14 15 ## Type: "php" 16 17 Example: 18 19 ``` 20 customization "php" { 21 php_version="5.5" 22 }``` 23 24 Available options 25 26 * `php_version` (string) - The PHP version to install for development 27 and deployment. The currently supported versions for Otto are 5.4, 5.5 and 28 5.6. Support for PHP is provided by the PPA repositories created by 29 [Ondřej Surý](https://launchpad.net/~ondrej).