PHPackages                             agiuliano/capifony-recipes - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [DevOps &amp; Deployment](/categories/devops)
4. /
5. agiuliano/capifony-recipes

ActiveLibrary[DevOps &amp; Deployment](/categories/devops)

agiuliano/capifony-recipes
==========================

Capifony recipes

v1.0(12y ago)11.7k1MITRuby

Since Oct 21Pushed 12y ago1 watchersCompare

[ Source](https://github.com/agiuliano/capifony-recipes)[ Packagist](https://packagist.org/packages/agiuliano/capifony-recipes)[ RSS](/packages/agiuliano-capifony-recipes/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (2)Used By (1)

\#Capifony Recipes

Add some shortcut to your Capifony project

\##Installation Add the following to your composer.json

```
"agiuliano/capifony-recipes": "dev-master"
```

\##Usage After you Capified your project, add the following to your Capfile if you want to add one recipe at time

```
load 'vendor/agiuliano/capifony-recipes/recipes/ask_branch.rb'
```

otherwise, if you want to add all the recipes, you can add the following

```
Dir["vendor/agiuliano/capifony-recipes/recipes/*.rb"].each {|file| load file }
```

---

\#Recipes The following section describes the recipes in the package and how to use them

\##Git branch choice When you deploy your application, Capifony just ask you which branch you want to deploy.

By default, it propose to you the current branch you are on.

\##Parameters When you setup your project, it'd be cool if Capifony automagically upload a specified parameters.yml on your server.

With this recipe you can tell Capifony which is you parameter file and when to upload it. In particular, in deploy.rb or prod/staging/whatever.rb file you can write

```
set :parameters_file, "parameters.yml"
after 'deploy:setup', 'upload_parameters'
```

`parameters_file` tells which name your parameters file has whereas `after 'deploy:setup', 'upload_parameters'` explains when the task has to be performed.

You can also add a custom folder:

```
set :parameters_dir, "app/config"
```

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 75% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

4587d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e7bd97606ed68145515663da951d6e2ba15a6499b75693925dce9dbf6018e4f1?d=identicon)[agiuliano](/maintainers/agiuliano)

---

Top Contributors

[![agiuliano](https://avatars.githubusercontent.com/u/1260243?v=4)](https://github.com/agiuliano "agiuliano (3 commits)")[![bitdeli-chef](https://avatars.githubusercontent.com/u/3092978?v=4)](https://github.com/bitdeli-chef "bitdeli-chef (1 commits)")

### Embed Badge

![Health badge](/badges/agiuliano-capifony-recipes/health.svg)

```
[![Health](https://phpackages.com/badges/agiuliano-capifony-recipes/health.svg)](https://phpackages.com/packages/agiuliano-capifony-recipes)
```

###  Alternatives

[deployer/deployer

Deployment Tool

11.0k25.4M207](/packages/deployer-deployer)[appwrite/server-ce

End to end backend server for frontend and mobile apps.

55.3k84.2k](/packages/appwrite-server-ce)[pragmarx/health

Laravel Server &amp; App Health Monitor and Notifier

2.0k1.0M2](/packages/pragmarx-health)[felixfbecker/language-server-protocol

PHP classes for the Language Server Protocol

22476.7M6](/packages/felixfbecker-language-server-protocol)[heroku/heroku-buildpack-php

Toolkit for starting a PHP application locally, with or without foreman, using the same config for PHP and Apache2/Nginx as on Heroku

8161.3M10](/packages/heroku-heroku-buildpack-php)[tiamo/phpas2

PHPAS2 is a php-based implementation of the EDIINT AS2 standard

4674.7k](/packages/tiamo-phpas2)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
