Download the PHP package madflow/cheesecake without Composer
On this page you can find all versions of the php package madflow/cheesecake. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package cheesecake
Cheesecake - the best!
Cheesecake is a project/directory skeleton generator thingy for PHP. It is inspired by https://github.com/audreyr/cookiecutter.
Installation
Use it without the cli
Development
Examples
Create a Silex starter project
Hooks
Put your hooks in hooks
and name them pre_gen.php
or post_gen.php
.
Hacks
- When processing Twig templates the Mustache engine tries to interpret expressions like
{{ okay | upper }}
and will fail withMustache_Exception_UnknownFilterException: Unknown filter: upper
-
In order to circumvent this, it is possible to define a magic
filters_ignore
parameter in yourcheesecake.json
file. filters_ignore
excepts an array of strings which will be translated to dummy filters.
- You can always try to change the delimiter like documented here: https://github.com/bobthecow/mustache.php/wiki/Mustache-Tags#set-delimiter
- This way it should be possible to circumvent problems with other template engines.
All versions of cheesecake with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.4||^8.0
mustache/mustache Version ^2.9
docopt/docopt Version 1.0.0
cypresslab/gitelephant Version ~3.0
wp-cli/php-cli-tools Version ^0.10.5
symfony/process Version ^3.4||^4.4||^5.0
symfony/filesystem Version ^3.4||^4.4||^5.0
symfony/finder Version ^3.4||^4.4||^5.0
mustache/mustache Version ^2.9
docopt/docopt Version 1.0.0
cypresslab/gitelephant Version ~3.0
wp-cli/php-cli-tools Version ^0.10.5
symfony/process Version ^3.4||^4.4||^5.0
symfony/filesystem Version ^3.4||^4.4||^5.0
symfony/finder Version ^3.4||^4.4||^5.0
The package madflow/cheesecake contains the following files
Loading the files please wait ....