PHPackages                             ardeshireshghi/concise - 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. ardeshireshghi/concise

ActiveLibrary

ardeshireshghi/concise
======================

0.4.1(7y ago)210PHPPHP &gt;7.1.0

Since Jan 2Pushed 7y agoCompare

[ Source](https://github.com/ardeshireshghi/concise)[ Packagist](https://packagist.org/packages/ardeshireshghi/concise)[ RSS](/packages/ardeshireshghi-concise/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (6)Dependencies (2)Versions (7)Used By (0)

[![Concise](https://raw.githubusercontent.com/ardeshireshghi/concise/master/images/logo.png)](https://raw.githubusercontent.com/ardeshireshghi/concise/master/images/logo.png)

Concise: Functional micro web framework in PHP
==============================================

[](#concise-functional-micro-web-framework-in-php)

ConcisePHP is a PHP micro-framework that makes creating [fast](#benchmarking) and powerful Web applications and APIs seemless.

### Prerequisites

[](#prerequisites)

You need PHP with version equal or higher than 7.1 in order to use Concise.

```
PHP >7.1

```

On Linux make sure `xml` and `mbstring` PHP modules are installed as well.

### Installation

[](#installation)

```
composer require ardeshireshghi/concise:0.4.3

```

### Getting Started (Hello World)

[](#getting-started-hello-world)

Create `app.php` file and add the following content:

```
