PHPackages                             tanzaverse/2f - 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. tanzaverse/2f

ActiveProject[Framework](/categories/framework)

tanzaverse/2f
=============

Is a MVC php framework developed with the mindset of developing web application very fast, All you need is composer installed and you're aready to go.

v1.0.7(3y ago)3161GPL-3.0-or-laterPHP

Since Mar 24Pushed 3y ago1 watchersCompare

[ Source](https://github.com/Ombenitango/2F)[ Packagist](https://packagist.org/packages/tanzaverse/2f)[ RSS](/packages/tanzaverse-2f/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (9)Used By (0)

2F - Fast Framework
===================

[](#2f---fast-framework)

Is a MVC php framework developed with the mindset of developing web application very fast, All you need is composer installed and you're aready to go.

Here is how to create application using 2F
------------------------------------------

[](#here-is-how-to-create-application-using-2f)

- Install [composer](https://getcomposer.org/download)
- Run this `composer create-project tanzaverse/2f` from command line interface
- Change your sever configuration file from
- `DocumentRoot "/opt/lampp/htdocs/"` to `DocumentRoot "/opt/lamp/htdocs/my_project_name/public"`
- And put your project inside server's public director example for xampp users it will be `/opt/lamp/htdocs`
- Then just type your server's address like `http://localhost/` and you are done.

Debugging errors duing development
----------------------------------

[](#debugging-errors-duing-development)

Move to `App\Config.php` and change `const SHOW_ERRORS=false;` to `const SHOW_ERRORS=true;`

Creating or adding routes
-------------------------

[](#creating-or-adding-routes)

- Create class inside `App/Controllers/Your_classname` and create function as shown below

### Example

[](#example)

```

```

- Create file inside `App/Views/Your_folder_name/_your_filename`
- Update function you created by adding this line of code

```
 View::bindView('Your_folder_name/_your_filename.html',[

        ]);
```

Create or adding model to interact with database and send data to controller
----------------------------------------------------------------------------

[](#create-or-adding-model-to-interact-with-database-and-send-data-to-controller)

- Create class inside `App/Models/Your_model_name.php`

Example

```

```

Connecting to database
----------------------

[](#connecting-to-database)

To connect to database all you need is to change App/Confing.php file to you're database details Example

```

```

To see the route you created
----------------------------

[](#to-see-the-route-you-created)

- Just type `you are server's name followed by classname and function name ` in browser's search bar

Example if you created class named as `About` and function as `index` the your route will be `About/index``http://localhost/About/index`

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity54

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

Recently: every ~27 days

Total

8

Last Release

1381d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7cb72eaf63a1eb51796d0ea400a9a28822285684a0d4dd438ea102101f1e96e0?d=identicon)[Ombenitango](/maintainers/Ombenitango)

---

Top Contributors

[![Ombenitango](https://avatars.githubusercontent.com/u/86082991?v=4)](https://github.com/Ombenitango "Ombenitango (20 commits)")

### Embed Badge

![Health badge](/badges/tanzaverse-2f/health.svg)

```
[![Health](https://phpackages.com/badges/tanzaverse-2f/health.svg)](https://phpackages.com/packages/tanzaverse-2f)
```

###  Alternatives

[symfony/symfony

The Symfony PHP framework

31.3k86.3M2.2k](/packages/symfony-symfony)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[drupal/core

Drupal is an open source content management platform powering millions of websites and applications.

19462.3M1.3k](/packages/drupal-core)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[drupal/core-recommended

Locked core dependencies; require this project INSTEAD OF drupal/core.

6939.5M343](/packages/drupal-core-recommended)

PHPackages © 2026

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