PHPackages                             initphp/framework3 - 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. initphp/framework3

ActiveProject[Framework](/categories/framework)

initphp/framework3
==================

InitPHP Framework

3.0.1(2y ago)120MITPHPPHP &gt;=8.0

Since Dec 16Pushed 2y agoCompare

[ Source](https://github.com/InitPHP/Framework3)[ Packagist](https://packagist.org/packages/initphp/framework3)[ RSS](/packages/initphp-framework3/feed)WikiDiscussions develop Synced 1mo ago

READMEChangelog (2)Dependencies (24)Versions (4)Used By (0)

InitPHP Framework3
==================

[](#initphp-framework3)

InitPHP Framework, is the most minimalist web framework manager using MVC architecture.

[![Latest Stable Version](https://camo.githubusercontent.com/18a811ea5394b3b754a3e30f59d5712c414b32e038a9504173501f59bac86553/687474703a2f2f706f7365722e707567782e6f72672f696e69747068702f6672616d65776f726b332f76)](https://packagist.org/packages/initphp/framework3) [![Total Downloads](https://camo.githubusercontent.com/5124e32fb2f086cffdc0f7c6fd782b713bc3261edaf8b45994d4e0104a668365/687474703a2f2f706f7365722e707567782e6f72672f696e69747068702f6672616d65776f726b332f646f776e6c6f616473)](https://packagist.org/packages/initphp/framework3) [![Latest Unstable Version](https://camo.githubusercontent.com/e0ed055cf4dc8437ad36c0cd6481097699bf50010ffaeb6554fcea74854dc626/687474703a2f2f706f7365722e707567782e6f72672f696e69747068702f6672616d65776f726b332f762f756e737461626c65)](https://packagist.org/packages/initphp/framework3) [![License](https://camo.githubusercontent.com/0f74f2da233790ee3d4cffeeb70bf86e14452cd185bacca3b3aef0ede561608d/687474703a2f2f706f7365722e707567782e6f72672f696e69747068702f6672616d65776f726b332f6c6963656e7365)](https://packagist.org/packages/initphp/framework3) [![PHP Version Require](https://camo.githubusercontent.com/3b26474aa5479ae54d2d1ede912c1d43fd9a846d83cc945c30cc5b4f7a048689/687474703a2f2f706f7365722e707567782e6f72672f696e69747068702f6672616d65776f726b332f726571756972652f706870)](https://packagist.org/packages/initphp/framework3)

This framework offers only the most essential infrastructure tools and structure. Although it is minimalist, the most basic libraries it offers have the ability to compete with large frameworks.

### What does it offer?

[](#what-does-it-offer)

It offers basic libraries that every project needs, such as Configurations, HTTP Routing, Database Abstraction and ORM, Multi-Language Support, Triggerable Events, User Inputs, Logger, Validation.

If you need more; You can simply integrate any Init PHP library or a different library into your project.

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

[](#installation)

```
composer create-project initphp/framework3 MyProject

```

```
cp ./.env.example ./.env

```

```
php init key:generate

```

Usage
-----

[](#usage)

It has a file and directory structure similar to the MVC frameworks that developers are used to. The classes and libraries of your application are in the `/application/` directory.

***Note :*** If your project runs in a subdirectory, specify it in the `BASE_PATH` configuration in the `/.env` file.

You can find Route and other definitions in files and classes in the `/routes/` directory.

To see the available console commands;

```
php init list

```

Docker
------

[](#docker)

Docker allows you to set up your working environment and conduct your work from there. However, the Docker configuration is set up for a development environment, not for a production environment. You will need to appropriately modify the configurations for use in a production environment.

```
docker-compose build
docker-compose up -d

```

If the process has been successfully completed, your project will be waiting for you at the following address.

```
http://localhost:8000

```

Getting Help
------------

[](#getting-help)

If you have questions, concerns, bug reports, etc, please file an issue in this repository's Issue Tracker.

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

[](#contributing)

> All contributions to this project will be published under the MIT License. By submitting a pull request or filing a bug, issue, or feature request, you are agreeing to comply with this waiver of copyright interest.

- Fork it (  )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am "Add some feature")
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request

Credits
-------

[](#credits)

- [Muhammet ŞAFAK](https://www.muhammetsafak.com.tr) &lt;&gt;

License
-------

[](#license)

Copyright © 2022 [MIT License](./LICENSE)

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity50

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

Total

3

Last Release

924d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4b6b34f3ac8938d8ee52ba3bd260680855dc5715c7b2929d9380de30d15a67dd?d=identicon)[muhammetsafak](/maintainers/muhammetsafak)

---

Top Contributors

[![muhammetsafak](https://avatars.githubusercontent.com/u/104234499?v=4)](https://github.com/muhammetsafak "muhammetsafak (12 commits)")

---

Tags

frameworkmvcphp-frameworkphp-mvcphp-mvc-frameworkphp8

### Embed Badge

![Health badge](/badges/initphp-framework3/health.svg)

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

###  Alternatives

[laravel/framework

The Laravel Framework.

34.8k543.8M20.1k](/packages/laravel-framework)[laravel/horizon

Dashboard and code-driven configuration for Laravel queues.

4.2k95.4M306](/packages/laravel-horizon)[laravel/octane

Supercharge your Laravel application's performance.

4.0k26.6M223](/packages/laravel-octane)[laravel/cashier

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

2.6k29.9M146](/packages/laravel-cashier)[pimcore/pimcore

Content &amp; Product Management Framework (CMS/PIM/E-Commerce)

3.8k3.8M508](/packages/pimcore-pimcore)[laravel/pulse

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

1.7k15.1M132](/packages/laravel-pulse)

PHPackages © 2026

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