PHPackages                             kataki/syber-pay - 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. kataki/syber-pay

ActiveLibrary[Payment Processing](/categories/payments)

kataki/syber-pay
================

This package is simple way to integrate syber pay online payment sulotion on your laravel api

v1.2.1(5y ago)1491MITPHP

Since Nov 21Pushed 5y ago1 watchersCompare

[ Source](https://github.com/kataki-kh/Syber_pay-package)[ Packagist](https://packagist.org/packages/kataki/syber-pay)[ RSS](/packages/kataki-syber-pay/feed)WikiDiscussions master Synced today

READMEChangelog (4)DependenciesVersions (5)Used By (0)

SyPer Pay Payment Api Integration Package
=========================================

[](#syper-pay-payment-api-integration-package)

[![Issues](https://camo.githubusercontent.com/60ada028873c58b72a3975fe6d430e681544398f8eabbc838cef27b0e9f1aa5f/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f6b6174616b692d6b682f53796265725f7061792d7061636b616765)](https://kataki-kh/Syber_pay-package/issues)[![Stars](https://camo.githubusercontent.com/9daba279f974f649027200b6ff1b318e17df9bb9ce87cb47eda5797f681f2b59/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f6b6174616b692d6b682f53796265725f7061792d7061636b616765)](https://github.com/kataki-kh/Syber_pay-package/stargazers)[![Forks](https://camo.githubusercontent.com/dc9dbc8f7f75ac652b1b54def169a5e7ae7f7a73ab4e0de32ad30dc9c5470088/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f666f726b732f6b6174616b692d6b682f53796265725f7061792d7061636b616765)](https://github.com/kataki-kh/Syber_pay-package/network/members)[![license](https://camo.githubusercontent.com/350f489b13c014a81f084d915199058eee4e89c000540fc98173cba2f014e00f/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6b6174616b692d6b682f53796265725f7061792d7061636b616765)](https://github.com/kataki-kh/Syber_pay-package/license)[![releases](https://camo.githubusercontent.com/350f489b13c014a81f084d915199058eee4e89c000540fc98173cba2f014e00f/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6b6174616b692d6b682f53796265725f7061792d7061636b616765)](https://github.com/kataki-kh/Syber_pay-package/releases)

This Package Will Help You Integrate Syber Pay Payment Gateway In Your Laravel Api To Support Payment On Mobile Applications
----------------------------------------------------------------------------------------------------------------------------

[](#this-package-will-help-you-integrate-syber-pay-payment-gateway-in-your-laravel-api-to-support-payment-on-mobile-applications)

### Installation :

[](#installation-)

```
 	$  composer require kataki/syber-pay
 	$  php artisan Syber_pay:install
```

### open the .env file and add these lines :

[](#open-the-env-file-and-add-these-lines-)

```
syberpayURL="https://syberpay.test.sybertechnology.com/syberpay/"
applicationId="0000000132"
serviceId="009001000106"
salt="l3emxga9b"
key="y5lgm6rxq"
middleware="null"
order_model="Ticket"      //the model of your appication order be sure that the table is the same order name followed with 's'.
order_price_column="price_value"      //the column name on your appication order table which has the price that the customer should pay
order_payment_status_column="ticket_status"   //the column name on your appication order table indecate if the order is payed or not 2= payed
customer_name_column="name"    //the column name on your appication customers table that save the customer name (not required)
success_message="payment done"
error_message="payment error"
cancel_message="payment canceled"
success_view="syber-pay::success"
error_view="syber-pay::cancel"
cancel_view="syber-pay::cancel"
```

\##Test card

```
pan=7888450004340823
pin=0000
```

\##That will automaticlly generate the needed api that syber company would require :

```
(post)example.com/api/transactions/syber/payment //trigerd by the mobile div and require parameter (order_id)
(post)example.com/api/transactions/syber/notify //trigerd by syber company and will check if the payment proccess done and update you
(post)example.com/api/transactions/syber/return //trigerd by syber company and will retrun animation redirect page show message and the payment status

(post)example.com/api/transactions/syber/cancel  #trigerd by syber company will retrun animation redirect page show message and the payment is canceled

```

\##Example Request :

```
post::example.com/api/transactions/syber/payment?order_id=1
```

\##Example response :

```
https://syberpay.test.sybertechnology.com:443/syberpay/payment/1917b617-8659-414e-a751-a5cc42078b47
```

\###it also generate payment model and table :

```
payment table(
	bigInteger('id')->unique(),
     string('transaction_id')->unique(),
     bigInteger('order_id'),
     integer('customer_id'),
     string('hash'),
     string('note')->nullable,
     string('payment_method'),/// syber  integer('status'),///0=notvalid or pendding, 1=done
	string('type')->default('1'),///1=order payment
)

```

License :
---------

[](#license-)

MIT

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity57

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 ~19 days

Total

4

Last Release

1989d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/45321316?v=4)[kataki](/maintainers/kataki-kh)[@kataki-kh](https://github.com/kataki-kh)

---

Top Contributors

[![kataki-kh](https://avatars.githubusercontent.com/u/45321316?v=4)](https://github.com/kataki-kh "kataki-kh (23 commits)")

### Embed Badge

![Health badge](/badges/kataki-syber-pay/health.svg)

```
[![Health](https://phpackages.com/badges/kataki-syber-pay/health.svg)](https://phpackages.com/packages/kataki-syber-pay)
```

###  Alternatives

[msilabs/bkash

bKash Payment Gateway API for Laravel Framework.

181.1k](/packages/msilabs-bkash)

PHPackages © 2026

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