{"id":15043086,"url":"https://github.com/rakshazi/slim-skeleton","last_synced_at":"2026-03-01T04:02:45.210Z","repository":{"id":62532958,"uuid":"81931586","full_name":"rakshazi/slim-skeleton","owner":"rakshazi","description":"Slim 3 skeleton project for https://github.com/rakshazi/slim-suit","archived":false,"fork":false,"pushed_at":"2017-07-25T10:28:00.000Z","size":47,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-01T16:25:18.515Z","etag":null,"topics":["docker","docker-compose","skeleton","slim","slim-framework","slim-suit","twig"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rakshazi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-02-14T10:01:54.000Z","updated_at":"2024-04-03T22:51:44.000Z","dependencies_parsed_at":"2022-11-02T15:02:27.795Z","dependency_job_id":null,"html_url":"https://github.com/rakshazi/slim-skeleton","commit_stats":null,"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rakshazi%2Fslim-skeleton","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rakshazi%2Fslim-skeleton/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rakshazi%2Fslim-skeleton/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rakshazi%2Fslim-skeleton/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rakshazi","download_url":"https://codeload.github.com/rakshazi/slim-skeleton/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245841755,"owners_count":20681195,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","docker-compose","skeleton","slim","slim-framework","slim-suit","twig"],"created_at":"2024-09-24T20:48:33.035Z","updated_at":"2026-03-01T04:02:40.157Z","avatar_url":"https://github.com/rakshazi.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Install\n\n## Project\n\n```bash\ncomposer create-project rakshazi/slim-skeleton\n```\n\n## Docker\n\n\u003e **NOTE**: this docker image is production ready and works only with SSL for production and with SSL and without it for dev env.\n\n1. Change `your.site` domain in `docker-compose.yml` and `docker-compose-prod.yml` to your domain\n4. Run docker-compose:\n\n```bash\n#For development\ndocker-compose up\n\n#For production\ndocker-compose -f docker-compose-prod.yml up -d\n```\n\nComposer dependencies, migrations, and DB will be created automaticaly\n\n## Docker - which image to choose?\n\n### `rakshazi/slim-skeleton` (Dockerfile)\n\n\u003e **@deprecated**: that file will be removed in future, but you still can use it\n\nMust be used for development only. Includes composer with dependencies in it. `composer update` runs on container start\n\n### `quay.io/rakshazi/slim-skeleton` (Dockerfile.quay)\n\nFull-featured image **without composer** and its dependencies. `composer update` should be run on build stage.\n\nExample of Dockerfile for your usage (if you dont want to build base image yourself):\n\n```Dockerfile\nFROM composer/composer:alpine\nCOPY ./ /app\nRUN composer update --ignore-platform-reqs --no-ansi --no-dev \\\n        --no-interaction --no-progress --no-scripts --optimize-autoloader \\\n        -d /app\n\nFROM quay.io/rakshazi/slim-skeleton\nMAINTAINER Your Name \u003cyour.name@your.site\u003e\nCOPY --from=0 /app/ /var/www/\n```\n\n# Documentation\n\n### Backend\n\n* App - **Slim Framework**: [slimframework.com/docs/](https://www.slimframework.com/docs/) + [rakshazi/slim-suit](https://github.com/rakshazi/slim-suit) + [akrabat/rka-slim-session-middleware](https://github.com/akrabat/rka-slim-session-middleware)\n* ORM - **Medoo**: [medoo.in/doc](https://medoo.in/doc)\n* Migrations, seeds - **Phinx**: [docs.phinx.org](http://docs.phinx.org/en/latest/)\n* Exception handling - **Sentry.io**: [docs.sentry.io](https://docs.sentry.io)\n* Session storage - **Redis**: [redis.io](https://redis.io)\n\n### Frontend\n* Rendering engine - **Twig**: [twig.sensiolabs.org](https://twig.sensiolabs.org/) + [slim/flash](https://github.com/slimphp/Slim-Flash) + [kanellov/slim-twig-flash](https://github.com/kanellov/slim-twig-flash)\n* Framework - **Twitter Bootstrap**: [getbootstrap.com](https://getbootstrap.com/getting-started/) + [jQuery](https://jquery.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frakshazi%2Fslim-skeleton","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frakshazi%2Fslim-skeleton","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frakshazi%2Fslim-skeleton/lists"}