PHPackages                             greg-md/php-framework - 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. greg-md/php-framework

ActiveLibrary[Framework](/categories/framework)

greg-md/php-framework
=====================

Greg Framework provides a lightweight engine for fast creating powerful apps.

0283[1 PRs](https://github.com/greg-md/php-framework/pulls)PHPCI failing

Since Oct 5Pushed 5mo ago1 watchersCompare

[ Source](https://github.com/greg-md/php-framework)[ Packagist](https://packagist.org/packages/greg-md/php-framework)[ RSS](/packages/greg-md-php-framework/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (7)Used By (0)

Greg PHP Framework
==================

[](#greg-php-framework)

[![StyleCI](https://camo.githubusercontent.com/afd1c19d6863de486301e9eb5d2608f07325149e7d35fc905a91712c4e12353e/68747470733a2f2f7374796c6563692e696f2f7265706f732f32393331353732392f736869656c643f7374796c653d666c6174)](https://styleci.io/repos/29315729)[![Build Status](https://camo.githubusercontent.com/98cc74c36e51427ed5c1e0008ab36162aee3d0771b571287694de487db967bc7/68747470733a2f2f7472617669732d63692e6f72672f677265672d6d642f7068702d6672616d65776f726b2e737667)](https://travis-ci.org/greg-md/php-framework)[![Total Downloads](https://camo.githubusercontent.com/1275b6f04b9a1438cc57efb6b510501e1a88360ae68c1333f90d8852ad7566b4/68747470733a2f2f706f7365722e707567782e6f72672f677265672d6d642f7068702d6672616d65776f726b2f642f746f74616c2e737667)](https://packagist.org/packages/greg-md/php-framework)[![Latest Stable Version](https://camo.githubusercontent.com/dc7a6ac8416a3e7542f5f61b0247f15a53dd8fe495d80d9b785480049aa7a5ee/68747470733a2f2f706f7365722e707567782e6f72672f677265672d6d642f7068702d6672616d65776f726b2f762f737461626c652e737667)](https://packagist.org/packages/greg-md/php-framework)[![Latest Unstable Version](https://camo.githubusercontent.com/5e2a049f228e9c029804422c0d52478b95854f64a5cd3926f1590b4d876f61fe/68747470733a2f2f706f7365722e707567782e6f72672f677265672d6d642f7068702d6672616d65776f726b2f762f756e737461626c652e737667)](https://packagist.org/packages/greg-md/php-framework)[![License](https://camo.githubusercontent.com/e7f87ed396035df6c22b0f90d42a6b2f84981d32db3c6db0eab742e287f3709e/68747470733a2f2f706f7365722e707567782e6f72672f677265672d6d642f7068702d6672616d65776f726b2f6c6963656e73652e737667)](https://packagist.org/packages/greg-md/php-framework)

Greg Framework provides a lightweight engine for fast creating powerful apps.

[Greg PHP Application](https://github.com/greg-md/php-app) is a prepared and deploy-ready application that you can use to achieve maximum productivity of that framework.

Table of Contents
=================

[](#table-of-contents)

- [Requirements](#requirements)
- [Installation](#installation)
- [How It Works](#how-it-works)
- [Config](#config)
- [Bootstrapping](#bootstrapping)
- [Events](#events)
    - [Listeners](#listeners)
    - [Fire Events](#fire-events)
    - [Events Objects](#events-objects)
    - [Builtin Events](#builtin-events)
- [License](#license)
- [Huuuge Quote](#huuuge-quote)

Requirements
============

[](#requirements)

- PHP Version `^7.1`

Installation
============

[](#installation)

`composer require greg-md/php-framework`

How It Works
============

[](#how-it-works)

All you need is to instantiate a new Application and run it from your chosen environment.

```
