shadiakiki1986 / ffa-php-mock
Mock objects of ffa-php-core for development and testing
Installs: 27
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
pkg:composer/shadiakiki1986/ffa-php-mock
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