PHPackages                             luthier/framework - 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. luthier/framework

ActiveLibrary[Framework](/categories/framework)

luthier/framework
=================

Versatile PHP micro-framework for build APIs and websites quickly

0.1.1(7y ago)15233MITPHPPHP &gt;=7.1.8

Since Feb 11Pushed 7y ago4 watchersCompare

[ Source](https://github.com/ingeniasoftware/luthier-framework)[ Packagist](https://packagist.org/packages/luthier/framework)[ Docs](https://luthier.ingenia.me/framework/en/)[ RSS](/packages/luthier-framework/feed)WikiDiscussions master Synced 5d ago

READMEChangelog (2)Dependencies (18)Versions (3)Used By (0)

 [![](https://camo.githubusercontent.com/4f1c273db14f14d85a9e018d508a5f44112077c1ec598eabd7c4af0ad77bf849/68747470733a2f2f696e67656e69612e6d652f696d616765732f6c7574686965722d6672616d65776f726b2f6c6f676f2e706e67)](https://camo.githubusercontent.com/4f1c273db14f14d85a9e018d508a5f44112077c1ec598eabd7c4af0ad77bf849/68747470733a2f2f696e67656e69612e6d652f696d616765732f6c7574686965722d6672616d65776f726b2f6c6f676f2e706e67)

**WARNING: Under development!**

**Luthier Framework** is a versatile PHP micro-framework for build APIs and small websites quickly. When we say "micro" we mean REALLY micro: in fact, only Composer and a single .php file is required to start.

### Features

[](#features)

- Based on the Symfony components
- Easy to learn and extend
- Powerful and flexible router with middleware support
- CSRF protection
- JSON and XML response helpers
- Validator with translated error messages
- Dependency Injection container
- Command Line Interface command creation
- Built-in plain PHP template engine with Twig and Blade integration

### Requirements

[](#requirements)

- PHP &gt;= 7.1.8
- Composer

### Installation

[](#installation)

Get Luthier Framework with composer:

```
composer require luthier/framework

```

### Usage

[](#usage)

Basic example:

```
