Skip to content

EN🍉2 Installation

jeffrey n. carre edited this page Nov 21, 2022 · 2 revisions

The preferred way to install this extension with all it's dependencies, is through composer.

Shell

You can run the installation composer command from the root of your project:

composer require fruitsbytes/php-moncash

alternatively :

php composer.phar require --prefer-dist fruitsbytes/php-moncash "*"

Config file

or update your composer.json and add the package in the require section:

{
  "require": {
    "fruitsbytes/php-moncash": "*"
  }
}

Dependencies

Run the installation command

composer install
Previous Next
◄ Prerequisite Configuration ►