PHPackages                             wuppo/paperclip - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [CLI &amp; Console](/categories/cli)
4. /
5. wuppo/paperclip

ActiveLibrary[CLI &amp; Console](/categories/cli)

wuppo/paperclip
===============

PHP CLI

v1.4.1(1y ago)1100MITPHP

Since Mar 24Pushed 1y ago1 watchersCompare

[ Source](https://github.com/wobedydob/paperclip)[ Packagist](https://packagist.org/packages/wuppo/paperclip)[ RSS](/packages/wuppo-paperclip/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (3)Versions (23)Used By (0)

📎 Paperclip
===========

[](#-paperclip)

A PHP CLI tool to manage custom commands.

Setup
=====

[](#setup)

1. Install the package via composer
2. Run `composer install` to install the required packages
3. Create a PHP file that will be used for cli execution (for example `execute.php`)
4. Add the following code to the file:

```
#!/usr/bin/env php
