shadiakiki1986/ffa-php-mock

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

Mock objects of ffa-php-core for development and testing

0.0.3.3 2017-01-05 11:41 UTC

This package is auto-updated.

Last update: 2024-04-27 02:01:37 UTC


README

Open-source package that behaves similarly to the closed-source ffa-php-core. This package is used as a mock drop-in replacement for the development of ffa-php-cli as an open-source package.

Installation

  1. Install php 7
  • check this SO answer for how to install in ubuntu 16.04 or older versions
  1. Install composer
  2. Install package dependencies: php composer.phar install
  • At the time of this writing, the following pre-requisites are required (on linux):
  • sudo apt-get install php7.0-xml php7.0-mbstring

Usage

Usage will be documented in ffa-php-cli under the format of a comparison between the old vendor binaries and the new desired ones