Installation

You can install Hiraeth with a few simple composer commands.

Requirements

Create Project

composer create-project hiraeth/app <path> ^2.0
cd <path>

Hiraeth, itself, is just a nano framework. But, a lot of time and energy has been put into creating packages that integrate widely used, well-tested, and feature rich PHP libraries available in the ecosystem. If you’re looking for a turnkey framework with lots of bells and whistles, go ahead an bootstrap it. From inside your app directory:

composer require hiraeth/bootstrap

Bootstrap Requirements

In order to install hiraeth/bootstrap you will need the following additional dependencies:


Okay, What’s Next?