{"id":21688462,"url":"https://github.com/yidemir/app","last_synced_at":"2025-04-12T09:19:51.531Z","repository":{"id":57086880,"uuid":"147947885","full_name":"yidemir/App","owner":"yidemir","description":"Simple and minimal yet another PHP 7 Framework","archived":false,"fork":false,"pushed_at":"2018-10-27T16:49:23.000Z","size":42,"stargazers_count":15,"open_issues_count":1,"forks_count":2,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-04-12T09:19:44.022Z","etag":null,"topics":["dependency-injection","framework","json","middleware","mvc","php","php7","router","routing","templating"],"latest_commit_sha":null,"homepage":null,"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/yidemir.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-09-08T15:56:06.000Z","updated_at":"2023-09-08T12:25:17.000Z","dependencies_parsed_at":"2022-08-25T00:50:48.502Z","dependency_job_id":null,"html_url":"https://github.com/yidemir/App","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yidemir%2FApp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yidemir%2FApp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yidemir%2FApp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yidemir%2FApp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yidemir","download_url":"https://codeload.github.com/yidemir/App/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248543836,"owners_count":21121838,"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":["dependency-injection","framework","json","middleware","mvc","php","php7","router","routing","templating"],"created_at":"2024-11-25T17:15:14.073Z","updated_at":"2025-04-12T09:19:51.504Z","avatar_url":"https://github.com/yidemir.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DemirApp Minimal PHP Framework\n\n## Introduction\nSimple and minimal yet another PHP 7 Framework\n\n## Features\n* Simple routing\n* Simple container (Dependency Injection)\n* Flash messages\n* Simple JSON response\n* Simple middleware system\n* Resource routes\n* Native PHP templating system\n* and much more\n\nDocumentation is coming soon.\n\nTürkçe dökümantasyona [buradan](https://yilmazdemir.com.tr/demir-app-framework) ulaşabilirsiniz.\n\n## Installation\nThe recommended way to install is via Composer:\n```\ncomposer require yidemir/app\n```\nand start coding:\n```php\n\u003c?php\n\nuse Demir\\App;\n\nrequire 'vendor/autoload.php';\n\nApp::get('/', function(){\n  return App::render('home');\n});\n\nApp::run();\n```\n\nOr download from relases [page](https://github.com/yidemir/app/releases).\n```php\n\u003c?php\n\nuse Demir\\App;\n\nrequire 'src/App.php';\n\nApp::get('/', function(){\n  echo 'Hello world!';\n});\n\nApp::run();\n```\n\n## Test\n```\ncomposer test\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyidemir%2Fapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyidemir%2Fapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyidemir%2Fapp/lists"}