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 3d 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 59% 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

2754d 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

[laravel/cashier

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

2.5k25.9M107](/packages/laravel-cashier)[laravel/pulse

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

1.7k12.1M99](/packages/laravel-pulse)[laravel/passport

Laravel Passport provides OAuth2 server support to Laravel.

3.4k85.0M532](/packages/laravel-passport)[graham-campbell/markdown

Markdown Is A CommonMark Wrapper For Laravel

1.3k7.1M64](/packages/graham-campbell-markdown)[laravel/folio

Page based routing for Laravel.

608453.9k27](/packages/laravel-folio)[aimeos/aimeos-core

Full-featured e-commerce components for high performance online shops

4.5k346.9k48](/packages/aimeos-aimeos-core)

PHPackages © 2026

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