PHPackages                             aklump/live-dev-porter - 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. aklump/live-dev-porter

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

aklump/live-dev-porter
======================

Simplifies the management and transfer of assets between website environments.

0.0.180(2mo ago)0616BSD-3-ClauseShellPHP &gt;=8.1CI passing

Since Jul 16Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/aklump/live_dev_porter)[ Packagist](https://packagist.org/packages/aklump/live-dev-porter)[ Fund](https://www.buymeacoffee.com/aklump)[ RSS](/packages/aklump-live-dev-porter/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (23)Versions (172)Used By (0)

Live Dev Porter
===============

[](#live-dev-porter)

[![live_dev_porter](images/live-dev-porter.jpg)](images/live-dev-porter.jpg)

Summary
-------

[](#summary)

Simplifies the management and transfer of assets between website environments.

**Visit [https://aklump.github.io/live\_dev\_porter](https://aklump.github.io/live_dev_porter) for full documentation.**

Install with Composer
---------------------

[](#install-with-composer)

1. This package requires some unpublished packages. You must add the following to *composer.json* in the `repositories` array:

    ```
    {
     "type": "composer",
     "url": "https://packages.intheloftstudios.com"
    }
    ```
2. Require this package:

    ```
    composer require aklump/live-dev-porter:^0.0

    ```

Quick Start
-----------

[](#quick-start)

2. Ensure execute permissions: `chmod u+x ./vendor/bin/ldp`
3. Initialize your project using `./vendor/bin/ldp init`
4. (To migrate from Loft Deploy jump below...)
5. Open *.live\_dev\_porter/config.yml* and modify as needed.
6. **Ensure *.live\_dev\_porter/config.local.yml* is ignored by your SCM!**
7. Open *.live\_dev\_porter/config.local.yml* and define the correct `local` and `remote` environment IDs as defined in *config.yml*.
8. Run `./vendor/bin/ldp configtest` and work through any failed tests.

### Migrating from Loft Deploy?

[](#migrating-from-loft-deploy)

1. `rm .live_dev_porter/config*`
2. `./vendor/bin/ldp config-migrate .loft_deploy`
3. Rewrite any hooks as processors.
4. Return to where you left off above.

### Optional Shorthand `ldp` instead of `./vendor/bin/ldp`

[](#optional-shorthand-ldp-instead-of-vendorbinldp)

#### Option A: `$PATH`

[](#option-a-path)

*This option has the advantage that any other composer binary in your project will be executable as well.*

1. Add */path/to/project/root/vendor/bin* to your `$PATH`.

*~/.bash\_profile*

```
PATH="/path/to/project/root/vendor/bin/ldp:$PATH"
```

#### Option B: alias

[](#option-b-alias)

*This option is singularly focused in terms of what it affects.*

*~/.bash\_profile*

1. Add an alias called ldp that points to */path/to/project/root/vendor/bin/ldp*.

```
alias ldp="/path/to/project/root/vendor/bin/ldp"
```

#### Both Options Continued

[](#both-options-continued)

2. Type `ldp` to test if it worked... you should see available commands
3. Now use `ldp` from anywhere within your project, instead of `./vendor/bin/ldp` from the root.
4. Don't worry if you have more than one project using *Live Dev Porter* because this alias will work for multiple projects as long as they use the same version, and usually even if the versions differ.

Quick Start Remote
------------------

[](#quick-start-remote)

1. Deploy your code to your remote server.
2. On the remote server type `./vendor/bin/ldp config -l`

Installation
------------

[](#installation)

The installation script above will generate the following structure where `.` is your repository root.

```
.
└── .live_dev_porter
│   ├── config.local.yml
│   └── config.yml
└── {public web root}

```

Configuration Files
-------------------

[](#configuration-files)

Refer to the file(s) for documentation about configuration options.

FilenameDescriptionVCS*.live\_dev\_porter/config.yml*Configuration shared across all server environments: prod, staging, devyes*.live\_dev\_porter/config.local.yml*Configuration overrides for a single environment; not version controlled.noUsage
-----

[](#usage)

- To see all commands use `./vendor/bin/ldp`

Support My Open Source Work
---------------------------

[](#support-my-open-source-work)

If you’ve found this project useful, please consider supporting its ongoing maintenance. Even a small contribution helps fund updates, fixes, and new ideas.

- [Sponsor on GitHub](https://github.com/sponsors/aklump)
- [Buy Me a Coffee](https://buymeacoffee.com/aklump)
- [paypal.com](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=4E5KZHDQCEUV8&item_name=Open%20Source%20Sponsorship)

###  Health Score

47

—

FairBetter than 93% of packages

Maintenance86

Actively maintained with recent releases

Popularity16

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 100% 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 ~8 days

Recently: every ~98 days

Total

171

Last Release

69d ago

PHP version history (4 changes)0.0.119PHP ^7.3

0.0.143PHP ^7.3|^8

0.0.156PHP ^7.3 || ^8

0.0.178PHP &gt;=8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/79476f3b82f9c766433c7eb401cbcfc636cd5d5ccf2b2e6b50ea81d1de6c2730?d=identicon)[aklump](/maintainers/aklump)

---

Top Contributors

[![aklump](https://avatars.githubusercontent.com/u/425737?v=4)](https://github.com/aklump "aklump (790 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/aklump-live-dev-porter/health.svg)

```
[![Health](https://phpackages.com/badges/aklump-live-dev-porter/health.svg)](https://phpackages.com/packages/aklump-live-dev-porter)
```

###  Alternatives

[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k15](/packages/tempest-framework)[typo3/cms

TYPO3 CMS is a free open source Content Management Framework initially created by Kasper Skaarhoj and licensed under GNU/GPL.

1.2k1.9M122](/packages/typo3-cms)[deptrac/deptrac

Deptrac is a static code analysis tool that helps to enforce rules for dependencies between software layers.

3.0k8.8M114](/packages/deptrac-deptrac)[drupal/core

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

21866.0M1.7k](/packages/drupal-core)[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[drupal/core-recommended

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

6942.5M418](/packages/drupal-core-recommended)

PHPackages © 2026

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