{"id":16666629,"url":"https://github.com/pixelbart/framework","last_synced_at":"2026-04-14T00:31:52.902Z","repository":{"id":127990930,"uuid":"70056485","full_name":"pixelbart/framework","owner":"pixelbart","description":"Simple PHP Framework","archived":false,"fork":false,"pushed_at":"2016-10-19T11:37:32.000Z","size":39,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-31T16:09:38.156Z","etag":null,"topics":[],"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/pixelbart.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":"2016-10-05T12:04:21.000Z","updated_at":"2017-04-27T09:27:24.000Z","dependencies_parsed_at":null,"dependency_job_id":"cdc9bc0b-f2ce-4af1-b1ff-96fa2d805621","html_url":"https://github.com/pixelbart/framework","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pixelbart/framework","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pixelbart%2Fframework","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pixelbart%2Fframework/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pixelbart%2Fframework/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pixelbart%2Fframework/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pixelbart","download_url":"https://codeload.github.com/pixelbart/framework/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pixelbart%2Fframework/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31776907,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T00:11:49.126Z","status":"ssl_error","status_checked_at":"2026-04-14T00:10:29.837Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":[],"created_at":"2024-10-12T11:11:36.847Z","updated_at":"2026-04-14T00:31:52.856Z","avatar_url":"https://github.com/pixelbart.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simple PHP MVC Framework\n\nI've used the [Nova Framework](https://github.com/nova-framework) for an long time, to build simple and small web applications - but Nova is now to big. So i build a simple, easy and unsecure(?) solution for me. Without awesome autoloading, without awesome special features. Just working for simple and easy web applications or apis.\n\n**PHP Newbie** -\u003e you are right here! It's not to difficult to understand the code.  \n**PHP PRO** -\u003e go away! Just leave this place OR give some feedback and share your knowledge!\n\n### Install\n\n1. Download the zip and unpack the files in any folder.  \n2. Now define in the `config.php` all empty variables (are marked with a comment behind) and just start programming.\n\nIf you use the \"Framework\" in a subfolder just change the `RewriteBase` in the `.htaccess` file.\n\n``` php\nRewriteEngine On\nRewriteBase / # \u003c- HERE!\nRewriteCond %{REQUEST_FILENAME} !-d\nRewriteCond %{REQUEST_FILENAME} !-f\nRewriteRule ^(.*)$ index.php/$1 [L,QSA]\n```\n\n### Some points\n- namespaces\n- templates (change template name in `config.php` and add a new folder in the `template folder`)\n- Simple MVC\n- Core Model builds an mysqli connection (better solution? Just pull an request or write with me!)\n- I've started a simple formbuilder (app/Helpers/FormBuilder.php) just for fun\n\n### Notes\n\nSpecial thanks to Jack P. for the simple PHP Router [Nanite](https://github.com/nirix/nanite) and you(!), because you've reading my bad english! :)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpixelbart%2Fframework","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpixelbart%2Fframework","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpixelbart%2Fframework/lists"}