PHPackages                             jds/trevron - 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. [Framework](/categories/framework)
4. /
5. jds/trevron

ActiveLibrary[Framework](/categories/framework)

jds/trevron
===========

Basic Framework with Authorization, Events, Migrations, Middleware, CSRF Tokens and JWT tokens. Only to be used by JDS (Jessop Digital Systems) or for Educational Purposes. Not for General Production Use!

v1.0.0.2(6mo ago)04[1 PRs](https://github.com/PHPDev7313/trevron/pulls)bsd-3-clausePHPPHP &gt;=8.2

Since May 10Pushed 3mo ago2 watchersCompare

[ Source](https://github.com/PHPDev7313/trevron)[ Packagist](https://packagist.org/packages/jds/trevron)[ Docs](https://jessdigisys.com)[ RSS](/packages/jds-trevron/feed)WikiDiscussions development Synced 1mo ago

READMEChangelog (3)Dependencies (14)Versions (6)Used By (0)

Trevron
=======

[](#trevron)

Basic framework with authorization, events, migrations, middleware, csrf tokens, and database schema management.

Only to be used by [JDS](https://jessdigisys.com) (Jessop Digital Systems) or for Educational Purposes
------------------------------------------------------------------------------------------------------

[](#only-to-be-used-by-jds-jessop-digital-systems-or-for-educational-purposes)

NOT PRODUCTION USE! || !$productionUse
======================================

[](#not-production-use--productionuse)

Features
--------

[](#features)

- Authentication and Authorization
- Event Dispatching
- Database Migrations
- Middleware
- CSRF Protection
- Database Schema Management

Database Schema Management
--------------------------

[](#database-schema-management)

The framework includes a database schema management system that provides:

- A default schema with tables for users, roles, permissions, menus, and related mapping tables
- A mechanism for extending the schema with client-specific tables
- A console command to initialize or drop the schema

### Usage

[](#usage)

```
// Get the schema manager from the container
$schemaManager = $container->get(SchemaManager::class);

// Initialize the schema (creates it if it doesn't exist)
// Note: This will only check if the schema exists and won't create it if not running from CLI
$schemaManager->initializeSchema();
```

### Command Line Usage

[](#command-line-usage)

Schema creation and dropping operations can **only** be performed from the command line on the client side for security reasons:

```
# Initialize the schema (create it if it doesn't exist)
php /bin/default database:migrations:initialize

# Initialize the schema with explicit up option
php /bin/default database:migrations:initialize --up

# Drop the schema
php /bin/default database:migrations:initialize --down
```

Attempting to create or drop the schema programmatically outside of the command line will result in a RuntimeException.

For more details, see the [Schema Management Documentation](src/Dbal/Example/README.md).

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance74

Regular maintenance activity

Popularity3

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 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

Every ~95 days

Total

3

Last Release

182d ago

PHP version history (2 changes)v1.0.0.0PHP ^8.2

v1.0.0.2PHP &gt;=8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/86efb6dce24d5253551a74470b14e41698f535466c3aaaf90c439669652abd47?d=identicon)[PHPDev7313](/maintainers/PHPDev7313)

---

Top Contributors

[![PHPDev7313](https://avatars.githubusercontent.com/u/61154728?v=4)](https://github.com/PHPDev7313 "PHPDev7313 (508 commits)")

###  Code Quality

TestsPest

### Embed Badge

![Health badge](/badges/jds-trevron/health.svg)

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

###  Alternatives

[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[contao/core-bundle

Contao Open Source CMS

1231.6M2.4k](/packages/contao-core-bundle)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)[drupal/core-recommended

Locked core dependencies; require this project INSTEAD OF drupal/core.

6939.5M343](/packages/drupal-core-recommended)

PHPackages © 2026

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