Download the PHP package rzp/rzp-php without Composer
On this page you can find all versions of the php package rzp/rzp-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package rzp-php
razorpay-php
Razorpay client PHP Api. The api follows the following practices:
- namespaced under Razorpay\Api
- call $api->class->function() to access the api
- api throws exceptions instead of returning errors
- options are passed as an array instead of multiple arguments wherever possible
- All request and responses are communicated over JSON
- A minimum of PHP 5.3 is required
Installation
-
If your project uses composer, run the below command
- If you are not using composer, download the latest release from the releases section.
You should download the
razorpay-php.zip
file. After that includeRazorpay.php
in your application and you can use the API as usual.
Usage
For further help, see our documentation on https://docs.razorpay.com.
Developing
See the doc.md file for getting started with development.
License
The Razorpay PHP SDK is released under the MIT License.
Release
Steps to follow for a release:
- Merge the branch with the new code to master.
- Bump the Version in
src/Api.php
. - Rename Unreleased to the new tag in
CHANGELOG.md
- Add a new empty "Unreleased" section at the top of
CHANGELOG.md
- Fix links at bottom in
CHANGELOG.md
- Commit
- Tag the release and push to GitHub
- A release should automatically be created once the travis build passes. Edit the release to add some description.
All versions of rzp-php with dependencies
PHP Build Version
Package Version
The package rzp/rzp-php contains the following files
Loading the files please wait ....