PHPackages                             xoxoday/razorpay - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. xoxoday/razorpay

ActiveLibrary[API Development](/categories/api)

xoxoday/razorpay
================

This package contains API for XOXO RazorPay integration

1.0.1(3y ago)015PHP

Since Nov 10Pushed 3y ago1 watchersCompare

[ Source](https://github.com/hagarwal-velsof/xoxoday-razorpay)[ Packagist](https://packagist.org/packages/xoxoday/razorpay)[ RSS](/packages/xoxoday-razorpay/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

**Razorpay Package**

What is Razorpay Api?
---------------------

[](#what-is-razorpay-api)

This API is used for making payouts or refunds.

Installation
------------

[](#installation)

Require this package with composer.

```
$ composer require xoxoday/razorpay
```

Database tabel migration
------------------------

[](#database-tabel-migration)

Create xorazorpay\_payouts, xorazorpay\_contacts and xorazorpay\_requests tables in your database.

```
$ php artisan migrate
```

Publish package
---------------

[](#publish-package)

Create config/xorazorpay.php and Jobs/RazorPayout.php file using the following artisan command:

```
$ php artisan vendor:publish  --tag="razorpay_files"
```

Complete configuration
----------------------

[](#complete-configuration)

### Set your credentials

[](#set-your-credentials)

Open config/xoplum.php configuration file and set your credentials:

```
return [
    'razorpay_key_id' => env('RAZORPAY_KEY_ID', 'Set your key ID'),

    'razorpay_key_secret' => env('RAZORPAY_KEY_SECRET', 'Set Your key secret'),

    'razorpay_api_url' => env('RAZORPAY_API_URL', 'https://api.razorpay.com/v1/'),

    'razorpay_contact_type' => env('RAZORPAY_CONTACT_TYPE', 'customer'),

    'razorpay_account_number' => env('RAZORPAY_ACCOUNT_NUMBER', 'Set your Account Number'),

    'razorpay_fa_try' => env('RAZORPAY_FA_TRY', 3),
    'xorazorpay_multiple_reference_payout_allowed' => env('xorazorpay_multiple_reference_payout_allowed', '0')
];
```

How to use
----------

[](#how-to-use)

Refer code from the sample.php file and execute the functionality of the package

###  Health Score

22

—

LowBetter than 23% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

1276d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/d89d799b8cf3d6c2e166f9459a94b8172433322fcbba542bc497fb8484877d31?d=identicon)[hagarwal](/maintainers/hagarwal)

---

Top Contributors

[![hagarwal-velsof](https://avatars.githubusercontent.com/u/58728963?v=4)](https://github.com/hagarwal-velsof "hagarwal-velsof (4 commits)")

### Embed Badge

![Health badge](/badges/xoxoday-razorpay/health.svg)

```
[![Health](https://phpackages.com/badges/xoxoday-razorpay/health.svg)](https://phpackages.com/packages/xoxoday-razorpay)
```

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M475](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M270](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M186](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M33](/packages/facebook-php-business-sdk)[microsoft/microsoft-graph

The Microsoft Graph SDK for PHP

65723.5M95](/packages/microsoft-microsoft-graph)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
