Download the PHP package rakshazi/slim-skeleton without Composer
On this page you can find all versions of the php package rakshazi/slim-skeleton. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package slim-skeleton
Install
Project
Docker
NOTE: this docker image is production ready and works only with SSL for production and with SSL and without it for dev env.
- Change
your.site
domain indocker-compose.yml
anddocker-compose-prod.yml
to your domain - Run docker-compose:
Composer dependencies, migrations, and DB will be created automaticaly
Docker - which image to choose?
rakshazi/slim-skeleton
(Dockerfile)
@deprecated: that file will be removed in future, but you still can use it
Must be used for development only. Includes composer with dependencies in it. composer update
runs on container start
quay.io/rakshazi/slim-skeleton
(Dockerfile.quay)
Full-featured image without composer and its dependencies. composer update
should be run on build stage.
Example of Dockerfile for your usage (if you dont want to build base image yourself):
Documentation
Backend
- App - Slim Framework: slimframework.com/docs/ + rakshazi/slim-suit + akrabat/rka-slim-session-middleware
- ORM - Medoo: medoo.in/doc
- Migrations, seeds - Phinx: docs.phinx.org
- Exception handling - Sentry.io: docs.sentry.io
- Session storage - Redis: redis.io
Frontend
- Rendering engine - Twig: twig.sensiolabs.org + slim/flash + kanellov/slim-twig-flash
- Framework - Twitter Bootstrap: getbootstrap.com + jQuery
All versions of slim-skeleton with dependencies
slim/twig-view Version ^2.2
slim/flash Version ^0.2.0
kanellov/slim-twig-flash Version ^0.2.0
sentry/sentry Version ^1.6
akrabat/rka-slim-session-middleware Version ^2.0
components/bootstrap Version ^3.3
monolog/monolog Version ^1.22