Description Simple order manager made as a test task. Installation Clone the repository and cd into it. Run composer install. Set your db params in config/db.php file. Run yii migrate/up. Start php -S localhost:8000 -t public