Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 1.25 KB

README.md

File metadata and controls

39 lines (28 loc) · 1.25 KB

php-pkg-template

License Php Version GitHub tag (latest SemVer) Actions Status

Run multi tasks by PHP multi process

Install

composer

composer require phppkg/taskpm

Usage

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

Refers

License

MIT