Forge Home

phalconphp

Puppet PhalconPHP Module

27,057 downloads

9,963 latest version

1.2 quality score

We run a couple of automated
scans to help you access a
module's quality. Each module is
given a score based on how well
the author has formatted their
code and documentation and
modules are also checked for
malware using VirusTotal.

Please note, the information below
is for guidance only and neither of
these methods should be considered
an endorsement by Puppet.

Version information

  • 1.0.91 (latest)
  • 1.0.90
  • 1.0.89
  • 1.0.88
  • 1.0.87
  • 1.0.86
  • 1.0.85
  • 1.0.84
  • 1.0.81
  • 1.0.80
  • 1.0.79
  • 1.0.78
  • 1.0.75
  • 1.0.73
  • 1.0.72
  • 1.0.71
  • 1.0.70
  • 1.0.69
  • 1.0.65
  • 1.0.64
  • 1.0.62
  • 1.0.61
  • 1.0.60
  • 1.0.59
  • 1.0.58
  • 1.0.57
  • 1.0.56
  • 1.0.55
  • 1.0.54
  • 1.0.53
  • 1.0.52
  • 1.0.51
  • 1.0.50
  • 1.0.49
  • 1.0.48
  • 1.0.47
  • 1.0.46
  • 1.0.45
  • 1.0.44
  • 1.0.41
  • 1.0.40
  • 1.0.39
  • 1.0.38
  • 1.0.37
  • 1.0.36
  • 1.0.35
  • 1.0.34
  • 1.0.33
  • 1.0.32
  • 1.0.31
  • 1.0.30
  • 1.0.29
  • 1.0.28
  • 1.0.27
  • 1.0.26
  • 1.0.24
  • 1.0.23
  • 1.0.22
  • 1.0.21
  • 1.0.20
  • 1.0.19
  • 1.0.18
  • 1.0.17
  • 1.0.15
  • 1.0.14
  • 1.0.13
  • 1.0.12
  • 1.0.11
  • 1.0.10
  • 1.0.9
  • 1.0.8
  • 1.0.7
  • 1.0.6
  • 1.0.5
  • 1.0.4
  • 1.0.3
  • 1.0.2
  • 1.0.0
released Apr 1st 2014

Start using this module

  • r10k or Code Manager
  • Bolt
  • Manual installation
  • Direct download

Add this module to your Puppetfile:

mod 'pennycoders-phalconphp', '1.0.69'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add pennycoders-phalconphp
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install pennycoders-phalconphp --version 1.0.69

Direct download is not typically how you would use a Puppet module to manage your infrastructure, but you may want to download the module in order to inspect the code.

Download

Documentation

pennycoders/phalconphp — version 1.0.69 Apr 1st 2014

Phalconphp Puppet module

This is a phalconphp puppet module. 
It installs the phalconphp framework, and optionally,       
the devtools, as well as all the other dependencies needed by it 

Example usage:

class {'phalconphp':
        ensure_sys_deps=>true,
        ensure=>'master', 
        install_devtools=>true,
        devtools_version=>'master',
        install_zephir=>false,
        compat_sys_deps=>false,
        zephir_build=>false,
        ini_file=>'phalcon.ini',
        debug=>false
}

Required params:

ensure
ensure_sys_deps
install_devtools (needs to be se to true)
devtools_version

Gittip:

Support via Gittip

Parameters:

ensure_sys_deps
ensure 
install_devtools
devtools_version
install_zephir
compat_sys_deps
zephir_build
ini_file
debug

Prerequisites:

This module can install everything for you, 
however, in order to be able to achieve that,
a few other modules are required:
    puppetlabs/stdlib
    example42/yum 
    puppetlabs/apt
    example42/php 
    example42/puppi 

Notes:

The values in the Usage example above are the default ones,
and although they can be changed, i strongly recommend you won't change them,
unless you really need a more speciffic approach.

In regards to compat_sys_deps:

See http://forum.phalconphp.com/discussion/1660/phalconphp-puppet-module-compiles-zephir-phalconphp-and-installs

This Module has only been rigurously tested on CentOS 6.5 x64

The devtools do not seem to be fully compatibile with phalconphp 2.x

TODO:

- Add the ability to create phalconphp projects via puppet
- Add / test support for debian platforms