PHPackages                             climphp/clim - 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. climphp/clim

AbandonedArchivedLibrary[Framework](/categories/framework)

climphp/clim
============

Clim is a PHP micro framework that helps you quickly write simple yet powerful command line applications

v1.5.0(9y ago)1445[4 issues](https://github.com/climphp/Clim/issues)MITPHPPHP &gt;=5.6.0

Since Apr 17Pushed 4y ago1 watchersCompare

[ Source](https://github.com/climphp/Clim)[ Packagist](https://packagist.org/packages/climphp/clim)[ Docs](https://github.com/climphp/Clim)[ RSS](/packages/climphp-clim/feed)WikiDiscussions master Synced yesterday

READMEChangelog (10)Dependencies (5)Versions (11)Used By (0)

Clim Framework
==============

[](#clim-framework)

PHP Micro framework for command line application inspired by Slim Framework

[![Build Status](https://camo.githubusercontent.com/a122ab20575a641c5cd3b6ad92c5463d06750b96a9470ce310d2a5e224ba206c/68747470733a2f2f7472617669732d63692e6f72672f636c696d7068702f436c696d2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/climphp/Clim)

Features
--------

[](#features)

- Simple yet powerful configuration
- DI Container support
- Sub command dispatch
- Middleware support

Install
-------

[](#install)

```
$ composer require climphp/clim
```

Usage
-----

[](#usage)

After `composer install`, create an `hello.php` file with the following contents:

```
