A PHP micro-framework focused on simplicity and performance.
- PHP 8.4 or greater.
Edit your composer configuration to include our git repository.
{
"repositories": [
{
"type": "git",
"url": "https://github.com/AimForNaN/nan-php.git"
}
]
}After which, you can install the NaN micro-framework with composer.
composer require aimfornan/nan:dev-master