Skip to content

Installation

David Bwire edited this page Aug 22, 2017 · 10 revisions

You will need PHP 5.6+ to install this package.

You must then modify your composer.json file and run composer update to include the latest version of the package in your project.

"require": {
    "bitmarshals/instant-ussd": "0.1.*"
}

Or you can run the composer require command from your terminal.

composer require bitmarshals/instant-ussd

Once the package is installed the next step is dependant on which framework you're using.

⇐ Home | Configuration ⇒

Clone this wiki locally