Go to file
Joseph Hall 354d3aa768 Merge pull request #6 from bogdanr/master
New modules: mbstring and xml
2014-02-06 07:15:36 -07:00
php New modules: mbstring and xml 2014-02-06 13:43:13 +00:00
LICENSE Add LICENSE. 2013-07-27 20:36:26 +02:00
pillar.example Add pillar.example 2013-07-27 20:38:33 +02:00
README.rst Updated README to have all the states properly set up, dropped the apt requirement from everything. 2014-01-03 06:10:51 +00:00

php

Formulas to set up and configure php and various php libraries.

Available states

php

Installs the php package.

php.apc

Installs the php-apc package.

php.curl

Installs the php5-curl package on Debian, and ensures that curl itself is installed for RedHat systems, this is due to the curl libs being provided by php-common, which will get installed with the main php package.

php.fpm

Installs the php-fpm package, starts the service, and enables it.

php.gd

Installs the php-gd package.

php.mcrypt

Installs the php-mcrypt package.

php.mysql

Installs the php-mysql package.

php.pear

Installs the php-pear package.