PHPackages                             archi-tektur/arch-fw - 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. archi-tektur/arch-fw

AbandonedArchivedFramework[Framework](/categories/framework)

archi-tektur/arch-fw
====================

Boilerplate for ArchFW

2.7.0(7y ago)46[2 PRs](https://github.com/archi-tektur/ArchFW/pulls)MITPHPPHP &gt;=7.2.4

Since Dec 12Pushed 3y agoCompare

[ Source](https://github.com/archi-tektur/ArchFW)[ Packagist](https://packagist.org/packages/archi-tektur/arch-fw)[ Docs](https://archi-tektur.pl/archFW)[ RSS](/packages/archi-tektur-arch-fw/feed)WikiDiscussions master Synced today

READMEChangelog (2)Dependencies (2)Versions (6)Used By (0)

ArchFW
======

[](#archfw)

[![Latest Stable Version](https://camo.githubusercontent.com/138daaf0ccee8a3bd51a5c9d08ffa34e1d26a24c5dccb8bf71db7052a2ca715c/68747470733a2f2f706f7365722e707567782e6f72672f61726368692d74656b7475722f617263682d66772f762f737461626c65)](https://packagist.org/packages/archi-tektur/arch-fw)[![Total Downloads](https://camo.githubusercontent.com/819669e6f39bc035b14fd9e13362af872328f2c43402dc952753d6209c3a8d5c/68747470733a2f2f706f7365722e707567782e6f72672f61726368692d74656b7475722f617263682d66772f646f776e6c6f616473)](https://packagist.org/packages/archi-tektur/arch-fw)[![License](https://camo.githubusercontent.com/7bc72a4c61216b54ba416f8feffd445aa546ffc7a667474813a61339db936bbd/68747470733a2f2f706f7365722e707567782e6f72672f61726368692d74656b7475722f617263682d66772f6c6963656e7365)](https://packagist.org/packages/archi-tektur/arch-fw)[![Monthly Downloads](https://camo.githubusercontent.com/0325e1e615b4e0ae860908653f0e17fdbf418af19777b0f8a41e7e0d9347d235/68747470733a2f2f706f7365722e707567782e6f72672f61726368692d74656b7475722f617263682d66772f642f6d6f6e74686c79)](https://packagist.org/packages/archi-tektur/arch-fw)[![composer.lock](https://camo.githubusercontent.com/59747da5f0ac65b773dc4ebe9aa15c4c5f9c3792e22ed1e851309ec4391cf17f/68747470733a2f2f706f7365722e707567782e6f72672f61726368692d74656b7475722f617263682d66772f636f6d706f7365726c6f636b)](https://packagist.org/packages/archi-tektur/arch-fw)

> Tired of using heavy frameworks like Symfony, Laravel and others for your small project? Try out our new boilerplating framework! It does a lot of magic things to make your development only a pleasure. Let me take you on a ride...

Table of contents
-----------------

[](#table-of-contents)

- [General info](#general-info)
- [Technologies](#technologies)
- [Setup](#setup)
- [Features](#features)
- [Status](#status)
- [Inspiration](#inspiration)
- [Changelog](#changelog)
- [Contact](#contact)

General info
------------

[](#general-info)

**ArchFW** is micro-framework and boilerplate at once. It connects best parts of both: half-closed code, enforced architecture and unbelievable perfomance.

Technologies
------------

[](#technologies)

Project in order to run requires at least PHP version **7.2.6** with **PDO library**. Using framework requires moderate experience into PHP language. By programmers, for programmers. As simple as it's possible. You will install this project with Composer easily. If you want to use SCSS and it's 7-1 Pattern you will also need **Node Packet Manager** (**NPM**).

Setup
-----

[](#setup)

Run required commands in your system shell:

```
$ composer install
$ npm install
```

It may happen that some packages from this project will be outdated, then run:

```
$ npm audit fix
```

Remember that server root must be set on `/public_html` folder. A version that does not requite changing server root will be released someday, but for safety this method is simply the best. Keep in mind that keeping your private data and code outside server root is considered to be a best practice.

If all has been successfully set, you will see proper screen entering `http://localhost/` or any domain/IP adress.

Code Examples
-------------

[](#code-examples)

In near future here will be huge section about configuring and using this framework.

Features
--------

[](#features)

Framework is going to be perfect, now it does:

- Routing management
- HTML and JSON renderers
- Own logger with logging to file
- Extensible exceptions with error logging
- Modern OOP view engine
- Fast OOP MC classes
- Easiest extentible config ever (PHP array file)
- Medoo database - lightest SQL query builder included

Still in development and further plans:

- Autoloading config files
- Installation wizard
- ... here might be your request, don't be aware to PR or Issue this!

Have any ideas what this FW should contain? PM me over **

Status
------

[](#status)

Framework has stable release **2.8.0** in `master` branch, in `dev` branch you can find also the newest version - but watch out, it probably WILL NOT be stable.

New functionalities, bux fixes and code reusages are developed quite often, at least once a two months something is changing. Backward compatibility can't be provided on this stage of development, but it will be guaranteed soon.

Inspiration
-----------

[](#inspiration)

Well, hard to say - a willing for making something on my own, a hate that exists on many forums on the whole language (PHP never been the liked one). Every time I look how much unneeded code is used in Symfony (mostly in small projects!), one atom of my heart dies. It's obvious that Symfony is a giant, great tool with awesome tools and prepared workflow, but most of my projects at this time needed only a simple router, basic renderer and wrapper mechanism - so that's why I created this. If you think *is it accurate for bigger projects?* - the answer is - yes! A whole **Digitale Schiene Deutschland** project were written on this - a huge programme for German Federal Railways. And it's code is pretty easy to maintain - that's the fault of overthinked architecture, which might seem weird - but you will love it! So, now go and test my framework!

Changelog
---------

[](#changelog)

Newest available version is **\[2.8.0\]**For changelog click [here](CHANGELOG.md).

Contact
-------

[](#contact)

Created by [@archi\_tektur](https://www.archi-tektur.pl/) with love - feel free to contact me anytime!

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity60

Established project with proven stability

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

Unknown

Total

1

Last Release

2707d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/df064d082ffac13039250507179456840a9abde37897aa1d327fa1daaf3d654c?d=identicon)[archi\_tektur](/maintainers/archi_tektur)

---

Tags

boilerplateframeworkphpphp7template

### Embed Badge

![Health badge](/badges/archi-tektur-arch-fw/health.svg)

```
[![Health](https://phpackages.com/badges/archi-tektur-arch-fw/health.svg)](https://phpackages.com/packages/archi-tektur-arch-fw)
```

###  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)[october/rain

October Rain Library

1601.7M63](/packages/october-rain)

PHPackages © 2026

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