PHPackages                             alejobit/placetopay-pse-pimple - 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. [API Development](/categories/api)
4. /
5. alejobit/placetopay-pse-pimple

ActiveLibrary[API Development](/categories/api)

alejobit/placetopay-pse-pimple
==============================

PlacetoPay PSE service provider for Pimple based project

v0.1.1(9y ago)07MITPHP

Since Jan 2Pushed 9y ago1 watchersCompare

[ Source](https://github.com/alejobit/placetopay-pse-pimple)[ Packagist](https://packagist.org/packages/alejobit/placetopay-pse-pimple)[ RSS](/packages/alejobit-placetopay-pse-pimple/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (2)Dependencies (5)Versions (3)Used By (0)

PlacetoPay PSE Pimple Service Provider
======================================

[](#placetopay-pse-pimple-service-provider)

PlacetoPay PSE service provider for Pimple based project

Installattion
-------------

[](#installattion)

To install this library, run the command below and you will get the latest version:

```
composer require alejobit/placetopay-pse-pimple
```

And enable it in your application:

```
use PlacetoPay\PSE\PSEServiceProvider;

$app->register(new PSEServiceProvider(), array(
    'pse.login' => '6dd490faf9cb87a9862245da41170ff2',
    'pse.tranKey' => '024h1IlD',
));
```

This library assumes that a service provider called `cache` has been defined, otherwise, it must be defined as follows:

```
// using symfony/cache as caching library
use Symfony\Component\Cache\Adapter\FilesystemAdapter;

$app['cache'] = function () {
    return new FilesystemAdapter();
};
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

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

Every ~0 days

Total

2

Last Release

3417d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/12930197?v=4)[Manuel Mendoza](/maintainers/alejobit)[@alejobit](https://github.com/alejobit)

---

Top Contributors

[![alejobit](https://avatars.githubusercontent.com/u/12930197?v=4)](https://github.com/alejobit "alejobit (3 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/alejobit-placetopay-pse-pimple/health.svg)

```
[![Health](https://phpackages.com/badges/alejobit-placetopay-pse-pimple/health.svg)](https://phpackages.com/packages/alejobit-placetopay-pse-pimple)
```

PHPackages © 2026

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