CLI tool for installing the Simpl PHP framework automatically using npx.
Create a new Simpl project by running the following command, change my-project to your desired project name:
npx @ijuantm/simpl-install my-projectOr run without a project name to be prompted for one:
npx @ijuantm/simpl-installThe installer will:
- Download the latest framework version
- Create a new project directory
- Set up all necessary files and folders
npx @ijuantm/simpl-install --helpAfter the installation completes, run the following commands:
cd my-project
composer install && npm installFor more details, see the README file in the project directory, or in the documentation.
Once your framework is installed, you can add functionality with add-ons, for example, to install the "auth" add-on:
npx @ijuantm/simpl-addon authSee available add-ons:
npx @ijuantm/simpl-addon --list- Node.js: >= 22.x.x
- PHP: >= 8.5.x
- Composer: Latest version