PHPackages                             genesis/micro-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. genesis/micro-framework

ActiveLibrary[Framework](/categories/framework)

genesis/micro-framework
=======================

Simple classes tied with a convention.

1.3.0(5y ago)09MITPHP

Since Aug 15Pushed 5y ago1 watchersCompare

[ Source](https://github.com/forceedge01/genesis-micro-framework)[ Packagist](https://packagist.org/packages/genesis/micro-framework)[ RSS](/packages/genesis-micro-framework/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (8)Used By (0)

Genesis micro framework
-----------------------

[](#genesis-micro-framework)

Bunch of classes with a bit of convention to get your started.

Setup
-----

[](#setup)

To get boiler plate code for a quick start, run the following commands (bash/cli acquainted users):

```
composer require genesis/micro-framework
make -f vendor/genesis/micro-framework/Makefile build
```

At the end of the output you'll receive a snippet for the composer.json file, add and now start local server:

```
make serve
```

open `localhost:8000` in your browser and you should see `hello world!`.

If the above steps do not work, run `make -f vendor/genesis/micro-framework/Makefile cleanup` and proceed step by step:

Place the following code in your index file. Assuming that:

- the index file is in the public folder.
- you have an autoloading rule in composer.json file that points the namespace App\\Controller to your controllers folder.

```
