Download the PHP package assegaiphp/cli without Composer
On this page you can find all versions of the php package assegaiphp/cli. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download assegaiphp/cli
More information about assegaiphp/cli
Files in assegaiphp/cli
Package cli
Short Description The AssegaiPHP CLI is a command-line interface tool that helps you to initialize, develop, and maintain your Assegai applications. It assists in multiple ways, including scaffolding the project, serving it in development mode, and building and bundling the application for production distribution.
License MIT
Informations about the package cli
Assegai CLI
Requirements
- PHP 8.1 (minimum)
- Composer 2.x.x
Description
The AssegaiPHP command-line interface is a tool that makes it easy to create, develop, and maintain Assegai applications. It provides various features, such as creating a new project, running the application in development mode, and building and packaging it for production deployment.
The AssegaiPHP CLI includes built-in support for the collection of schematics available at @assegaiphp/schematics, allowing for easy initialization, development, and maintenance of AssegaiPHP applications through scaffolding, development mode serving, and production distribution building and bundling.
Installation
Windows
Before we create a new Assegai application on your Windows machine, make sure to install Docker Desktop. Next, you should ensure that Windows Subsystem for Linux 2 (WSL2) is installed and enabled. WSL allows you to run Linux binary executables natively on Windows 10. Information on how to install and enable WSL2 can be found within Microsoft's developer environment documentation.
After installing and enabling WSL2, you should ensure that Docker Desktop is configured to use the WSL2 backend.
Next, you are ready to create your first Assegai project. Launch Windows Terminal and begin a new terminal session for your WSL2 Linux operating system. Next, you can use a simple terminal command to create a new Assegai project. For example, to create a new Assegai application in a directory named "example-app", you may run the following command in your terminal:
Usage
Learn more in the official documentation.
Stay in touch
- Author - Andrew Masiye, Daniel Kaluba
- Website - https://atatusoft.com
- Twitter - @assegaiphp
License
Assegai CLI is MIT Licensed
All versions of cli with dependencies
php Version >=8.1
symfony/console Version >=3.0
plejus/pluralize Version ^1.0
monolog/monolog Version ^3.2
ext-pdo Version *