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)53691[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 today

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 26% of packages

Maintenance12

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity45

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

1230d 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

[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[spatie/laravel-export

Create a static site bundle from a Laravel app

674146.0k6](/packages/spatie-laravel-export)[venturedrake/laravel-crm

A free open source CRM built as a package for laravel projects

43311.1k](/packages/venturedrake-laravel-crm)[oat-sa/tao-core

TAO core extension

66143.7k122](/packages/oat-sa-tao-core)[flarum/core

Delightfully simple forum software.

201.4M2.3k](/packages/flarum-core)[simplestats-io/laravel-client

Server-side analytics for Laravel that follows the full funnel from visit to registration to payment, attributed to the channel that drove it. Revenue, MRR, churn and ad-spend profit (ROAS/CAC) per channel. GDPR compliant, ad-blocker proof.

5021.9k](/packages/simplestats-io-laravel-client)

PHPackages © 2026

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