PHPackages                             dosarkz/paypost - 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. dosarkz/paypost

ActiveLibrary[Payment Processing](/categories/payments)

dosarkz/paypost
===============

The Paypost module for accepting payments by Kazpost

0434↓50%1PHP

Since Dec 13Pushed 7y agoCompare

[ Source](https://github.com/dosarkz/paypost)[ Packagist](https://packagist.org/packages/dosarkz/paypost)[ RSS](/packages/dosarkz-paypost/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Paypost
=======

[](#paypost)

> The module for accepting payments by Kazpost for laravel 5 and high

- installation
- example
- license

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

[](#installation)

- `composer require dosarkz/paypost`
- `php artisan vendor:publish --provider="Dosarkz\PayPost\ServiceProviders\PayPostServiceProvider"`
- that's it.

---

Example
-------

[](#example)

```
  $payPost = PayPost::generateUrl([
                'amount' => "sum of purchase",
                'email' => "customeremail",
                'language' => 'ru',
                'currency' => 'KZT',
                'type' => 'card',
                'payment_webhook' => "here your url webhook use only working url (real)"
  ]);

  if ($payPost->success) {
      // todo white success instructions

      $paymentId = $payPost->result->payment;
      $paymentUrl = $payPost->result->url;
  }

```

---

License
-------

[](#license)

[![License](https://camo.githubusercontent.com/1e1cb7bae9fc55a01fc5443d26e358dc21c129253bcfa9841db85c4f25aa2ecf/687474703a2f2f696d672e736869656c64732e696f2f3a6c6963656e73652d6d69742d626c75652e7376673f7374796c653d666c61742d737175617265)](http://badges.mit-license.org)

- **[MIT license](http://opensource.org/licenses/mit-license.php)**
- Copyright 2018 ©

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity39

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/4e4605bd8a1aedc6a481145cfc81af9dd5ec996377bc7bbbefc580ae76db2af8?d=identicon)[dosarkz](/maintainers/dosarkz)

---

Top Contributors

[![dosarkz](https://avatars.githubusercontent.com/u/6192403?v=4)](https://github.com/dosarkz "dosarkz (11 commits)")

---

Tags

epaykazpostlaravelpaypost

### Embed Badge

![Health badge](/badges/dosarkz-paypost/health.svg)

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

###  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)
