https://github.com/php-toolkit/cliext
Extra utils for PHP CLI.
https://github.com/php-toolkit/cliext
Last synced: 7 months 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 6 years ago)
- Default Branch: main
- Last Pushed: 2025-04-19T13:59:47.000Z (10 months ago)
- Last Synced: 2025-04-19T16:51:02.679Z (10 months ago)
- Language: PHP
- Size: 37.1 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CLI ext
[](LICENSE)
[](https://packagist.org/packages/toolkit/cliext)
[](https://github.com/toolkit/cliext)
[](https://github.com/php-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)