sinfini / omnipay-instamojo
Instamojo (Raven) driver for the Omnipay PHP payment processing library
Installs: 168
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 3
pkg:composer/sinfini/omnipay-instamojo
Requires
- php: >=5.4
Requires (Dev)
- omnipay/tests: dev-master
This package is not auto-updated.
Last update: 2025-10-01 22:45:38 UTC
README
Installation
Omnipay is installed via Composer. To install, simply add it
to your composer.json
file:
{ "require": { "sinfini/omnipay-instamojo": "dev-master" } }
And run composer to update your dependencies:
$ curl -s http://getcomposer.org/installer | php
$ php composer.phar update