PHPackages                             reg2005/pmpaylaravel - 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. reg2005/pmpaylaravel

ActiveLibrary

reg2005/pmpaylaravel
====================

This package allows you to get a balance, transaction history, and make mass payments in Perfect Money (http://perfectmoney.is)

1.0.5(10y ago)022MITPHPPHP &gt;=5.5.9

Since Apr 29Pushed 10y ago1 watchersCompare

[ Source](https://github.com/reg2005/pmpaylaravel)[ Packagist](https://packagist.org/packages/reg2005/pmpaylaravel)[ Docs](https://github.com/reg2005/PmPayLaravel)[ RSS](/packages/reg2005-pmpaylaravel/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (5)Versions (3)Used By (0)

PmPayLaravel
============

[](#pmpaylaravel)

[![Latest Version on Packagist](https://camo.githubusercontent.com/4ac0d8f6e38fe7542995fcd2098e4e610d7a66ecf6b45cf51294025a460001c9/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f726567323030352f506d5061794c61726176656c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/reg2005/PmPayLaravel)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/be6cfd1be3976769ff88eeaf88f9d82f933f8611728b700c51fc0ee0ae241f7c/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f726567323030352f506d5061794c61726176656c2f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/reg2005/PmPayLaravel)[![Coverage Status](https://camo.githubusercontent.com/63459432c516ed25d4f1b26ccfd3fb392742bea909470b08a8c427917fcd5484/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f726567323030352f506d5061794c61726176656c2e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/reg2005/PmPayLaravel/code-structure)[![Quality Score](https://camo.githubusercontent.com/8fcd7d1e3b1cf84798adc080877c6f62408ed5362272c2497a04a817ee2d9ab2/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f726567323030352f506d5061794c61726176656c2e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/reg2005/PmPayLaravel)[![Total Downloads](https://camo.githubusercontent.com/be92911c1bd073b5f4dadc537e32b3dde68625042deb7702850e5839445e7b05/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f726567323030352f506d5061794c61726176656c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/reg2005/PmPayLaravel)

This package allows you to get a balance, transaction history, and make mass payments in Perfect Money ()

Install
-------

[](#install)

Via Composer

```
$ composer require reg2005/PmPayLaravel
```

Configuration
-------------

[](#configuration)

```
Add in config/app.php in providers

reg2005\PayAssetsLaravel\PayAssetsLaravelServiceProvider::class,

reg2005\PmPayLaravel\PmServiceProvider::class,
```

Migration
---------

[](#migration)

```
artisan vendor:publish

artisan migrate
```

You need to add in table reg2005\_accounts Perfect Money account (enabled access to the API, and Access mask):

Login, Password, type = PM;

Proxy
-----

[](#proxy)

I recommend to use a proxy to do so, simply add them to the table reg2005\_proxys:

ip = host:port:protocol

Example: 80.78.251.195:2004:http

Test
----

[](#test)

If you have a APP\_DEBUG=true (in .env file)

open in your browser

Use Cron
--------

[](#use-cron)

Here is the only Cron entry you need to add to your server:

```
    * * * * * php /path/to/artisan schedule:run >> /dev/null 2>&1
```

Add or replace in app/console/Kernel.php this method:

```
    protected function schedule(Schedule $schedule)
    {

        $schedule->call(function () {

            $res =  (new PmController())->index();

        })->everyMinute();
    }
```

Change log
----------

[](#change-log)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

Testing
-------

[](#testing)

```
$ phpunit
```

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) and [CONDUCT](CONDUCT.md) for details.

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [reg2005](https://github.com/reg2005)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

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

Total

3

Last Release

3664d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1dfb5536c435cc0a8d5ca5b8729a13bdfb2334da5091cb9f5a1a50c488c18bf0?d=identicon)[reg2005](/maintainers/reg2005)

---

Tags

laravelperfect moneyreg2005Pay Laravel

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/reg2005-pmpaylaravel/health.svg)

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

###  Alternatives

[slowlyo/owl-admin

基于 laravel、amis 开发的后台框架~

61214.2k26](/packages/slowlyo-owl-admin)[erag/laravel-disposable-email

A Laravel package to detect and block disposable email addresses.

226102.4k](/packages/erag-laravel-disposable-email)[highsolutions/eloquent-sequence

A Laravel package for easy creation and management sequence support for Eloquent models with elastic configuration.

121130.3k](/packages/highsolutions-eloquent-sequence)[glhd/linen

21135.6k](/packages/glhd-linen)[interaction-design-foundation/laravel-geoip

Support for multiple Geographical Location services.

17221.0k3](/packages/interaction-design-foundation-laravel-geoip)

PHPackages © 2026

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