# slim-extend **Repository Path**: im286er/slim-extend ## Basic Information - **Project Name**: slim-extend - **Description**: a slim framework extend library - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2016-04-13 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # slim-extend ## Description ## Install - Use composer edit `composer.json` _require_ add ``` "inhere/slim-extend": "dev-master", ``` _repositories_ add ``` "repositories": [ { "type": "git", "url": "https://git.oschina.net/inhere/slim-extend" } ] ``` run: `composer update` ## Usage - add the middleware into slim application