Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 984 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 984 Bytes

php-pkg-template

License Php Version GitHub tag (latest SemVer) Actions Status

Cli ext library of PHP

Install

composer

composer require toolkit/cliext

Usage

  • github: use the template for quick create project
  • clone this repository to local
  • search TODO: package_description and replace your package description
  • search all toolkit/cliext and replace to your package name.
    • contains all words like InhereLab\DemoPkg
  • update composer.json contents, field: name, description, require, autoload

License

MIT