znframework / package-console
ZN Framework Console Package
8.24.0
2025-03-07 08:45 UTC
Requires
- php: >=7.0.0
- znframework/package-buffering: >=6.0
- znframework/package-cache: >=6.0
- znframework/package-crontab: >=6.0
- znframework/package-generator: >=6.0
- znframework/package-helpers: >=6.0
- znframework/package-protection: >=6.0
- znframework/package-zerocore: >=6.0
README
ZN Framework Console Package
Follow the steps below for installation and use.
Installation
You only need to run the following code for the installation.
composer require znframework/package-console
Documentation
Click for documentation of your library.
Usage Steps
- Move to the root directory of the
zerocorefile in the package. - Change the name of the
zeroneed.phpfile in thezerocorefile to index.php. - Edit the contents of the
index.phpfile as follows.
<?php require 'vendor/autoload.php'; ZN\ZN::run();
# After the steps above, you can use commands from the console.
php zerocore command-list