# KamilCraftApi API for kamilcraft.com projects ## Installation ### Required * PHP 8.0 or later * Composer 2.3.x or later ### Installation of dependencies ```shell composer install ``` ## Launching ```shell php -S localhost:80 public/index.php ```