PHPackages                             hemiframe/hemiframe - 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. hemiframe/hemiframe

ActiveLibrary[Framework](/categories/framework)

hemiframe/hemiframe
===================

PHP micro framework

4.3.2(2mo ago)518.9k↓33.3%MITPHPPHP &gt;=8.1

Since Feb 27Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/heminei/php-hemiframe)[ Packagist](https://packagist.org/packages/hemiframe/hemiframe)[ RSS](/packages/hemiframe-hemiframe/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (5)Versions (42)Used By (0)

php-hemiframe
=============

[](#php-hemiframe)

PHP micro framework/library focused on two primitives:

- Routing: `HemiFrame\Lib\Router`
- Dependency injection: `HemiFrame\Lib\DependencyInjection\Container`

Requirements
------------

[](#requirements)

- PHP &gt;= 8.1

Install
-------

[](#install)

```
composer require hemiframe/hemiframe
```

The library is PSR-4 autoloaded under the `HemiFrame\\` namespace (see `composer.json`).

Quick start
-----------

[](#quick-start)

### Routing (manual)

[](#routing-manual)

```
