Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/php-toolkit/cliext
Extra utils for PHP CLI.
https://github.com/php-toolkit/cliext
Last synced: 22 days ago
JSON representation
Extra utils for PHP CLI.
- Host: GitHub
- URL: https://github.com/php-toolkit/cliext
- Owner: php-toolkit
- License: mit
- Created: 2019-12-29T02:56:28.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-03-11T09:03:02.000Z (11 months ago)
- Last Synced: 2024-03-11T10:29:36.667Z (11 months ago)
- Language: PHP
- Size: 33.2 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# php-pkg-template
[![License](https://img.shields.io/github/license/toolkit/cliext.svg?style=flat-square)](LICENSE)
[![Php Version](https://img.shields.io/packagist/php-v/toolkit/cliext?maxAge=2592000)](https://packagist.org/packages/toolkit/cliext)
[![GitHub tag (latest SemVer)](https://img.shields.io/github/tag/toolkit/cliext)](https://github.com/toolkit/cliext)
[![Actions Status](https://github.com/toolkit/cliext/workflows/Unit-Tests/badge.svg)](https://github.com/toolkit/cliext/actions)Cli ext library of PHP
## Install
**composer**
```bash
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](LICENSE)