{"id":13805589,"url":"https://github.com/nbayramberdiyev/slim-4-starter","last_synced_at":"2025-08-16T13:47:33.075Z","repository":{"id":36972536,"uuid":"207103915","full_name":"nbayramberdiyev/slim-4-starter","owner":"nbayramberdiyev","description":"🐘 An opinionated Slim 4 starter template for the small-to-medium PHP applications.","archived":false,"fork":false,"pushed_at":"2025-03-31T05:06:57.000Z","size":417,"stargazers_count":70,"open_issues_count":2,"forks_count":12,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-02T12:13:01.571Z","etag":null,"topics":["php","php-micro-framework","slim","slim-4","slim-framework","slim-skeleton","template","template-project"],"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/nbayramberdiyev.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-09-08T11:41:26.000Z","updated_at":"2025-03-30T07:43:41.000Z","dependencies_parsed_at":"2023-11-26T08:21:59.649Z","dependency_job_id":"0a0eee29-8579-4a96-b3a5-30a1d8ba99fd","html_url":"https://github.com/nbayramberdiyev/slim-4-starter","commit_stats":{"total_commits":233,"total_committers":2,"mean_commits":116.5,"dds":"0.45064377682403434","last_synced_commit":"41d100591cd0222c9500d7bab0644b33fee1514c"},"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nbayramberdiyev%2Fslim-4-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nbayramberdiyev%2Fslim-4-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nbayramberdiyev%2Fslim-4-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nbayramberdiyev%2Fslim-4-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nbayramberdiyev","download_url":"https://codeload.github.com/nbayramberdiyev/slim-4-starter/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248054193,"owners_count":21039952,"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":["php","php-micro-framework","slim","slim-4","slim-framework","slim-skeleton","template","template-project"],"created_at":"2024-08-04T01:01:02.738Z","updated_at":"2025-04-09T14:13:56.009Z","avatar_url":"https://github.com/nbayramberdiyev.png","language":"PHP","funding_links":[],"categories":["Boilerplate"],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eSlim 4 Starter Template\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003eAn opinionated starter template for a simple PHP application built on \u003ca href=\"https://www.slimframework.com\" target=\"_blank\"\u003eSlim Framework 4\u003c/a\u003e (and Tailwind CSS \u0026 Alpine.js).\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/nbayramberdiyev/slim-4-starter/actions/workflows/continuous-integration.yml/badge.svg\" target=\"_blank\"\u003e\n    \u003cimg src=\"https://github.com/nbayramberdiyev/slim-4-starter/actions/workflows/continuous-integration.yml/badge.svg\" alt=\"CI\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"#features\"\u003eFeatures\u003c/a\u003e •\n  \u003ca href=\"#requirements\"\u003eRequirements\u003c/a\u003e •\n  \u003ca href=\"#installation\"\u003eInstallation\u003c/a\u003e\n\u003c/p\u003e\n\n## Features\n\n- :inbox_tray: Autoloader ([PSR-4](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-4-autoloader.md))\n\n- :incoming_envelope: HTTP message interfaces with [Slim-Psr7](https://github.com/slimphp/Slim-Psr7) ([PSR-7](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-7-http-message.md))\n\n- :dart: HTTP server request handlers and HTTP server middleware ([PSR-15](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-15-request-handlers.md))\n\n- :electric_plug: HTTP factories ([PSR-17](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-17-http-factory.md))\n\n- :gear: Environment variables support with [phpdotenv](https://github.com/vlucas/phpdotenv)\n\n- :ear_of_rice: Template engine with [Twig-View](https://github.com/slimphp/Twig-View)\n\n- :earth_asia: i18n support with Symfony's [Translation Component](https://github.com/symfony/translation)\n\n- :package: Dependency injection container with [PHP-DI](https://github.com/php-di/php-di) ([PSR-11](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-11-container.md))\n\n- :test_tube: Unit testing with [PHPUnit](https://github.com/sebastianbergmann/phpunit)\n\n- :mag: Static code analysis with [PHPStan](https://github.com/phpstan/phpstan) and [Psalm](https://github.com/vimeo/psalm)\n\n- :telescope: Coding standards checking with [PHP-CS-Fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) ([PSR-12](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-12-extended-coding-style-guide.md))\n\n- :hammer_and_wrench: CI workflows with [GitHub Actions](https://docs.github.com/en/actions)\n\n## Requirements\n\n- [PHP](https://www.php.net) 8.3 or newer\n- [Composer](https://getcomposer.org)\n\n## Installation\n\n**1. Clone this repository into your local machine:**\n\n```shell\ngit clone git@github.com:nbayramberdiyev/slim-4-starter.git\n```\n\n**2. Go to the project folder:**\n\n```shell\ncd slim-4-starter\n```\n\n**3. Install the project dependencies:**\n\n```shell\ncomposer install\n```\n\n**4. Create a copy of `.env.example`:**\n\n```shell\ncp .env.example .env\n```\n\n**5. Start the PHP development server:**\n\n```shell\nphp -S localhost:8888 -t public\n```\n\nThat's it! Now go build something cool.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnbayramberdiyev%2Fslim-4-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnbayramberdiyev%2Fslim-4-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnbayramberdiyev%2Fslim-4-starter/lists"}