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

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

jjcaicedo/place-to-pay
======================

place to pay test package

1.0.0(10y ago)018MITPHPPHP &gt;=5.6

Since Jun 27Pushed 10y ago1 watchersCompare

[ Source](https://github.com/jjcc1421/placeToPay)[ Packagist](https://packagist.org/packages/jjcaicedo/place-to-pay)[ RSS](/packages/jjcaicedo-place-to-pay/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

placeToPay
==========

[](#placetopay)

Place To pay package ##prerequisites ###Data base table Data table to register payments

```
//using illuminate migrations
Schema::create('payments', function (Blueprint $table) {
    $table->increments('id');
    $table->string('status');
    $table->string('transaction_id');
    $table->timestamps();
});
```

\##Usage ###Connect

```
$auth = new \JJCaicedo\PlaceToPay\Models\Authentication(, , |null);
\JJCaicedo\PlaceToPay\PlaceToPay::connect($auth, );
```

\###Transaction Request Send Transaction request Check models classes

```
$transactionResponse = \JJCaicedo\PlaceToPay\PlaceToPay::createTransaction();//If it works Payment status Sent
```

\###Get Transaction Info Send Transaction request Check models classes

```
$transactionInformation = \JJCaicedo\PlaceToPay\PlaceToPay::getTransactionInformation(); //If it works Payment status to $transactionInformation->transactionState;
```

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

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

Unknown

Total

1

Last Release

3655d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/4220107?v=4)[Juan Caicedo](/maintainers/jjcc1421)[@jjcc1421](https://github.com/jjcc1421)

---

Top Contributors

[![jjcc1421](https://avatars.githubusercontent.com/u/4220107?v=4)](https://github.com/jjcc1421 "jjcc1421 (16 commits)")

### Embed Badge

![Health badge](/badges/jjcaicedo-place-to-pay/health.svg)

```
[![Health](https://phpackages.com/badges/jjcaicedo-place-to-pay/health.svg)](https://phpackages.com/packages/jjcaicedo-place-to-pay)
```

###  Alternatives

[larastan/larastan

Larastan - Discover bugs in your code without running it. A phpstan/phpstan extension for Laravel

6.4k51.0M7.7k](/packages/larastan-larastan)[spatie/laravel-settings

Store your application settings

1.5k6.8M139](/packages/spatie-laravel-settings)[psalm/plugin-laravel

Psalm plugin for Laravel

3345.1M337](/packages/psalm-plugin-laravel)[sti3bas/laravel-scout-array-driver

Array driver for Laravel Scout

971.6M5](/packages/sti3bas-laravel-scout-array-driver)[calebdw/larastan

Larastan - Discover bugs in your code without running it. A phpstan/phpstan extension for Laravel

15104.9k4](/packages/calebdw-larastan)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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