PHPackages                             james-little/lightmvc - 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. james-little/lightmvc

ActiveLibrary[Framework](/categories/framework)

james-little/lightmvc
=====================

a light mvc web framework for fast building web and batch application

01PHP

Since Feb 12Pushed 7y ago2 watchersCompare

[ Source](https://github.com/james-little/light_mvc_project)[ Packagist](https://packagist.org/packages/james-little/lightmvc)[ RSS](/packages/james-little-lightmvc/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Framework (Web)
===============

[](#framework-web)

===================== Framework for web server. A pure MVC(Model-View-Controller) build framework with module support.

Environment
-----------

[](#environment)

- linux is recommanded
- PHP 5.3+

Features
--------

[](#features)

```
- MVC
- multiple database support(Mysql, postgreSQL)
- configurable database sharding
- master-slave support
- 1 master with N slaves load banlance
- multiple cache support(memcached, redis)
- search engine support(solr)
- multiple language
- multiple output(html, json)
- maintenance time setable

```

Need PHP Modules
----------------

[](#need-php-modules)

```
- gettext
- PDO
- mysql
- memcached
- phpredis
- solr
- json
- mcrypt

```

How to use
==========

[](#how-to-use)

===================== Before you start to use make sure to clone the framework-web library to your local disk and make a symbolic link to your lib directory

```
directory structure
/ project folder
|-- lib
