2017 © Pedro Peláez
 

composer-plugin debian-composer-plugin

A simple extension installer for php/hhvm programs primarily for testing purposes

image

hhvm/debian-composer-plugin

A simple extension installer for php/hhvm programs primarily for testing purposes

  • Thursday, June 11, 2015
  • by fredemmott
  • Repository
  • 16 Watchers
  • 5 Stars
  • 24 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 1 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

debian-composer-plugin

A simple tool for installing language extensions with composer for HHVM and PHP on debian based systems., (*1)

============================, (*2)

Installation / Usage (for HHVM)

  1. Install the hhvm-nightly and hhvm-dev-nightly packages (some important features and bug fixes are not in the current release). You will also need Composer itself. Composer can be installed from the composer.phar executable or the installer., (*3)

    sh $ curl -sS https://getcomposer.org/installer | php, (*4)

  2. Make a composer.json for your project. See this example for an example. Note that this has not gone on packagist so we need to use VCS until then., (*5)

  3. Run hhvm composer.phar install and follow the instructions. The plugin will build all the extensions you need and will place an ini file containing a list of all the extensions in vendor/ext/extensions.ini
  4. Finally, you can now run hhvm -c <path-to-project>/vendor/ext/extensions.ini <path-to-project>/<your-main-file>.php to run your project.

The Versions

11/06 2015

dev-master

9999999-dev

A simple extension installer for php/hhvm programs primarily for testing purposes

  Sources   Download

BSD-3-Clause

The Requires

  • composer-plugin-api ^1.0.0

 

15/08 2014

dev-testing

dev-testing

A simple extension installer for php/hhvm programs primarily for testing purposes

  Sources   Download

BSD-3-Clause

The Requires

  • composer-plugin-api 1.0.0