PHPackages                             carlbennett/php-mvc - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. carlbennett/php-mvc

ActiveLibrary[HTTP &amp; Networking](/categories/http)

carlbennett/php-mvc
===================

A PHP micro-framework for use as a frontend and/or backend

2.4.0(3y ago)31.3kAGPL-3.0PHP

Since Jul 15Pushed 3y ago1 watchersCompare

[ Source](https://github.com/carlbennett/php-mvc)[ Packagist](https://packagist.org/packages/carlbennett/php-mvc)[ Docs](https://github.com/carlbennett/php-mvc)[ RSS](/packages/carlbennett-php-mvc/feed)WikiDiscussions main Synced 4w ago

READMEChangelog (10)Dependencies (1)Versions (41)Used By (0)

php-mvc
=======

[](#php-mvc)

[![Build Status](https://github.com/carlbennett/php-mvc/workflows/php-mvc/badge.svg)](https://github.com/carlbennett/php-mvc/actions?query=workflow%3Aphp-mvc)

**php-mvc** is a PHP standard library used with [@carlbennett](https://githhub.com/carlbennett)'s projects. The aspirations of this library are for a project website to include it as middleware.

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

[](#installation)

This library is available via [composer](https://getcomposer.org) from [packagist](https://packagist.org/packages/carlbennett/php-mvc).

```
composer require carlbennett/php-mvc
composer install
```

Usage
-----

[](#usage)

The following is an example of including this library in your project. This assumes you have already installed the library via composer.

```
