previewtechs / slim-php-skeleton
A Slim Framework skeleton application for rapid development
Installs: 48
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 1
Open Issues: 1
Language:CSS
Requires
- php: >=5.5.9
- ext-curl: *
- hassankhan/config: ^0.10.0
- illuminate/database: ^5.2
- illuminate/events: ^5.2
- monolog/monolog: ^1.17
- slim/flash: ^0.1.0
- slim/php-view: ^2.0
- slim/slim: ^3.1
- slim/twig-view: ^2.1
- twig/twig: ^1.8
Requires (Dev)
- phpunit/phpunit: ~4.0
- squizlabs/php_codesniffer: ~2.0
This package is auto-updated.
Last update: 2024-10-19 03:07:17 UTC
README
Slim PHP Framework Skeleton
Slim PHP Framework Skeleton will help you get started for your next PHP project no matter how you want it to be. It will provide you a very clean, managable SLIM environment for your team.
This project was primarily started for few passionate PHP application developer at Preview Technologies. We are extensively using this skeleton to minimize timeframe to getting started for our customer's projects. It's like just make the idea ready in a minute.
Installation
Run create-project
command with composer to install this project.
Here is the full installation command -
composer create-project previewtechs/slim-php-skeleton YourApplicationDirectory
Now copy config.sample.php
to config.php
and change your configuration.
And you are done!
After creating the project just navigate to public
directory and execute -
$ cd public
$ php -S localhost:8080
Open your browser and you will get a default dashboard.
Features
- Designed for small or large PHP project
- Easily extensible, push your container and you get that feature in your routes
- Minimal configuration
- PHPStorm type hinting and suggestions.
- Bootstrap template v3 integrated with some sample page
- Responsive HTML5 layouts
- Illuminate/Database package integrated
- Compatible for PHP >= 5.5
- Extensive configuration customization
- Template engine: Twig
Contributions
Developers are welcome to contribute for this project. Getting started contributing by participating in issue. If you found any issues, please submit that on here. Please submit issue, if you have any ideas of improvements.
License
MIT