PHPackages                             trodevit/tropay - 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. [Testing &amp; Quality](/categories/testing)
4. /
5. trodevit/tropay

ActiveLibrary[Testing &amp; Quality](/categories/testing)

trodevit/tropay
===============

Testing

087PHP

Since Jun 2Pushed 7mo agoCompare

[ Source](https://github.com/rubayetislamifti/TroPay)[ Packagist](https://packagist.org/packages/trodevit/tropay)[ RSS](/packages/trodevit-tropay/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

&lt;&lt;&lt;&lt;&lt;&lt;&lt; HEAD Download it from this link

`composer require trodevit/tropay:dev-main`

For safety,

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

Then, you can run the migrations
================================

[](#then-you-can-run-the-migrations)

TroPay Laravel Package Integration
==================================

[](#tropay-laravel-package-integration)

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

[](#installation)

`composer require trodevit/tropay:dev-main`

### Usage

[](#usage)

1. At First create an account on our website TroPay.
2. Store your mobile banking credentials in our database.
3. Call it to your controller

Changes

```
use TrodevIT\TroPay\Helpers;

$bkash = new Client();
$payment = $bkash->createPayment($amount);
```

```
php artisan vendor:publish --provider="TrodevIT\TroPay\TroPayServiceProvider" --tag=config

```

4. In your callback controller

```
$paymentID = $request->query('paymentID');
$bkash = new Client();
$result = $bkash->executePayment($paymentID);
```

> > > > > > > 4ac89975b899b3345b38af8d3d9296ce133c53c9

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance44

Moderate activity, may be stable

Popularity9

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity14

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/46c3c78ad9178c6c6cadc1a20f657ccc806dd22166635a2128d9884395e32b82?d=identicon)[rubayetislam](/maintainers/rubayetislam)

---

Top Contributors

[![rubayetislamifti](https://avatars.githubusercontent.com/u/100776106?v=4)](https://github.com/rubayetislamifti "rubayetislamifti (121 commits)")

### Embed Badge

![Health badge](/badges/trodevit-tropay/health.svg)

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

###  Alternatives

[phpspec/prophecy

Highly opinionated mocking framework for PHP 5.3+

8.5k551.7M682](/packages/phpspec-prophecy)[brianium/paratest

Parallel testing for PHP

2.5k118.8M754](/packages/brianium-paratest)[beberlei/assert

Thin assertion library for input validation in business models.

2.4k96.9M570](/packages/beberlei-assert)[mikey179/vfsstream

Virtual file system to mock the real file system in unit tests.

1.4k108.0M2.7k](/packages/mikey179-vfsstream)[orchestra/testbench

Laravel Testing Helper for Packages Development

2.2k39.1M32.1k](/packages/orchestra-testbench)[phpspec/phpspec

Specification-oriented BDD framework for PHP 7.1+

1.9k36.7M3.1k](/packages/phpspec-phpspec)

PHPackages © 2026

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