PHPackages                             starlit/app - 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. starlit/app

ActiveLibrary[Framework](/categories/framework)

starlit/app
===========

A lightweight MVC style microframework.

1.2.1(3y ago)551.5k↓46.7%1[1 PRs](https://github.com/starweb/starlit-app/pulls)BSD-3-ClausePHPPHP &gt;=8.0

Since Mar 31Pushed 3y ago4 watchersCompare

[ Source](https://github.com/starweb/starlit-app)[ Packagist](https://packagist.org/packages/starlit/app)[ Docs](http://github.com/starweb/starlit-app)[ RSS](/packages/starlit-app/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (8)Versions (16)Used By (0)

Starlit App
===========

[](#starlit-app)

[![Build Status](https://camo.githubusercontent.com/0660e37aa7377231d9b22313344153a954bf93fd496c1a7e775497f3fc066a2b/68747470733a2f2f7472617669732d63692e6f72672f737461727765622f737461726c69742d6170702e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/starweb/starlit-app)[![Code Coverage](https://camo.githubusercontent.com/c3e9e9d6762afb54925dd986cd42eeb42e64144e28197eaa42768385b08d5290/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f737461727765622f737461726c69742d6170702f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/starweb/starlit-app/?branch=master)

A lightweight MVC style microframework that's basically just a wiring of Symfony's HttpFoundation and Routing components.

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

[](#installation)

Add the package as a requirement to your `composer.json`:

```
$ composer require starlit/app
```

Usage example
-------------

[](#usage-example)

```
