Download the PHP package msonowal/laravel-razor-pay-cashier without Composer

On this page you can find all versions of the php package msonowal/laravel-razor-pay-cashier. 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-razor-pay-cashier

Laravel Razorpay Cashier

[![StlyeCI](https://styleci.io/repos/113607269/shield)](https://styleci.io/repos/113607269) [![Latest Stable Version](https://poser.pugx.org/msonowal/laravel-razor-pay-cashier/v/stable?format=flat-square)](https://packagist.org/packages/msonowal/laravel-razor-pay-cashier) [![License](https://poser.pugx.org/msonowal/laravel-razor-pay-cashier/license?format=flat-square)](https://packagist.org/packages/msonowal/laravel-razor-pay-cashier) [![Total Downloads](https://poser.pugx.org/msonowal/laravel-razor-pay-cashier/downloads?format=flat-square)](https://packagist.org/packages/msonowal/laravel-razor-pay-cashier) [![Monthly Downloads](https://poser.pugx.org/msonowal/laravel-razor-pay-cashier/d/monthly?format=flat-square)](https://packagist.org/packages/msonowal/laravel-razor-pay-cashier) [![Daily Downloads](https://poser.pugx.org/msonowal/laravel-razor-pay-cashier/d/daily?format=flat-square)](https://packagist.org/packages/msonowal/laravel-razor-pay-cashier) [![HitCount](http://hits.dwyl.io/msonowal/laravel-razorpay-cashier.svg)](http://hits.dwyl.io/msonowal/laravel-razorpay-cashier)

Introduction

Laravel Cashier inspired Razorpay Cashier provides an expressive, fluent interface to Razorpay's subscription billing services. It handles almost all of the boilerplate subscription billing code you are dreading writing. In addition to basic subscription management, Cashier can handle subscription "quantities", cancellation grace periods.

Installation

composer require "msonowal/laravel-razor-pay-cashier"

Next, register the service provider in your config/app.php configuration file.

Msonowal\Razorpay\Cashier\CashierServiceProvider

Environment Configurations

define these keys in config/services.php

This will register a singleton which can be resolved by using razorpay as a resolver

Official Documentation

TODO Documentation For time being you can follow laravel cashier's documentation for implementaion, and apis I have kept almost same signature with modifications to razorpay

.env

RAZORPAY_KEY=
RAZORPAY_SECRET=
RAZORPAY_MODEL=

Running Cashier's Tests Locally

TODO Add Invoicing generating PDF based on line items in application side

Contributing

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

License

Laravel Cashier is open-sourced software licensed under the MIT license.

Found any bugs? or improvement open an issue or send me a PR


All versions of laravel-razor-pay-cashier with dependencies

PHP Build Version
Package Version
Requires php Version >=7.2
illuminate/database Version ^6.0 || ^7.0 || ^8.40 || ^9.0
illuminate/support Version ^6.0 || ^7.0 || ^8.0 || ^9.0
nesbot/carbon Version ^2.31
razorpay/razorpay Version ^2.2
symfony/http-kernel Version ^4.4 || ^5.1.5
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 msonowal/laravel-razor-pay-cashier contains the following files

Loading the files please wait ....