Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)