PHPackages                             accompli/accompli - 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. accompli/accompli

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

accompli/accompli
=================

An easy to use and extendable deployment tool for PHP projects.

0.4.0(9y ago)1015.5k14[36 issues](https://github.com/accompli/accompli/issues)MITPHPPHP ^5.5 || ^7.0

Since Jan 10Pushed 9y ago4 watchersCompare

[ Source](https://github.com/accompli/accompli)[ Packagist](https://packagist.org/packages/accompli/accompli)[ RSS](/packages/accompli-accompli/feed)WikiDiscussions 0.4 Synced 1mo ago

READMEChangelog (6)Dependencies (18)Versions (9)Used By (0)

Accompli
========

[](#accompli)

[![Latest version on Packagist](https://camo.githubusercontent.com/603584bafe556cd4d54baa100d541537c5d4c846e3369e434aaa68211aa771bf/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6163636f6d706c692f6163636f6d706c692e737667)](https://packagist.org/packages/accompli/accompli)[![Latest pre-release version on Packagist](https://camo.githubusercontent.com/7879ffd7891fc81df2f442670db8bd749a75c24ed59190627717e32aaa3a3e64/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f767072652f6163636f6d706c692f6163636f6d706c692e737667)](https://packagist.org/packages/accompli/accompli)[![Software License](https://camo.githubusercontent.com/074b89bca64d3edc93a1db6c7e3b1636b874540ba91d66367c0e5e354c56d0ea/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e737667)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/9372a24c083f2365991e958b199e3dc956e23d2c014e468efd77f91381ee4533/68747470733a2f2f7472617669732d63692e6f72672f6163636f6d706c692f6163636f6d706c692e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/accompli/accompli)[![Coverage Status](https://camo.githubusercontent.com/f7dae48cd564109303b6fea64dbba6ad8856b25041419575ed86e58ca0a945b1/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6163636f6d706c692f6163636f6d706c692f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/r/accompli/accompli?branch=master)[![SensioLabsInsight](https://camo.githubusercontent.com/88544d0b20ab0689031d9375a1d0576dabf2d62a9d99010df3f75f7081ffff20/68747470733a2f2f696d672e736869656c64732e696f2f73656e73696f6c6162732f692f35623838346538352d626231312d343834372d623231322d6533616161636533396132362e737667)](https://insight.sensiolabs.com/projects/5b884e85-bb11-4847-b212-e3aaace39a26)[![StyleCI](https://camo.githubusercontent.com/822b425d96d0baae6f0a919cbd8d6de0178c08c208c7325d96a0f02838852edd/68747470733a2f2f7374796c6563692e696f2f7265706f732f33323431363734342f736869656c643f7374796c653d666c6174)](https://styleci.io/repos/32416744)

An easy to use and extendable deployment tool for PHP projects.

> *C'est fini. Accompli!*

View the complete documentation of Accompli on [accompli.readme.io](https://accompli.readme.io/).

Installation using Composer
---------------------------

[](#installation-using-composer)

Run the following command to add the package to the composer.json of your project:

```
$ composer require accompli/accompli --dev
```

#### Versioning

[](#versioning)

Accompli uses [Semantic Versioning 2](http://semver.org/) for new versions.

Usage
-----

[](#usage)

1. Create an accompli.json defining the hosts to deploy to and the tasks to run during install and deployment.

By running the following command, Accompli will guide you in creating a basic accompli.json configuration:

```
$ vendor/bin/accompli init
```

*Note that below example might not work for your project.*

```
{
  "$extend": "accompli://recipe/defaults.json",
  "hosts": [
    {
      "stage": "test",
      "connectionType": "ssh",
      "hostname": "example.com",
      "path": "/var/www/example.com"
    }
  ],
  "events": {
    "subscribers": [
      {
        "class": "Accompli\\Task\\CreateWorkspaceTask"
      },
      {
        "class": "Accompli\\Task\\RepositoryCheckoutTask",
        "repositoryUrl": "https://github.com/example.com/example.com.git"
      },
      {
        "class": "Accompli\\Task\\DeployReleaseTask"
      },
      {
        "class": "Accompli\\Task\\MaintenanceModeTask"
      }
    ]
  }
}
```

2. Run Accompli to install a release of your project: `vendor/bin/accompli install-release `
3. Run Accompli to deploy an installed release of your project: `vendor/bin/accompli deploy-release  `

For a more detailed description on how to use Accompli, please see the [getting started](https://github.com/accompli/accompli/blob/master/docs/01-Getting-started.md) page.

Credits and acknowledgements
----------------------------

[](#credits-and-acknowledgements)

- [Niels Nijens](https://github.com/niels-nijens)
- [Reyo Stallenberg](https://github.com/reyostallenberg) (creator of the name 'Accompli')

Also see the list of [contributors](https://github.com/accompli/accompli/contributors) who participated in this project.

License
-------

[](#license)

Accompli is licensed under the MIT License. Please see the [LICENSE file](LICENSE.md) for details.

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity30

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 98.4% 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

Every ~67 days

Total

8

Last Release

3303d ago

PHP version history (3 changes)0.1.0PHP &gt;=5.4.0

0.2.0PHP ^5.4 || ^7.0

v0.3.0PHP ^5.5 || ^7.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/3d9f8b726bd45ba463415d96703283e6aa05193cb1fe3b61aa8adb018378a51a?d=identicon)[niels-nijens](/maintainers/niels-nijens)

---

Top Contributors

[![niels-nijens](https://avatars.githubusercontent.com/u/3245362?v=4)](https://github.com/niels-nijens "niels-nijens (500 commits)")[![deborahvandervegt](https://avatars.githubusercontent.com/u/13642829?v=4)](https://github.com/deborahvandervegt "deborahvandervegt (6 commits)")[![GrahamCampbell](https://avatars.githubusercontent.com/u/2829600?v=4)](https://github.com/GrahamCampbell "GrahamCampbell (1 commits)")[![Salmonrules](https://avatars.githubusercontent.com/u/8090136?v=4)](https://github.com/Salmonrules "Salmonrules (1 commits)")

---

Tags

composercontinuous-deliverydeploymentgitphpsshsvnsymfonysymfony-applicationftpsshsftpdeploymentftpsAccompli

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/accompli-accompli/health.svg)

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

###  Alternatives

[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M650](/packages/sylius-sylius)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)[drupal/core

Drupal is an open source content management platform powering millions of websites and applications.

19462.3M1.3k](/packages/drupal-core)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[drupal/core-recommended

Locked core dependencies; require this project INSTEAD OF drupal/core.

6939.5M342](/packages/drupal-core-recommended)

PHPackages © 2026

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