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

ActiveLibrary[Framework](/categories/framework)

darya/framework
===============

Web application framework

v0.5.0(7y ago)32501[16 issues](https://github.com/darya/framework/issues)[1 PRs](https://github.com/darya/framework/pulls)MITPHPPHP &gt;=5.5CI passing

Since Nov 26Pushed 3mo ago1 watchersCompare

[ Source](https://github.com/darya/framework)[ Packagist](https://packagist.org/packages/darya/framework)[ RSS](/packages/darya-framework/feed)WikiDiscussions v0.6 Synced 1mo ago

READMEChangelog (10)Dependencies (1)Versions (13)Used By (0)

Darya Framework
===============

[](#darya-framework)

[![Latest Stable Version](https://camo.githubusercontent.com/74c4308e2de909c733c4d797d4f8ed93ea5f7f512b4d651d74168294c8811ec1/68747470733a2f2f706f7365722e707567782e6f72672f64617279612f6672616d65776f726b2f76657273696f6e)](https://packagist.org/packages/darya/framework)[![Total Downloads](https://camo.githubusercontent.com/5782bba49329c9127aed980bb5a5eec626a8d08ec179ab2629f1180f73358006/68747470733a2f2f706f7365722e707567782e6f72672f64617279612f6672616d65776f726b2f646f776e6c6f616473)](https://packagist.org/packages/darya/framework)[![Latest Unstable Version](https://camo.githubusercontent.com/b2c3fbf4a4591caba14b57335e3b2d58becd36b5031c63693832fe5a6188c3d4/68747470733a2f2f706f7365722e707567782e6f72672f64617279612f6672616d65776f726b2f762f756e737461626c65)](https://packagist.org/packages/darya/framework)[![License](https://camo.githubusercontent.com/c0d17053828bc4a96b05c4eee04dbf159db2c4e8be1e8315ff0966cd97716188/68747470733a2f2f706f7365722e707567782e6f72672f64617279612f6672616d65776f726b2f6c6963656e7365)](https://packagist.org/packages/darya/framework)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/7a2e7c8b864e9bce5f865c32bc296385918ec9e07aa453ef6eabc4c3caa26d49/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f64617279612f6672616d65776f726b2e7376673f7374796c653d666c6174)](https://scrutinizer-ci.com/g/darya/framework)

Darya is a PHP framework for web application development.

Its components include:

- [ORM](/src/Darya/ORM)
- [CRUD storage abstractions](/src/Darya/Storage)
- [Database abstractions](/src/Darya/Database)
- [Service container](/src/Darya/Service)
- [HTTP abstractions](/src/Darya/Http)
- [Router](/src/Darya/Routing)
- [Event dispatcher](/src/Darya/Events)
- [Views](/src/Darya/View)

The framework is currently under development and the API is liable to change until v1.0.0.

Each component will eventually be split into its own repository.

Installation
------------

[](#installation)

Use [Composer](https://getcomposer.org) to install the `darya/framework`package.

Otherwise just clone this repository into a directory such as `/vendor/darya/framework`.

After this, you'll want to make use of a class autoloader to save you from manually including classes.

You can use Composer's autoloader or the autoloader that Darya provides.

### Composer's autoloader

[](#composers-autoloader)

```
require_once 'vendor/autoload.php';
```

### Darya's autoloader

[](#daryas-autoloader)

Darya's `autoloader.php` includes Composer's `autoload.php` if it can find it.

```
require_once 'vendor/darya/framework/autoloader.php';
```

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance33

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity55

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

Recently: every ~459 days

Total

12

Last Release

1902d ago

PHP version history (4 changes)v0.3.0PHP &gt;=5.3

v0.5.0-betaPHP &gt;=5.4

v0.5.0-beta3PHP &gt;=5.5

v0.6.x-devPHP ^7.4

### Community

Maintainers

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

---

Top Contributors

[![hexus](https://avatars.githubusercontent.com/u/2626789?v=4)](https://github.com/hexus "hexus (825 commits)")

---

Tags

phpphp-frameworkphp-libraryphp-ormframeworklibraryormmvcactive-recorddarya

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[cakephp/cakephp

The CakePHP framework

8.8k18.5M1.6k](/packages/cakephp-cakephp)[atk4/data

Agile Data - Database access abstraction framework

2811.7M37](/packages/atk4-data)[letsdrink/ouzo

Ouzo PHP MVC framework

7210.5k1](/packages/letsdrink-ouzo)[originphp/framework

The OriginPHP framework

472.6k6](/packages/originphp-framework)[mirekmarek/php-jet

PHP Jet is modern, powerful, real-life proven, really fast and secure, small and light-weight framework for PHP8 with great clean and flexible modular architecture containing awesome developing tools. No magic, just clean software engineering.

241.3k](/packages/mirekmarek-php-jet)

PHPackages © 2026

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