2017 © Pedro Peláez
 

library package-console

ZN Framework Console Package

image

znframework/package-console

ZN Framework Console Package

  • Saturday, July 28, 2018
  • by znframework
  • Repository
  • 3 Watchers
  • 1 Stars
  • 154 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 21 Versions
  • 54 % Grown

The README.md

, (*1)

ZN Framework Console Package

Follow the steps below for installation and use. , (*2)

Installation

You only need to run the following code for the installation. , (*3)

composer require znframework/package-console

Documentation

Click for documentation of your library. , (*4)

Usage Steps

, (*5)

  • 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

The Versions