PHPackages                             studioespresso/craftnet-cp - 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. studioespresso/craftnet-cp

ActiveCraft-plugin[Utility &amp; Helpers](/categories/utility)

studioespresso/craftnet-cp
==========================

Basic craft net integration with a CP interface

1.3.0(7y ago)47142[2 issues](https://github.com/studioespresso/craft-craftnet-cp/issues)MITPHPCI failing

Since Sep 3Pushed 7y ago1 watchersCompare

[ Source](https://github.com/studioespresso/craft-craftnet-cp)[ Packagist](https://packagist.org/packages/studioespresso/craftnet-cp)[ RSS](/packages/studioespresso-craftnet-cp/feed)WikiDiscussions develop Synced 4w ago

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

Craftnet CP plugin for Craft CMS 3.x
====================================

[](#craftnet-cp-plugin-for-craft-cms-3x)

Basic craftnet integration with a CP interface and command line tools.

Note that I made this mostly for myself and that future development will take place if and when I need it. Issues and PR's will be handled on a best-effort basis.

Requirements
------------

[](#requirements)

This plugin requires Craft CMS 3.0.0-beta.23 or later.

Installation
------------

[](#installation)

To install the plugin, follow these instructions.

1. Open your terminal and go to your Craft project:

    ```
     cd /path/to/project

    ```
2. Then tell Composer to load the plugin:

    ```
     composer require studioespresso/craftnet-cp

    ```
3. In the Control Panel, go to Settings → Plugins and click the “Install” button for Craftnet CP.

Configuring Craftnet CP
-----------------------

[](#configuring-craftnet-cp)

You can manage the following settings in your `craftnet-cp.php` file:

- username (optional, also available as setting in CP)
- token (optional, also available as setting in CP)
- plugins (required, contains `handle => label` for each of your plugins.)
- displayNotes (optional, displays notes below plugin license info)

     'you@myawesomeplugins.com', 'token' =&gt; '5tmukfu4x2ld8xm1619oJy8klw17fvDsXsDDft8nk' 'plugins' =&gt; \[ 'plugin-handle' =&gt; 'Plugin Label', \], 'displayNotes' =&gt; true \];

Console Commands
----------------

[](#console-commands)

You can add licenses individually or in bulk from the command line.

### craftnet-cp/license/generate

[](#craftnet-cplicensegenerate)

```
// Generate a single license
./craft craftnet-cp/license/generate --email=customer@company.com --plugin=my-plugin-handle

// Generate a single license with more details
./craft craftnet-cp/license/generate --email=customer@company.com --plugin=my-plugin-handle --edition=free --expirable=true --notes="Things to note." --privateNotes="Things to note."

// Generate multiple licenses
./craft craftnet-cp/license/generate --email=customer@company.com --plugin=my-plugin-handle --count=3

```

- The `edition` attribute defaults to `standard`
- The `expirable` attribute defaults to `false`
- The `count` attribute defaults to `1`

### craftnet-cp/license/import-csv

[](#craftnet-cplicenseimport-csv)

Add licenses in bulk via a CSV file.

```
./craft craftnet-cp/license/import-csv --file="/path/to/file.csv"

```

CSV files can include the following column headers:

- plugin
- email
- count
- edition
- expirable
- notes
- privateNotes

Functionality
-------------

[](#functionality)

- Generate one or more licenses for a plugin
- List all sold and generated licenses

Brought to you by [Studio Espresso](https://www.studioespresso.co)

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance10

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 62.9% 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 ~60 days

Total

4

Last Release

2622d ago

### Community

Maintainers

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

---

Top Contributors

[![janhenckens](https://avatars.githubusercontent.com/u/755428?v=4)](https://github.com/janhenckens "janhenckens (22 commits)")[![BenParizek](https://avatars.githubusercontent.com/u/309735?v=4)](https://github.com/BenParizek "BenParizek (11 commits)")[![mattstein](https://avatars.githubusercontent.com/u/2488775?v=4)](https://github.com/mattstein "mattstein (2 commits)")

---

Tags

craft-plugincraft3craftcmscmsCraftcraftcmscraft-plugincraftnet cp

### Embed Badge

![Health badge](/badges/studioespresso-craftnet-cp/health.svg)

```
[![Health](https://phpackages.com/badges/studioespresso-craftnet-cp/health.svg)](https://phpackages.com/packages/studioespresso-craftnet-cp)
```

###  Alternatives

[verbb/navigation

Create navigation menus for your site.

90683.7k17](/packages/verbb-navigation)[verbb/formie

The most user-friendly forms plugin for Craft.

101372.9k40](/packages/verbb-formie)[verbb/comments

Add comments to your site.

13753.1k](/packages/verbb-comments)[verbb/tablemaker

Create customizable and user-defined table fields.

40168.8k1](/packages/verbb-tablemaker)[supercool/tablemaker

Create customizable and user-defined table fields.

40141.7k](/packages/supercool-tablemaker)[pennebaker/craft-architect

CraftCMS plugin to generate content models from JSON/YAML data.

72148.5k5](/packages/pennebaker-craft-architect)

PHPackages © 2026

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