# LightSlim **Repository Path**: orangeco/LightSlim ## Basic Information - **Project Name**: LightSlim - **Description**: A tiny php framework based on slim - **Primary Language**: PHP - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-07-05 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Light Slim A tiny php framework base on slim. ## Config ### Routes The routes config file in: ``` /config/routes.php ``` Read more on [Slim Doc](http://www.slimframework.com/docs/objects/router.html) ### Controller All Controller in ``` /app/Controllers ``` ### Views using Smarty ### Models ``` /app/Models ```