- 1. Create a New Empty Composer Project
-

Eclipse New Composer Project
2. Give a name to the project. Use lower cases and no spaces

Name your project
3. Confirm the namespace

Confirm namespace
4. Update Composer

Update Composer
5. Navigate to CMD and run
php composer.phar create-project -sdev laminas/laminas-mvc-skeleton my-application
And follow the prompts
Now you have a new folder with your project and the basics as referenced at here by Laminas
You can See how to setup Apache and XAMPP to test your app in a Browser