PHPackages                             modseven/core - 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. modseven/core

ArchivedLibrary[Framework](/categories/framework)

modseven/core
=============

Modseven Framework - Koseven with PSR-4, Namespaces and slightly more modern.

10296PHP

Since Aug 25Pushed 2y ago4 watchersCompare

[ Source](https://github.com/modseven/core)[ Packagist](https://packagist.org/packages/modseven/core)[ RSS](/packages/modseven-core/feed)WikiDiscussions master Synced 3mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

**Mod(ern)(Ko)seven Framework**

 [![](https://camo.githubusercontent.com/61390399d2d2ca5128140631ccaab2bd4e8d9d255dfebd147fb07ae5e0d93f2d/68747470733a2f2f706f7365722e707567782e6f72672f6d6f64736576656e2f636f72652f762f737461626c65)](https://packagist.org/packages/modseven/core) [![](https://camo.githubusercontent.com/629ee7b4798d6fbec8e369e9004638d34d351e3528a8d4575552f8825746ee79/68747470733a2f2f706f7365722e707567782e6f72672f6d6f64736576656e2f636f72652f6c6963656e73652e737667)](https://packagist.org/packages/modseven/core) [![](https://camo.githubusercontent.com/1f35e93746c74c6980bf00b106ea96eabedf033aaeba051a854f3ef6d4edcac3/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f6d6f64736576656e2f636f72652e737667)](https://github.com/modseven/core/issues)

What is this project for?
-------------------------

[](#what-is-this-project-for)

*This project is in development state and not finished yet*

Edit: It runs :)

Initially this was for personal use only. But it happens that there were more and more requests if original "Koseven" would support namespaces and PSR. As it does not since it needs to be compatible with "Kohana" this repo was created.

Current State
-------------

[](#current-state)

**In development**, removing deprecated functions and fix code style.

PSR Standards to expect soon:

PSRDescriptionStatus1Basic Coding StandardImplemented3Logger InterfaceImplemented4Autoloading StandardImplemented6Caching InterfaceImplemented7HTTP Message InterfaceNot implemented but planned12Extended Coding Style GuideImplemented13Hypermedia LinksNot implemented but planned15HTTP HandlersNot implemented but planned16Simple CacheImplemented17HTTP FactoriesNot implemented but planned18HTTP ClientNot implemented but planned*PSR Standards that will not make it into Modseven:*

*PSR 11 (Container Interface) - No built in feature of Modseven*

*PSR 14 (Event Dispatcher) - No built in feature of Modseven*

When should i use this Project instead of Koseven
-------------------------------------------------

[](#when-should-i-use-this-project-instead-of-koseven)

If you create a new Application and are familiar with Kohana/Koseven or just love how those frameworks work, chances are high Modseven will also fit. If you update a legacy Kohana application, Modseven is the wrong choice - use Koseven instead.

But also ask you those questions before choosing:

- Do i need namespaces / PSR - Use Modseven
- Do i want to be up-to date in terms of technology used? - Use Modseven
- Do i need backwards compatibility? - Use Koseven
- Do i need a many 3rd party modules? - Use Koseven

Also check the differences below.

What are the differences to Koseven?
------------------------------------

[](#what-are-the-differences-to-koseven)

Although it is quite similar to Koseven there are a few changes:

1. Namespaces - Modseven uses the namespace `Modseven` for system files and is completely working with namespaces.
2. Autoloader removed and moved to native composer PSR-4 autoloader.
3. The `bootstrap.php` got moved. It's now called `routes.php` and only contains routes. Configuration is done via the `config/app.php` file.
4. Transparent classes got removed, they are not needed since namespaces are used.
5. The `Cache` and `Encrypt` Module are now core classes
6. Koseven Deprecated Classes and functions got completley removed since we do not need them
7. Code formatting, small bug fixes, micro optimizations, etc..
8. CSF for configuration and templates is currently under review as i think of how i will implement those

*Note: All patches and features introduced in original "Koseven" will also be patched here.*

Documentation
-------------

[](#documentation)

Modseven documentation is basically the same as Koseven with just a few changes (described above).

Koseven Documentation can be found at [docs.koseven.ga](https://docs.koseven.ga) which also contains an API browser.

Will work as drop-in of Kohana / Koseven?
-----------------------------------------

[](#will-work-as-drop-in-of-kohana--koseven)

No. Also original modules won't be compatible.

Contributing
------------

[](#contributing)

Any help is more than welcome! Just fork this repo and do a PR.

Special Thanks
--------------

[](#special-thanks)

Special Thanks to all Contributors and the Community!

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity29

Early-stage or recently created project

 Bus Factor1

Top contributor holds 69.7% 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.

### Community

Maintainers

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

---

Top Contributors

[![pjarzyniak](https://avatars.githubusercontent.com/u/13271256?v=4)](https://github.com/pjarzyniak "pjarzyniak (23 commits)")[![toitzi](https://avatars.githubusercontent.com/u/42447585?v=4)](https://github.com/toitzi "toitzi (10 commits)")

### Embed Badge

![Health badge](/badges/modseven-core/health.svg)

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

###  Alternatives

[laravel/socialite

Laravel wrapper around OAuth 1 &amp; OAuth 2 libraries.

5.7k104.3M844](/packages/laravel-socialite)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k38.6M289](/packages/laravel-dusk)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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