PHPackages                             imagina/icommercepaypal-module - 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. imagina/icommercepaypal-module

ActiveAsgard-module[Payment Processing](/categories/payments)

imagina/icommercepaypal-module
==============================

1.0.3(6y ago)0645MITPHPPHP &gt;=7.0.0

Since Sep 6Pushed 1y ago3 watchersCompare

[ Source](https://github.com/imagina/imaginacms-icommercePaypal)[ Packagist](https://packagist.org/packages/imagina/icommercepaypal-module)[ RSS](/packages/imagina-icommercepaypal-module/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (6)Versions (11)Used By (0)

asgardcms-icommercepaypal
=========================

[](#asgardcms-icommercepaypal)

Seeder
------

[](#seeder)

```
run php artisan module:seed Icommercepaypal

```

Vendors
-------

[](#vendors)

```
add composer.json
    "anouar/paypalpayment":"^2.1"

add the service provider to config/app.php
    'providers' => array(
        // ...
        Anouar\Paypalpayment\PaypalpaymentServiceProvider::class,
    )

Then add an alias under aliases array.
    'aliases' => array(
        // ...
        'Paypalpayment'   => Anouar\Paypalpayment\Facades\PaypalPayment::class,
    )

Finally Pulish the package configuration by running this CMD
    php artisan vendor:publish --provider="Anouar\Paypalpayment\PaypalpaymentServiceProvider"

```

Configurations
==============

[](#configurations)

```
- Client ID
- Client Secret
- Mode (Sandbox or Live)

```

API
---

[](#api)

### Init (Parameters = orderID)

[](#init-parameters--orderid)

```
https://mydomain/api/icommercepaypal

```

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance32

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 85.7% 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 ~333 days

Recently: every ~511 days

Total

8

Last Release

472d ago

Major Versions

0.1.0 → 1.0.02019-03-29

0.1.x-dev → 1.0.22019-07-10

1.0.3 → v10.x-dev2025-01-23

PHP version history (2 changes)0.1.0PHP &gt;=7.0.0

v10.x-devPHP ^8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/2bc4bd5d733cfbe7e145670fbb1539bdb8d33f43c2cca4f26a119d37dfbad62f?d=identicon)[imagina](/maintainers/imagina)

---

Top Contributors

[![willvrd](https://avatars.githubusercontent.com/u/8865099?v=4)](https://github.com/willvrd "willvrd (18 commits)")[![ImaginaMarcsor](https://avatars.githubusercontent.com/u/39388591?v=4)](https://github.com/ImaginaMarcsor "ImaginaMarcsor (3 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/imagina-icommercepaypal-module/health.svg)

```
[![Health](https://phpackages.com/badges/imagina-icommercepaypal-module/health.svg)](https://phpackages.com/packages/imagina-icommercepaypal-module)
```

###  Alternatives

[wp-pay-extensions/gravityforms

Gravity Forms driver for the WordPress payment processing library.

1133.3k2](/packages/wp-pay-extensions-gravityforms)

PHPackages © 2026

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