You can install Hiraeth with a few simple composer commands.
Requirements
- PHP 8.2+
- Composer
Create Project
composer create-project hiraeth/app <path> ^3.0 -s dev
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:
- PDO Sqlite3 Extension
- BCMath Extension
- MBString Extension
- Curl Extension