{"id":36727691,"url":"https://github.com/mrmoneyc/slim-mvc-skeleton","last_synced_at":"2026-01-12T12:03:21.604Z","repository":{"id":57021008,"uuid":"57277730","full_name":"mrmoneyc/slim-mvc-skeleton","owner":"mrmoneyc","description":"The simple skeleton project for Slim 3 that includes FluentPDO, Twig and Monolog.","archived":false,"fork":false,"pushed_at":"2016-05-26T10:13:13.000Z","size":11,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-09-25T20:41:01.047Z","etag":null,"topics":["php","skeleton","slim-framework"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mrmoneyc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-04-28T06:46:38.000Z","updated_at":"2020-11-05T14:06:58.000Z","dependencies_parsed_at":"2022-08-23T13:50:46.086Z","dependency_job_id":null,"html_url":"https://github.com/mrmoneyc/slim-mvc-skeleton","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mrmoneyc/slim-mvc-skeleton","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrmoneyc%2Fslim-mvc-skeleton","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrmoneyc%2Fslim-mvc-skeleton/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrmoneyc%2Fslim-mvc-skeleton/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrmoneyc%2Fslim-mvc-skeleton/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mrmoneyc","download_url":"https://codeload.github.com/mrmoneyc/slim-mvc-skeleton/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrmoneyc%2Fslim-mvc-skeleton/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28338973,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T10:58:46.209Z","status":"ssl_error","status_checked_at":"2026-01-12T10:58:42.742Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["php","skeleton","slim-framework"],"created_at":"2026-01-12T12:03:21.522Z","updated_at":"2026-01-12T12:03:21.590Z","avatar_url":"https://github.com/mrmoneyc.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Slim 3 MVC Skeleton\n\nThis is a simple skeleton project for Slim 3 that includes FluentPDO, Twig and Monolog.\n\nBase on https://github.com/vhchung/slim3-skeleton-mvc\n\n## Prepare\n\n1. Create your project:\n\n       `$ composer create-project -n -s dev mrmoneyc/slim-mvc-skeleton YOUR_APP_NAME`\n\n2. Create database: `$ cat sql/db.sql | sqlite3 storage/db/db.sqlite`\n\n### Run it:\n\n1. `$ cd YOUR_APP_NAME`\n2. `$ php -S 0.0.0.0:8888 -t public/`\n3. Browse to http://localhost:8888\n\n### Run coding style check\n\n1. Install [PHP_CodeSniffer] (https://github.com/squizlabs/PHP_CodeSniffer)\n2. `$ cd YOUR_APP_NAME`\n3. `$ phpcs`\n\n### Run test\n\n1. Install [PHPUnit] (https://phpunit.de/)\n2. `$ cd YOUR_APP_NAME`\n3. `$ phpunit`\n\n### Notice\n\nSet `storage/` folder permission to writable when deploy to production environment\n\n## Key directories\n\n* `app`: Application code\n* `app/controllers`: Controller files\n* `app/models`: Model files\n* `app/templates`: Template files\n* `storage/log`: Log files\n* `storage/db`: SQLite DB files\n* `public`: Webserver root\n* `vendor`: Composer dependencies\n* `sql`: sql dump file for sample database\n\n## Key files\n\n* `public/index.php`: Entry point to application\n* `app/settings.php`: Configuration\n* `app/dependencies.php`: Services for Pimple\n* `app/middleware.php`: Application middleware\n* `app/routes.php`: All application routes are here\n* `app/controllers/IndexController.php`: Controller class for the home page\n* `app/models/ConfigurationModel.php`: Model class for configurations table\n* `app/templates/index.twig`: Template file for the home page\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrmoneyc%2Fslim-mvc-skeleton","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmrmoneyc%2Fslim-mvc-skeleton","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrmoneyc%2Fslim-mvc-skeleton/lists"}