youzan / zan-installer
Youzan ZanPhp Installer
Installs: 872
Dependents: 0
Suggesters: 0
Security: 0
Stars: 26
Watchers: 20
Forks: 12
Open Issues: 1
Requires
- league/climate: ~3.2
This package is not auto-updated.
Last update: 2024-11-07 01:54:47 UTC
README
Installation
The recommended way to install zan-installer is through Composer.
# Install Composer curl -sS https://getcomposer.org/installer | php
git clone https://github.com/youzan/zan-installer.git
The composer repository on packagist.org: youzan/zan-installer 。
Update
Use the following command to update zan-installer:
cd zan-installer
composer install
Use
Now, you can open your favorite Terminal tool, type zan
to use!
php zan↵ __ __ /\ \ /\ \ \ `\`\\/'/ ___ __ __ ____ __ ___ `\ `\ /' / __`\/\ \/\ \/\_ ,`\ /'__`\ /' _ `\ `\ \ \/\ \L\ \ \ \_\ \/_/ /_/\ \L\.\_/\ \/\ \ \ \_\ \____/\ \____/ /\____\ \__/.\_\ \_\ \_\ \/_/\/___/ \/___/ \/____/\/__/\/_/\/_/\/_/ Create a new ZanPhp application. Which type application would you create? (use <space> to select) ❯ ● HTTP ○ TCP Your application name: (ex: zanphp-demo) demo Please input a output directory: /data/www Your composer name: (ex: zanphp/zanhttp) youzan/demo Your application namespace: (ex: Com\Youzan\ZanHttpDemo\) Com\Youzan\Demo\ Downloading the source code archive ... Extracting archive ... Congratulations, your application has been generated to the following directory. /data/www/demo/ See /data/www/demo/README.md for information on how to run. Composer installing... Loading composer repositories with package information Updating dependencies (including require-dev) - Installing zanphp/zan (dev-master ebf9014) Cloning ebf901442054c358da4c2e9188cd8b9f4acc7e10 Writing lock file Generating autoload files
Also see
- Youzan Zan PHP framework ✈
- Zan PHP Framework official site(zanphp.io) source code ✈
- ZanPhp HTTP demo for zan framework ✈
License
The zan-installer is open-sourced software licensed under the Apache-2.0 license.