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(7mo ago)041[1 PRs](https://github.com/PHPDev7313/trevron/pulls)bsd-3-clausePHPPHP &gt;=8.2

Since May 10Pushed 5mo 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 today

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

35

—

LowBetter than 77% of packages

Maintenance68

Regular maintenance activity

Popularity4

Limited adoption so far

Community9

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

228d ago

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

v1.0.0.2PHP &gt;=8.2

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/61154728?v=4)[Mr J](/maintainers/PHPDev7313)[@PHPDev7313](https://github.com/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

[symfony/symfony

The Symfony PHP framework

31.4k87.2M2.2k](/packages/symfony-symfony)[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.7k38.9k](/packages/matomo-matomo)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.6M574](/packages/shopware-core)[shopware/platform

The Shopware e-commerce core

3.4k1.5M3](/packages/shopware-platform)[typo3/cms

TYPO3 CMS is a free open source Content Management Framework initially created by Kasper Skaarhoj and licensed under GNU/GPL.

1.2k1.9M122](/packages/typo3-cms)[oro/platform

Business Application Platform (BAP)

645143.5k115](/packages/oro-platform)

PHPackages © 2026

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