{"id":35140577,"url":"https://github.com/akbsit/slim-skeleton","last_synced_at":"2026-05-21T02:32:53.507Z","repository":{"id":56981325,"uuid":"151968643","full_name":"akbsit/slim-skeleton","owner":"akbsit","description":"The framework of a PHP application based on the Slim Framework.","archived":false,"fork":false,"pushed_at":"2023-09-17T08:34:45.000Z","size":33,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-21T21:03:22.294Z","etag":null,"topics":["framework","php","slim","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/akbsit.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":"2018-10-07T17:46:07.000Z","updated_at":"2025-03-27T12:34:27.000Z","dependencies_parsed_at":"2022-08-21T08:40:44.208Z","dependency_job_id":null,"html_url":"https://github.com/akbsit/slim-skeleton","commit_stats":null,"previous_names":["akbsit/slim-skeleton"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/akbsit/slim-skeleton","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akbsit%2Fslim-skeleton","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akbsit%2Fslim-skeleton/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akbsit%2Fslim-skeleton/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akbsit%2Fslim-skeleton/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/akbsit","download_url":"https://codeload.github.com/akbsit/slim-skeleton/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akbsit%2Fslim-skeleton/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33286029,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-20T15:12:43.734Z","status":"online","status_checked_at":"2026-05-21T02:00:07.181Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["framework","php","slim","slim-framework"],"created_at":"2025-12-28T11:09:14.394Z","updated_at":"2026-05-21T02:32:53.502Z","avatar_url":"https://github.com/akbsit.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# slim-skeleton, [Packagist](https://packagist.org/packages/akbsit/slim-skeleton)\n\nFramework PHP application based on Slim Framework.\n\nIncludes packages:\n\n* [slim/slim](https://packagist.org/packages/slim/slim);\n* [slim/twig-view](https://packagist.org/packages/slim/twig-view);\n* [slim/csrf](https://packagist.org/packages/slim/csrf);\n* [illuminate/validation](https://packagist.org/packages/illuminate/validation).\n\nTo install the application, you need to deploy it in your working folder:\n\n```\ncomposer create-project akbsit/slim-skeleton ./ \"1.*\"\n```\n\nCreate an environment settings file based on the example `.env.example`, for local environment `.env.local`, for production `.env.production`.\n\nThe local environment is defined by subdomains: `.loc` и `.local`.\n\n## Adding settings\n\nApplication uses two types of settings:\n\n* Required (without their definition in `.env.local` and `.env.production` the application will not start);\n* Optional.\n\n\u003e All settings names are converted to upper case.\n\n### Adding required settings\n\nThe required set of settings can be supplemented in the environment definition file `src/Env.php` - the `$arRequiredParams` parameter (it is important not to delete the default settings as they are used in the application). After that, all added settings will need to be defined in the configuration file `configs/app.php` by analogy.\n\n\u003e It is not recommended to use this method!\n\n### Adding optional settings\n\nTo add your own set, you will need to create a file with an arbitrary name in the `configs` folder and with the contents:\n\n```\ncustom_config.php\n```\n\n```php\nreturn [\n    'CONFIG_NAME_1' =\u003e 'CONFIG_VALUE_1',\n    'CONFIG_NAME_2' =\u003e 'CONFIG_VALUE_2',\n    'CONFIG_NAME_3' =\u003e 'CONFIG_VALUE_3',\n    'CONFIG_NAME_4' =\u003e 'CONFIG_VALUE_4'\n];\n```\n\nAfter which the settings will be available in the application. The file name is a key in the `config` array. Example of use in a controller:\n\n```php\n$this-\u003econfig-\u003eCUSTOM_CONFIG['CONFIG_NAME_1']\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakbsit%2Fslim-skeleton","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fakbsit%2Fslim-skeleton","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakbsit%2Fslim-skeleton/lists"}