PHPackages                             svodya/payzone - 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. [Payment Processing](/categories/payments)
4. /
5. svodya/payzone

ActiveLibrary[Payment Processing](/categories/payments)

svodya/payzone
==============

This package is payment integration for laravel7 users.

v2.1.2(4y ago)091MITPHP

Since Jun 7Pushed 4y ago1 watchersCompare

[ Source](https://github.com/nitishk879/laravel-payzone-payment)[ Packagist](https://packagist.org/packages/svodya/payzone)[ RSS](/packages/svodya-payzone/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)DependenciesVersions (3)Used By (0)

Hey! I've made a library package for laravel6/7 users. This package can be useful for UK based companies.

This is a \[*takepayments*\] payment gateway which is not available from their website. So, I decided to make it as a library for laravel users. I'm trying to develope it under MIT license.

```
`composer require svodya/payzone`

```

All you need to store your data to *cart* `Session('cart')` or you can make checkout form as well. A post method need to be there action will be `/process`

Keys need to be set in your `.env` file

```
PAYZONE_MERCHANT_ID=xxxxxxxxxx
PAYZONE_MERCHANT_PASS=xxxxxxxx
PAYZONE_MERCHANT_KEY=xxxxxxxxxxxxxxxxxx
PAYZONE_DEFAULT_CURRENCY=$
PAYZONE_CURRENCY_CODE=123

```

**Here is an example of checkout form:**

This form use tailwind css classes to design.

You can fetch last order id from your database to generate a value for your order. Order id is `autoincrement` value in database.

Main form `id="payzone-payment-form" name="payzone-payment-form" target="_self" method="POST" action="/process"`

```

                        Order Id

                        Amount

                        Description

                        Customer Name

                        Address line1

                        Address line2

                        Address line3

                        Address line4

                        City

                        State

                        PostCode

                        Country Code

            @if(config('payzone.integrationType') =='direct' || config('payzone.integrationType') =='transparent')

                            Card Holder Name

                            Card Number

                            CV2

                            Expiry Date Month

                            Expiry Year

            @endif

                    Submit

```

---

Publish your required files as follows:

To publish Configuration file

```
`php artisan vendor:publish --tag=config`

```

To publish Assets

```
`php artisan vendor:publish --tag=public --force`

```

Here is two sample card details provided by payzone or Take payments for test purpose.

Test card details:

```
{
  "test1": {
    "customername": "Geoff Wayne",
    "address1": "113 Broad Street West",
    "address2": "",
    "address3": "",
    "address4": "",
    "city": "Oldpine",
    "state": "Strongbarrow",
    "postcode": "SB42 1SX",
    "countrycode": "826",

    "cardname": "Geoff Wayne",
    "cardnumber": "4976350000006891",
    "cv2": "341",
    "expirydatemonth": "01",
    "expirydateyear": "25"
  },
  "test2": {
    "customername": "John watson",
    "address1": "32 Mulberry Street",
    "address2": "",
    "address3": "",
    "address4": "",
    "city": "East fort",
    "state": "Voiletdell",
    "postcode": "VL14 8PA",
    "countrycode": "826",

    "cardname": "John Watson",
    "cardnumber": "4976000000003436",
    "cv2": "452",
    "expirydatemonth": "01",
    "expirydateyear": "25"
  }
}

```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

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

Every ~8 days

Total

2

Last Release

1798d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/47a69f36da5f93629829782518beae75a0e093d1e190a0b1881cfd7b47245530?d=identicon)[nitishk879](/maintainers/nitishk879)

---

Top Contributors

[![nitishk879](https://avatars.githubusercontent.com/u/17542515?v=4)](https://github.com/nitishk879 "nitishk879 (19 commits)")

---

Tags

laravelpayment-integrationpayzonetake-payments

### Embed Badge

![Health badge](/badges/svodya-payzone/health.svg)

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

###  Alternatives

[omnipay/paypal

PayPal gateway for Omnipay payment processing library

3156.8M53](/packages/omnipay-paypal)[eduardokum/laravel-boleto

Biblioteca com boletos para o laravel

626351.9k2](/packages/eduardokum-laravel-boleto)[tbbc/money-bundle

This is a Symfony bundle that integrates moneyphp/money library (Fowler pattern): https://github.com/moneyphp/money.

1961.9M](/packages/tbbc-money-bundle)[2checkout/2checkout-php

2Checkout PHP Library

83740.3k2](/packages/2checkout-2checkout-php)[smhg/sepa-qr-data

Generate QR code data for SEPA payments

61717.2k5](/packages/smhg-sepa-qr-data)[omnipay/dummy

Dummy driver for the Omnipay payment processing library

271.2M33](/packages/omnipay-dummy)

PHPackages © 2026

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