PHPackages                             codestage/laravel-netopia - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. codestage/laravel-netopia

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

codestage/laravel-netopia
=========================

A fluent interface for interacting with Netopia's services.

v0.1.0(3y ago)63691[2 issues](https://github.com/Codestagero/laravel-netopia/issues)MITPHP

Since Oct 10Pushed 3y ago1 watchersCompare

[ Source](https://github.com/Codestagero/laravel-netopia)[ Packagist](https://packagist.org/packages/codestage/laravel-netopia)[ RSS](/packages/codestage-laravel-netopia/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (9)Versions (15)Used By (0)

[![@patrasq/dev-tools](https://camo.githubusercontent.com/e7ea4e4f24435597bf5b459a0578df06d0b8916879cd2277c78cda6b03a8cabe/68747470733a2f2f692e696d6775722e636f6d2f474748494b52322e706e67)](https://camo.githubusercontent.com/e7ea4e4f24435597bf5b459a0578df06d0b8916879cd2277c78cda6b03a8cabe/68747470733a2f2f692e696d6775722e636f6d2f474748494b52322e706e67)

laravel-netopia
===============

[](#laravel-netopia)

[![Packagist Version (including pre-releases)](https://camo.githubusercontent.com/a30049367b3d5ab18db26b9997d70aecb11f6f9bc35e4fdc9f8e83bc420fd6a5/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f636f64657374616765726f2f6c61726176656c2d6e65746f7069613f696e636c7564655f70726572656c6561736573)](https://packagist.org/packages/codestage/laravel-netopia)

A fluent interface for interacting with Netopia's services.

Info
====

[](#info)

Database
--------

[](#database)

It'll create a table named `netopia_payments` with the following configuration:

```
Schema::create('netopia_payments', function (Blueprint $table): void {
    $table->string('id')->primary();
    $table->string('status')->default(PaymentStatus::NotStarted->value);
    $table->decimal('amount');
    $table->string('currency', 6);
    $table->text('description')->nullable()->default(null);
    $table->nullableMorphs('billable');
    $table->json('shipping_address');
    $table->json('billing_address');
    $table->timestamps();
});

```

Routes
------

[](#routes)

3 routes will be added, as follows:

MethodURLNoteGET/netopia/pay/{payment}TodoGET/netopia/successTodoPOST/netopia/ipnTodoGet started
-----------

[](#get-started)

Paste into your terminal `composer require codestage/laravel-netopia`

Configuration
=============

[](#configuration)

1. Environment variables
------------------------

[](#1-environment-variables)

Add the following variables to your .env file:

```
NETOPIA_ENVIRONMENT=
NETOPIA_SIGNATURE=

```

2. Config file
--------------

[](#2-config-file)

Create a netopia.php under the app's config directory. It should return an array composed of

ParameterValueInfoenvironmentenv('NETOPIA\_ENVIRONMENT', 'sandbox')The environment that Netopia is running in. Valid values are: 'sandbox', 'production'signatureenv('NETOPIA\_SIGNATURE')The merchant signature provided by Netopia.currencyenv('NETOPIA\_CURRENCY', 'EUR')The currency used for Netopia.certificate\_patharrayThe paths to the certificate files used for Netopia requests.certificate\_path\['public'\]base\_path('certificates/' . env('NETOPIA\_PUBLIC\_FILE', 'netopia.cer'))certificate\_path\['secret'\]base\_path('certificates/' . env('NETOPIA\_PUBLIC\_FILE', 'netopia.cer'))

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance13

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity44

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 98.2% 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 ~10 days

Recently: every ~32 days

Total

14

Last Release

1183d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/cad4e2bf47f22668f6f5bdee65271eb0444f9dba6310b9862465e16329122313?d=identicon)[iRealWorlds](/maintainers/iRealWorlds)

---

Top Contributors

[![irealworlds](https://avatars.githubusercontent.com/u/28299559?v=4)](https://github.com/irealworlds "irealworlds (109 commits)")[![patrasq](https://avatars.githubusercontent.com/u/15954030?v=4)](https://github.com/patrasq "patrasq (2 commits)")

---

Tags

laravelnetopiapayments

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/codestage-laravel-netopia/health.svg)

```
[![Health](https://phpackages.com/badges/codestage-laravel-netopia/health.svg)](https://phpackages.com/packages/codestage-laravel-netopia)
```

###  Alternatives

[glhd/conveyor-belt

14797.0k](/packages/glhd-conveyor-belt)[aedart/athenaeum

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

245.2k](/packages/aedart-athenaeum)[flarum/core

Delightfully simple forum software.

211.3M1.9k](/packages/flarum-core)[beyondcode/laravel-favicon

Create dynamic favicons based on your environment settings.

37345.5k](/packages/beyondcode-laravel-favicon)[ankurk91/laravel-ses-webhooks

Handle AWS SES webhooks in Laravel php framework

2534.2k](/packages/ankurk91-laravel-ses-webhooks)[bjuppa/laravel-blog

Add blog functionality to your Laravel project

483.3k2](/packages/bjuppa-laravel-blog)

PHPackages © 2026

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