PHPackages                             reedsys/leap - 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. [Framework](/categories/framework)
4. /
5. reedsys/leap

ActiveLibrary[Framework](/categories/framework)

reedsys/leap
============

PHP cli application framework

v1.1(4y ago)04MITPHPPHP &gt;=7.4

Since Oct 15Pushed 4y ago1 watchersCompare

[ Source](https://github.com/reedsys/leap)[ Packagist](https://packagist.org/packages/reedsys/leap)[ RSS](/packages/reedsys-leap/feed)WikiDiscussions main Synced yesterday

READMEChangelog (2)DependenciesVersions (2)Used By (0)

Leap
====

[](#leap)

Introduction
------------

[](#introduction)

Leap is a PHP command-line application framework for Unix/Linux. We know there is a lot of CLI framework out there. We build this framework out of the need for the following:

1. Simplify the accessing of application parameters
2. Proivde a simple and scalable method of attaching input/output handlers
3. Turning the application into a daemon for Unix/Linux envoirnment
4. Make the "help" printout easy
5. Object-oriented your code

Requirements
------------

[](#requirements)

This library ues PHP 7.4 or higher.

Installation
------------

[](#installation)

This package can be installed via composer

```
composer install leap

```

### Usage

[](#usage)

Simple example of a cli app (helloworld.php)

```
