https://github.com/allebb/clip
A library for speeding up development of PHP console (CLI) applications.
https://github.com/allebb/clip
cli command php php-console scripts
Last synced: 9 months ago
JSON representation
A library for speeding up development of PHP console (CLI) applications.
- Host: GitHub
- URL: https://github.com/allebb/clip
- Owner: allebb
- License: mit
- Created: 2015-12-20T17:39:23.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2022-12-25T00:35:21.000Z (over 3 years ago)
- Last Synced: 2025-06-13T06:45:29.600Z (10 months ago)
- Topics: cli, command, php, php-console, scripts
- Language: PHP
- Homepage:
- Size: 85.9 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Clip
[](https://github.com/allebb/clip/actions)
[](https://codecov.io/gh/allebb/clip)
[](https://scrutinizer-ci.com/g/allebb/clip/?branch=master)
[](https://codeclimate.com/github/allebb/clip)
[](https://packagist.org/packages/ballen/cartographer)
[](https://packagist.org/packages/ballen/clip)
[](https://packagist.org/packages/ballen/clip)
A super-lightweight package for speeding up development of PHP console (CLI) applications.
Requirements
------------
This library is unit tested against PHP 7.3, 7.4, 8.0, 8.1 and 8.2!
If you need to use an older version of PHP, you should instead install the 2.x version of this library (see below for details).
License
-------
This client library is released under the MIT license, a [copy of the license](https://github.com/allebb/clip/blob/master/LICENSE) is provided in this package.
Setup
-----
To install the latest version of this package into your project (assuming you are using the Composer package manager) you can simply execute the following command from your terminal in the root of your project folder:
```composer require ballen/clip```
**If you need to use an older version of PHP, version 2.x.x supports PHP 5.6, 7.0, 7.1 and 7.2, you can install this version using Composer with this command instead:**
```shell
composer require ballen/clip ^2.0
```
Support
-------
I am happy to provide support via. my personal email address, so if you need a hand drop me an email at: [ballen@bobbyallen.me]().