gamelena/tangerine

There is no license information available for the latest version (1.8.0) of this package.

Tangerine

Installs: 14

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/gamelena/tangerine

1.8.0 2026-02-09 03:27 UTC

README

Build Status

Local Testing Environment (Docker) - Recommended

This configuration is provided for developing and testing the library in a standalone environment. Since Tangerine is a PHP library, this setup lifts a test application container to verify functionality.

Usage

1. Start Environment

Lifts PHP 7.2 Apache + MySQL 5.7 containers.

docker-compose up -d --build

2. Install & Patch (Replaces Ant/Bower)

Runs composer install, bower install, and applies patches (like zend-test-patch.sh) inside the container.

# Remove local lock file if present (to avoid platform mismatches)
rm -f composer.lock 

docker-compose exec app bootstrap.sh

3. Initialize Test Database

Creates the tangerine database and users.

docker-compose exec app bash init_db.sh

4. Verify

Access the test instance at http://localhost:8888.