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
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
- Install php 7
- check this SO answer for how to install in ubuntu 16.04 or older versions
- Install composer
- 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