PHPackages                             tentapress/boilerplate - 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. tentapress/boilerplate

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

tentapress/boilerplate
======================

0.1.0(1mo ago)00MITPHPPHP ^8.2

Since Mar 19Pushed 1mo agoCompare

[ Source](https://github.com/tentaplane/plugin-boilerplate)[ Packagist](https://packagist.org/packages/tentapress/boilerplate)[ RSS](/packages/tentapress-boilerplate/feed)WikiDiscussions main Synced 1mo ago

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

Boilerplate
===========

[](#boilerplate)

Cloneable first-party plugin starter for TentaPress.

Plugin Details
--------------

[](#plugin-details)

FieldValueID`tentapress/boilerplate`Version`0.1.0`Provider`TentaPress\\Boilerplate\\BoilerplateServiceProvider`Purpose
-------

[](#purpose)

Provide a small, explicit starting point for new TentaPress plugins without introducing abstractions too early.

Included Patterns
-----------------

[](#included-patterns)

- Composer and `tentapress.json` manifests aligned to the current plugin architecture
- One service provider responsible for registration and bootstrapping
- Single-action admin controllers
- Dedicated form request with validation messages
- Explicit settings service backed by `tentapress/settings`
- Capability seeding during application boot
- Console command registration behind `runningInConsole()`
- Feature tests with local plugin autoloading

What To Rename After Cloning
----------------------------

[](#what-to-rename-after-cloning)

- Package name in `composer.json`
- Plugin ID, label, menu route, and version in `tentapress.json`
- Namespace `TentaPress\\Boilerplate`
- Route URI and route names
- Capability key `manage_boilerplate`
- Settings keys under `boilerplate.*`
- View namespace `tentapress-boilerplate`
- Command signature `tp:boilerplate:check`

Suggested Next Steps
--------------------

[](#suggested-next-steps)

- Add migrations only when the plugin genuinely owns data
- Add public `web.php` or `api.php` routes only when needed
- Add frontend assets only when the plugin owns UI beyond Blade and admin shell utilities
- Keep services small and explicit - avoid helper layers until a second use case appears

Development
-----------

[](#development)

```
php artisan tp:plugins sync
php artisan tp:plugins enable tentapress/boilerplate
./vendor/bin/pint --dirty
composer test:filter -- Boilerplate
```

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance90

Actively maintained with recent releases

Popularity0

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity36

Early-stage or recently created project

 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

Unknown

Total

1

Last Release

52d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/11545f8e3c50e6d1466ac2948bd15c952a2dc721ba413cfd9f72334a33715f1a?d=identicon)[csoutham](/maintainers/csoutham)

---

Top Contributors

[![csoutham](https://avatars.githubusercontent.com/u/576413?v=4)](https://github.com/csoutham "csoutham (1 commits)")

### Embed Badge

![Health badge](/badges/tentapress-boilerplate/health.svg)

```
[![Health](https://phpackages.com/badges/tentapress-boilerplate/health.svg)](https://phpackages.com/packages/tentapress-boilerplate)
```

PHPackages © 2026

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