PHPackages                             kalamuna/terminatur - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. kalamuna/terminatur

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

kalamuna/terminatur
===================

What terminus began, terminatur finished: Drush CODESCIENCE for Pantheon Integration

1.0-beta1(11y ago)112.9k7[10 issues](https://github.com/kalamuna/terminatur/issues)[1 PRs](https://github.com/kalamuna/terminatur/pulls)MITPHP &gt;=5.3.3

Since Oct 14Pushed 11y ago5 watchersCompare

[ Source](https://github.com/kalamuna/terminatur)[ Packagist](https://packagist.org/packages/kalamuna/terminatur)[ Docs](https://github.com/kalamuna/terminatur)[ RSS](/packages/kalamuna-terminatur/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (1)Versions (9)Used By (0)

Terminatur
==========

[](#terminatur)

Deprecated.
-----------

[](#deprecated)

Many components of this software have reached end of life and the project is no longer actively maintained

Please check out the successor project [Kalabox2](https://github.com/kalabox/kalabox). This project is still under development but it very actively supported and should reach feature parity with Kalabox 1 shortly.

Terminatur is a set of drush commands to extend the functionality provided by the amazing [Terminus](https://github.com/pantheon-systems/terminus)

Specifically Terminatur allows you to build Pantheon sites on your local development environment. It takes care of handling your settings, vhosts, aliases... all the stuff that is generally annoying. You can also easily spin up new sites.

Terminatur was written with the underlying [Kalastack](https://github.com/kalamuna/kalastack) environment in mind. However, Terminatur features a pluggable architecture and it should be easy to add support for MAMP, Megladon or any NIX based development stack.

If you are interested in providing some of these environmental plugins please contact us!

Requirements
------------

[](#requirements)

- Drush 5.1+ -
- PHP 5.3.3+ with cURL
- Terminus -
- (Optional) MySQL 5+ - But you can't really do much without it

Installing Terminatur with Composer and Packagist
-------------------------------------------------

[](#installing-terminatur-with-composer-and-packagist)

[Composer](http://getcomposer.org) is a dependency manager for PHP, and [Packagist](https://packagist.org/) is the main Composer repository. Terminatur can be found on Packagist as [kalamuna/terminatur](https://packagist.org/packages/kalamuna/terminatur)

The easiest way to install Composer for \*nix (including Mac):

```
curl -sS https://getcomposer.org/installer | php
mv composer.phar /usr/local/bin/composer

```

More detailed installation instructions for multiple platforms can be found in the [Composer Documentation](http://getcomposer.org/doc/00-intro.md).

### Normal installation

[](#normal-installation)

```
# Download Terminatur for non-development use.
composer create-project kalamuna/terminatur $HOME/.drush/terminatur -s dev --no-dev -n
# Clear Drush's cache.
drush cc drush

```

To get updates when available just run

```
# Updating Terminatur.
composer update --no-dev --working-dir $HOME/.drush/terminatur

```

Installing Terminatur with Git
------------------------------

[](#installing-terminatur-with-git)

If you are unable to use Composer, Terminatur can be installed using git. This method is not recommended as dependencies will not be automatically installed if they're missing.

```
git clone https://github.com/kalamuna/terminatur.git $HOME/.drush/terminatur
# Clear Drush's cache.
drush cc drush

```

Quickstart
----------

[](#quickstart)

```
# Authenticate with Pantheon and pull down your aliases
drush ta
# List terminatur site aliases
drush sa | grep terminatur
# Download a site with all its files
drush pullsite mysite.dev # mysite.dev is from the alias @terminatur.mysite.dev
# Remove this site
drush crush mysite.dev

```

Some more indepth things
------------------------

[](#some-more-indepth-things)

- mysite.dev corresponds to @terminatur.mysite.dev
- mysite.local correspondes to @local.mysite.local
- mysite.kala correspondes to @kalastack.mysite.local

```
$ drush pullsite mysite.dev # Build a Pantheon site locally
$ drush pullsite mysite.dev --files # Build a Pantheon site locally and download your files
```

This will also add an entry to your hosts file, set up a vhost on supported environments and add a local drush alias for you to work with. Your settings.php will be edited to contain the local connection configuration. If you run this command a second time it will refresh your code, data and files.

```
$ drush pullcode mysite.dev # Pulls down your Pantheon code with either git or wget
$ drush pulldata mysite.dev # Imports your Pantheon database from a specific backup, the latest backup, or a newly created backup
$ drush pullfiles mysite.dev # Pulls down your Pantheon files, either by rsync or wget
```

Running any of these commands more than once will simply fetch what's new and pull it down.

```
$ drush crush mysite.dev # Completely removes your local site
$ drush crush mysite.kala # Completely removes your local site
$ drush crush mysite.local # Completely removes your local site
```

Not much else required to explain here!

```
$ drush newsite mysite # Spins up a new local site
$ drush newsite mysite --profile=openatrium # Spins up a new local OpenAtrium site
```

Builds a new site and sets up hosts, vhosts, settings, aliases.

```
$ drush ta # Refreshes your Pantheon alias file and parses it for use with Terminatur
```

You should run this anytime you add/remove a site on Pantheon or make a backup.

Plus run drush newsite --help for a complete listing of command options.

### UPDATING YOUR HOST HOSTS FILE

[](#updating-your-host-hosts-file)

Remember that if you have Terminatur installed in a VM you may have to edit your host machine's host file to see your site in your browser.

The Future
----------

[](#the-future)

- Support for multidev
- Deploy new sites to Pantheon
- Support for MAMP, DAMP, Megladon, Proviso

Contributing
------------

[](#contributing)

Please use the [issue tracker](https://github.com/kalamuna/terminatur/issues) if you find any bugs or wish to contribute.

---

(C) 2013 Kalamuna LLC

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance2

Infrequent updates — may be unmaintained

Popularity26

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 95.5% 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 ~37 days

Recently: every ~46 days

Total

8

Last Release

4332d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/25086?v=4)[Rob Loach](/maintainers/RobLoach)[@RobLoach](https://github.com/RobLoach)

![](https://www.gravatar.com/avatar/0fe030e0f999c776afd9874603f9a8e99bb4854bed29430b559c49b5d684abd2?d=identicon)[ultrabob](/maintainers/ultrabob)

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

---

Top Contributors

[![pirog](https://avatars.githubusercontent.com/u/713424?v=4)](https://github.com/pirog "pirog (85 commits)")[![sammys](https://avatars.githubusercontent.com/u/1011469?v=4)](https://github.com/sammys "sammys (2 commits)")[![bassettsj](https://avatars.githubusercontent.com/u/1218420?v=4)](https://github.com/bassettsj "bassettsj (1 commits)")[![jamesrward](https://avatars.githubusercontent.com/u/316094?v=4)](https://github.com/jamesrward "jamesrward (1 commits)")

### Embed Badge

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

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

###  Alternatives

[leandrocfe/filament-ptbr-form-fields

Brazilian pt-BR form fields.

14398.7k](/packages/leandrocfe-filament-ptbr-form-fields)[eduardoribeirodev/filament-leaflet

Um widget de mapa para FilamentPHP.

134.6k](/packages/eduardoribeirodev-filament-leaflet)

PHPackages © 2026

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