Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
basuke committed Apr 20, 2017
1 parent 359d3f6 commit 4620800
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,17 @@ PHP Micro framework for command line application inspired by Slim Framework

## Features

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

## Install

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


## Usage

Expand Down Expand Up @@ -43,7 +51,7 @@ $ php hello.php -u Kashiyuka
Welcome, KASHIYUKA
```

For more information on how to configure your clie application, see the [Documentation](https://www.climframework.com/docs/start/cli.html).
For more information on how to configure your clie application, see the [Documentation](https://climphp.github.io/Clim/).

## Tests

Expand Down

0 comments on commit 4620800

Please sign in to comment.