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

ActiveLibrary[Framework](/categories/framework)

diy/framework
=============

DoItYourself Micro Framework

014[2 PRs](https://github.com/diy-framework/diy/pulls)PHP

Since Mar 27Pushed 5y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (2)Used By (0)

DIY Micro Framework
===================

[](#diy-micro-framework)

A PHP minimal framework which allows you to control every bit of it.

HOW TO USE
==========

[](#how-to-use)

- Install composer globally. Do the following on a Linux. Visit [here](https://getcomposer.org/doc/00-intro.md) for windows.

```
$ php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
$ php -r "if (hash_file('SHA384', 'composer-setup.php') === 'e115a8dc7871f15d853148a7fbac7da27d6c0030b848d9b3dc09e2a0388afed865e6a3d6b3c0fad45c48e2b5fc1196ae') { echo 'Installer verified'; } else { echo 'Installer corrupt'; unlink('composer-setup.php'); } echo PHP_EOL;"
$ php composer-setup.php
$ php -r "unlink('composer-setup.php');"
$ mv composer.phar /usr/local/bin/composer
```

- Create a new project using composer.

```
$ composer create-project diy/framework [project_name] -s dev
```

- Run the config script.

```
$ cd [project_name] && php manage.php app:config
```

Todo
====

[](#todo)

- Customise the way mail are sent using the PHPMailer library.
- Add more custom sessionhandlers or create one that accepts any form of session store.
- Create an easy to use dashboaord for admin manipulations like in Django Framework.
- Support PHP in-built development server.
- Handle static files with nodejs' gulp library.

###  Health Score

19

—

LowBetter than 9% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity36

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/4208507?v=4)[Obed Ademang](/maintainers/nenepadi)[@nenepadi](https://github.com/nenepadi)

---

Top Contributors

[![nenepadi](https://avatars.githubusercontent.com/u/4208507?v=4)](https://github.com/nenepadi "nenepadi (9 commits)")

### Embed Badge

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

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

###  Alternatives

[laravel/socialite

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

5.7k104.3M836](/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)
