znframework/package-console

ZN Framework Console Package

Installs: 7 126

Dependents: 5

Suggesters: 0

Security: 0

Stars: 1

Watchers: 3

Forks: 1

Open Issues: 0

pkg:composer/znframework/package-console

8.24.0 2025-03-07 08:45 UTC

This package is auto-updated.

Last update: 2025-09-07 09:57:38 UTC


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 zerocore file in the package.
  • Change the name of the zeroneed.php file in the zerocore file to index.php.
  • Edit the contents of the index.php file 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