PHPackages                             dynamis/framework - 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. dynamis/framework

AbandonedArchivedLibrary[Framework](/categories/framework)

dynamis/framework
=================

Dynamis is a lightweight component based PHP framework that integrates a modern workflow, through Tekton, into Wordpress.

1.0.11(7y ago)0412MITPHPPHP &gt;=7.0.0

Since Jun 18Pushed 7y ago1 watchersCompare

[ Source](https://github.com/dynamis-wp/framework)[ Packagist](https://packagist.org/packages/dynamis/framework)[ Docs](https://github.com/dynamis-wp/framework)[ RSS](/packages/dynamis-framework/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (1)Dependencies (11)Versions (13)Used By (2)

Dynamis Wordpress Framework
===========================

[](#dynamis-wordpress-framework)

Dynamis is a lightweight component base PHP framework that integrates a modern development workflow, through [Tekton](https://github.com/tekton-php/framework), into Wordpress.

To get started, just require the project in your composer configuration and initialize the framework. Put the following sample code into your theme's `functions.php` to get it set up.

**Sample Code**

```
// Not required but used by Tekton date helpers
define('DATE_FORMAT', 'M j, Y');

/* ------------------------------ */

// Autoload classes
require_once __DIR__ . '/vendor/autoload.php';

// Create framework
$framework = \Dynamis\Framework::getInstance();

// Configure environment
if ($stage = getenv('APP_STAGE')) {
    $framework->setEnvironment($stage);
}
else {
    if (defined('WP_DEBUG') && WP_DEBUG) {
        $framework->setEnvironment('development');
    }
    else {
        $framework->setEnvironment('production');
    }
}

// Initialize
$framework->init();
```

All configuration files will be loaded from `[theme-path]/config` but it can and should be be manually overridden to avoid having the config in a public directory:

```
$framework->overridePath('config', 'path/to/theme/config')
```

Documentation
=============

[](#documentation)

The documentation and tutorials for the framework can be found here.

License
=======

[](#license)

MIT

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity65

Established project with proven stability

 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 ~12 days

Recently: every ~31 days

Total

12

Last Release

2801d ago

### Community

Maintainers

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

---

Top Contributors

[![nsrosenqvist](https://avatars.githubusercontent.com/u/1303475?v=4)](https://github.com/nsrosenqvist "nsrosenqvist (22 commits)")

### Embed Badge

![Health badge](/badges/dynamis-framework/health.svg)

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

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M337](/packages/psalm-plugin-laravel)[laravel/pulse

Laravel Pulse is a real-time application performance monitoring tool and dashboard for your Laravel application.

1.7k15.1M125](/packages/laravel-pulse)[laravel/horizon

Dashboard and code-driven configuration for Laravel queues.

4.2k95.4M284](/packages/laravel-horizon)[laravel/cashier

Laravel Cashier provides an expressive, fluent interface to Stripe's subscription billing services.

2.5k28.4M138](/packages/laravel-cashier)[october/rain

October Rain Library

1601.7M73](/packages/october-rain)[laravel/folio

Page based routing for Laravel.

603583.7k31](/packages/laravel-folio)

PHPackages © 2026

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