Download the PHP package lubusin/laravel-mojo without Composer

On this page you can find all versions of the php package lubusin/laravel-mojo. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package laravel-mojo

Latest Stable Version Build Status Scrutinizer Code Quality SensioLabs Insight Total Downloads License

Introduction

Laravel Mojo provides an expressive, fluent interface to Instamojo's online payments and refund services. It handles almost all of the boilerplate payment code you are dreading writing and are unable to watch next episode of Narcos because of the same. In addition to the basic payments and refunds management, Mojo stores all the tansactions & refunds details with him and gives them to you as you ask (No you don't even need to shout Ok google for that).

Here are a few short examples of what you can do:

That's it for making the payment, also it gets you the payment details after the payment with the same breeze:

My 3 most favourites out of all the helpers

Much more in the documentation

Documentation

You'll find the entire documentation & the spoiler for Narcos season 3 in the WIKI. Since thats why the wiki is made for! But, no one cares sigh...

Stuck somewhere using the laravel mojo, any feature requests, or a TV series recommendation? Feel free to create an issue on gitHub, I'll try to address it as soon as possible.

Prerequisites

Installation

Enable the CURL extension in order to use this package

You can install this package via composer using this command:

Next, you must add the service provider:

You can run the migrations for both transactions and refunds details after registering the service provider with:

You can publish the config-file "laravelmojo.php" with:

A file "laravelmojo.php" would be published in the config directory. Make sure to fill in the correct config values in your .env file before proceeding.

After successful installation, continue with the documentation here

Contributing

Thank you for considering contributing to the Laravel Mojo. You can read the contribution guide lines here

Security

If you discover any security related issues, please email to [email protected] instead of using the issue tracker.

Credits

About LUBUS

LUBUS is a web design agency based in Mumbai. More about us could be found here on our website.

License

Laravel Mojo is open-sourced software licensed under the MIT license

Changelog

Please see the Changelog for the details


All versions of laravel-mojo with dependencies

PHP Build Version
Package Version
Requires php Version ^7.0
illuminate/database Version ~5.3
illuminate/support Version ~5.3
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package lubusin/laravel-mojo contains the following files

Loading the files please wait ....