Download the PHP package oanhnn/slim-skeleton without Composer
On this page you can find all versions of the php package oanhnn/slim-skeleton. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download oanhnn/slim-skeleton
More information about oanhnn/slim-skeleton
Files in oanhnn/slim-skeleton
Package slim-skeleton
Short Description A skeleton for Slim framework
License MIT
Homepage https://github.com/oanhnn/slim-skeleton
Informations about the package slim-skeleton
Slim Skeleton
A skeleton for Slim Framework v3 following MVC pattern.
Main features
- [x] Support logging follow PSR-3 with Monolog
- [x] Support template engines: PHP view, Twig (default PHP view)
- [x] Support database accessing with Doctrine DBAL, CakePHP Database (support MySql, Postgresql, SQLite, ...)
- [x] Support middlewares: Basic & Digest Authentication
- [x] Support providers, easy to integrate with
slim/http-cache
,slim/csrf
,slim/flash
- [x] Support making database test and integration test with PHPUnit
- [x] Support coding style check with PHPCS
- [x] Support auto deploy with Deployer
- [x] Support using Gulp task to compile SASS, ES6, CoffeeScript, ...
Directories structure
Requirements
- PHP 5.5+
- [Composer][compoer]
- npm (If using gulp to build assets)
Usage
Create project
Using composer
to create new project:
Run PHP built-in server
Run a built-in server on 0.0.0.0:8888
Open web browser with address http://localhost:8888
Check coding style and test
Build assets with gulp, npm
You can use Gulp to compile SASS, ES6, CoffeeScript, ...
Run a task with gulp
Deploy project
You can use Deployer to deploy project.
Copy and edit server's information from deploy.php.dist
file to deploy.php
file.
After that, you can run:
See an example in here.
Changelog
See all change logs in CHANGELOG.md
Contributing
All code contributions must go through a pull request and approved by a core developer before being merged. This is to ensure proper review of all the code.
Fork the project, create a feature branch, and send a pull request.
To ensure a consistent code base, you should make sure the code follows the PSR-2.
If you would like to help take a look at the list of issues.
License
This project is released under the MIT License.
Copyright © 2013-2016 Oanh Nguyen.
Please see License File for more information.
All versions of slim-skeleton with dependencies
monolog/monolog Version ~1.13
slim/slim Version ~3.0
slim/php-view Version ^2.0
slim/http-cache Version ^0.3.0
doctrine/dbal Version ^2.5