Skip to content

mrm-commerce/php-ioncube

 
 

Repository files navigation

php-ioncube cookbook

Installs and configures Zend Ioncube extension

Works for Chef >= 11.0

Usage

If you do not need to notify any resources (apache2, php-fpm), it is one line only:

include_recipe "php-ioncube::install"

Otherwise, you'll need to use LWRP, like this:

php_ioncube_install "ioncube" do
    action :install
    notifies :restart,"service['apache2']"
end

About

Chef cookbook for PHP Zend ioncube extension

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%