PHPackages                             ideato/idephix - 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. ideato/idephix

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

ideato/idephix
==============

PHP automation and deploy tool.

0.19.0(9y ago)6533.1k19[5 issues](https://github.com/ideatosrl/Idephix/issues)[1 PRs](https://github.com/ideatosrl/Idephix/pulls)MITPHPPHP &gt;=5.3.9CI failing

Since Jul 27Pushed 6y ago28 watchersCompare

[ Source](https://github.com/ideatosrl/Idephix)[ Packagist](https://packagist.org/packages/ideato/idephix)[ Docs](http://getidephix.com/)[ RSS](/packages/ideato-idephix/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependencies (5)Versions (30)Used By (0)

[![Stories in Ready](https://camo.githubusercontent.com/2b61533bb3efec5c61e082056d4702aa3b5b556eb9b84f5880397a197bde8ef4/68747470733a2f2f62616467652e776166666c652e696f2f69646561746f73726c2f496465706869782e706e673f6c6162656c3d6261636b6c6f67267469746c653d476574253230496e766f6c766564)](https://waffle.io/ideatosrl/Idephix)[![Gitter](https://camo.githubusercontent.com/4d7f57eec6d2fe1c38bc05b24afef7aabc5b2909d85cc8d415c105defecfb5a5/68747470733a2f2f6261646765732e6769747465722e696d2f69646561746f73726c2f496465706869782e737667)](https://gitter.im/ideatosrl/Idephix?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)[![Build Status](https://camo.githubusercontent.com/bce3a1650df04efd6dab98c9674e567634529322bda7bf590de2a34064413652/68747470733a2f2f7472617669732d63692e6f72672f69646561746f73726c2f496465706869782e737667)](https://travis-ci.org/ideatosrl/Idephix)[![Read the docs](https://camo.githubusercontent.com/c64b0e8a7cb82bf9ca9c14c7dbb18e66b0d3ef718977c7e35afdc0674820689a/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f646f63732d6c61746573742d627269676874677265656e2e7376673f7374796c653d666c6174)](http://idephix.readthedocs.io/en/latest/)[![SensioLabsInsight](https://camo.githubusercontent.com/5a3412580a8d1a357343f0314032b9d9510fe13908a6517134e7810298025707/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f34373539366264362d346163392d343331342d623739612d3166326535303239326331662f6d696e692e706e67)](https://insight.sensiolabs.com/projects/47596bd6-4ac9-4314-b79a-1f2e50292c1f)[![Latest Stable Version](https://camo.githubusercontent.com/5b770a11958508f756dc3a5be7af3c92377e2765feee361e56594eeebeec0c72/68747470733a2f2f706f7365722e707567782e6f72672f69646561746f2f696465706869782f76657273696f6e)](https://packagist.org/packages/ideato/idephix)[![Total Downloads](https://camo.githubusercontent.com/628c7c065da15f7d02688966554c095574603b5badf47505d77713e4d64d8e54/68747470733a2f2f706f7365722e707567782e6f72672f69646561746f2f696465706869782f646f776e6c6f616473)](https://packagist.org/packages/ideato/idephix)[![Monthly Downloads](https://camo.githubusercontent.com/b4279bee6cc5f5a3b1e5a9790a6526c9ba2f88f57966769c51c8bc149c346bfb/68747470733a2f2f706f7365722e707567782e6f72672f69646561746f2f696465706869782f642f6d6f6e74686c79)](https://packagist.org/packages/ideato/idephix)[![License](https://camo.githubusercontent.com/b67ff31ebe3095d31ca1932e9c4d1accdf53694ac5765b02167ca1fe5c1b6894/68747470733a2f2f706f7365722e707567782e6f72672f69646561746f2f696465706869782f6c6963656e7365)](https://packagist.org/packages/ideato/idephix)

Idephix - Automation and Deploy tool
====================================

[](#idephix---automation-and-deploy-tool)

Idephix is a PHP automation tool useful to perform remote and local tasks. It can be used to deploy applications, rotate logs, synchronize data repository across server or create a build system. If you want to learn more about how to use it [read the docs](http://idephix.readthedocs.io/en/latest/).

Installation / Usage
--------------------

[](#installation--usage)

1. Download the [`idephix.phar`](http://getidephix.com/idephix.phar) executable and init your idxfile.

    ```
    $ curl -LSs http://getidephix.com/idephix.phar > idephix.phar
    $ chmod a+x idephix.phar
    $ idx initFile
    ```
2. Now you can define tasks just defining php functions in your `idxfile.php`

    ```
