PHPackages                             paysky/payment - 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. paysky/payment

ActiveLibrary

paysky/payment
==============

payment package

0101[1 PRs](https://github.com/paysky2020/PSEG-Plugins-laravel-example/pulls)PHP

Since Aug 1Pushed 2y ago1 watchersCompare

[ Source](https://github.com/paysky2020/PSEG-Plugins-laravel-example)[ Packagist](https://packagist.org/packages/paysky/payment)[ RSS](/packages/paysky-payment/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

Paysky Payment Light Box &amp; Pay Button
=========================================

[](#paysky-payment-light-box--pay-button)

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

[](#installation)

Require via composer

```
$ composer require paysky/payment
```

In `config/app.php` file

```
'providers' => [
    ...
    PaySky\Payment\Providers\PaySkyPaymentServiceProvider::class,
    ...
];

'aliases' => [
    ...
    'PaySky' => PaySky\Payment\Facades\PaySky::class,
    ...
];
```

First of all, make an account on paysky - run this command to generate the PaySky configuration file and choose the package

```
$ php artisan vendor:publish
```

add configurations to your .env file and

```
PaySky_MerchantSecretKey= XXXXX
PaySky_MerchantId= XXXXX
PaySky_TerminalId= XXXXX
PaySky_Enviroment= sandbox-production
```

In Controller init new payment class add amount - oderId - merchRef

```
$payment = PaySky::makePayment(100000 , rand() );
```

add payment button in your checkout page

```
@include('paysky::index')
```

tanslation key for btn

```
paysky.paybtn
```

pass payment variable to view have button link

```
return view('welcome' ,  ['payment' => $payment ]  );
```

all amount by small curruncy ()
===============================

[](#all-amount-by-small-curruncy-)

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity23

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/9c52b9aac8593d910ec7dd0cf72b3ebe23e7da04aa767f6272a32a18a680f113?d=identicon)[paysky2020](/maintainers/paysky2020)

---

Top Contributors

[![mohamedothmanpaysky](https://avatars.githubusercontent.com/u/139962104?v=4)](https://github.com/mohamedothmanpaysky "mohamedothmanpaysky (1 commits)")

### Embed Badge

![Health badge](/badges/paysky-payment/health.svg)

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

PHPackages © 2026

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