PHPackages                             irfantoor/engine - 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. irfantoor/engine

ActiveLibrary[Framework](/categories/framework)

irfantoor/engine
================

A bare-minimum PHP framework, focussing on the requests and the responses. A swiss-knife for world-wide-web

4.1.0(5y ago)1239MITPHPPHP &gt;=7.3

Since Jan 7Pushed 5y ago1 watchersCompare

[ Source](https://github.com/irfantoor/engine)[ Packagist](https://packagist.org/packages/irfantoor/engine)[ RSS](/packages/irfantoor-engine/feed)WikiDiscussions main Synced 3w ago

READMEChangelogDependencies (6)Versions (56)Used By (0)

Irfan's Engine
==============

[](#irfans-engine)

A bare-minimum PHP framework, with the spirit with which the HTTP was invented, focussing on the requests and the responses. A Swiss-knife for world-wide-web.

The objective of this library is to be a Bare-minimum, Embeddable and Educative.

Irfan's Engine uses IrfanTOOR\\Http which implements the psr/http-message.

Note: This documentation is just to get you started, you are encouraged to study the code and the examples in the examples folder, which might help you get going, by adding, extending or even writing your own classes and/or frameworks.

Quick Start
-----------

[](#quick-start)

### 1. Installation

[](#1-installation)

Install the latest version with

```
composer require irfantoor/engine
```

Note: Irfan's Engine requires PHP 7.0 or newer.

Usage
-----

[](#usage)

You can find the code in examples folder.

### hello-world.php

[](#hello-worldphp)

```
