PHPackages                             ampersand/travis-vanilla-magento - 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. ampersand/travis-vanilla-magento

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

ampersand/travis-vanilla-magento
================================

A dev dependency helper to set up a LAMP stack and Magento at a specified version in travis, to be used for testing modules

v1.2.19(3y ago)03.6k3MITShell

Since Mar 17Pushed 3y ago1 watchersCompare

[ Source](https://github.com/AmpersandHQ/travis-vanilla-magento)[ Packagist](https://packagist.org/packages/ampersand/travis-vanilla-magento)[ RSS](/packages/ampersand-travis-vanilla-magento/feed)WikiDiscussions master Synced yesterday

READMEChangelog (10)DependenciesVersions (31)Used By (3)

Archived
========

[](#archived)

This is being scaled back in favour of

ampersand/travis-vanilla-magento
================================

[](#ampersandtravis-vanilla-magento)

[![Build Status](https://camo.githubusercontent.com/26a69ee5bf0af5738a83d2449601ef3bd202999339592e6cee144be471ff2021/68747470733a2f2f7472617669732d63692e6f72672f416d70657273616e6448512f7472617669732d76616e696c6c612d6d6167656e746f2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/AmpersandHQ/travis-vanilla-magento)

This script helps bootstrap a magento2 instance in travis for running tests against.

Uses

Caveats
-------

[](#caveats)

- It generates a cert on the fly so you'll need to suppress SSL errors. Any PRs to fix this would be welcomed.

Example
-------

[](#example)

```
composer require --dev ampersand/travis-vanilla-magento

```

You call the script from your `.travis.yml` and it will set up a magento instance for you to run tests against.

Look at [this repositories `.travis.yml`](https://github.com/AmpersandHQ/magento2-disable-stock-reservation/blob/master/.travis.yml) to see which dependencies are needed

### Install a specific version

[](#install-a-specific-version)

`VERSION=2.3.3 NAME=TESTONE . ./vendor/bin/travis-install-magento.sh`

This would generate

-
- a database accessible at `mysql -uroot -h127.0.0.1 databaseTESTONE`
- To add sample data set the flag when installing

    ```
    VERSION=2.3.3 NAME=TESTONE WITH_SAMPLE_DATA=1 . ./vendor/bin/travis-install-magento.sh

    ```

### Install latest version

[](#install-latest-version)

`NAME=TESTTWO . ./vendor/bin/travis-install-magento.sh`

This would generate

-
- a database accessible at `mysql -uroot -h127.0.0.1 databaseTESTTWO`
- To add sample data set the flag when installing

    ```
    NAME=TESTTWO WITH_SAMPLE_DATA=1 . ./vendor/bin/travis-install-magento.sh

    ```

###  Health Score

33

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity67

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 ~39 days

Recently: every ~19 days

Total

27

Last Release

1271d ago

### Community

Maintainers

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

![](https://avatars.githubusercontent.com/u/649590?v=4)[Douglas Radburn](/maintainers/chickenland)[@chickenland](https://github.com/chickenland)

---

Top Contributors

[![convenient](https://avatars.githubusercontent.com/u/600190?v=4)](https://github.com/convenient "convenient (97 commits)")

### Embed Badge

![Health badge](/badges/ampersand-travis-vanilla-magento/health.svg)

```
[![Health](https://phpackages.com/badges/ampersand-travis-vanilla-magento/health.svg)](https://phpackages.com/packages/ampersand-travis-vanilla-magento)
```

###  Alternatives

[in2code/in2publish_core

Content publishing extension to connect stage and production server

40143.4k](/packages/in2code-in2publish-core)[tiamo/phpas2

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

4778.9k](/packages/tiamo-phpas2)[wapmorgan/php-rpm-packager

RPM packager for PHP applications.

106.6k](/packages/wapmorgan-php-rpm-packager)

PHPackages © 2026

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