{"id":37233410,"url":"https://github.com/stupidlysimple/php","last_synced_at":"2026-01-15T03:53:58.885Z","repository":{"id":57060672,"uuid":"62019007","full_name":"stupidlysimple/php","owner":"stupidlysimple","description":"StupidlySimple Framework for PHP - MVC Framework for lazy developers","archived":false,"fork":false,"pushed_at":"2023-12-27T02:05:08.000Z","size":960,"stargazers_count":103,"open_issues_count":3,"forks_count":30,"subscribers_count":20,"default_branch":"master","last_synced_at":"2026-01-14T14:00:20.966Z","etag":null,"topics":["composer","hhvm","php-framework","ss-framework","stupidlysimple"],"latest_commit_sha":null,"homepage":"https://stupidlysimple.github.io/","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/stupidlysimple.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}},"created_at":"2016-06-27T02:14:06.000Z","updated_at":"2025-09-23T02:51:59.000Z","dependencies_parsed_at":"2023-12-27T03:23:30.780Z","dependency_job_id":"69cffbf2-2615-4bdc-8e48-ec4ac9b76659","html_url":"https://github.com/stupidlysimple/php","commit_stats":{"total_commits":86,"total_committers":6,"mean_commits":"14.333333333333334","dds":0.5581395348837209,"last_synced_commit":"3ea22df871608baff3184d22909c09580b325c10"},"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/stupidlysimple/php","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stupidlysimple%2Fphp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stupidlysimple%2Fphp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stupidlysimple%2Fphp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stupidlysimple%2Fphp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stupidlysimple","download_url":"https://codeload.github.com/stupidlysimple/php/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stupidlysimple%2Fphp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28442357,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-15T00:55:22.719Z","status":"online","status_checked_at":"2026-01-15T02:00:08.019Z","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":["composer","hhvm","php-framework","ss-framework","stupidlysimple"],"created_at":"2026-01-15T03:53:58.378Z","updated_at":"2026-01-15T03:53:58.863Z","avatar_url":"https://github.com/stupidlysimple.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# StupidlySimple Framework for PHP\n\nFollow us on [Facebook](https://www.facebook.com/stupidlysimpleframework).\n\n[![Chat with Discord](https://i.imgur.com/imbJExE.jpg)](https://discord.gg/EQ4w9Cs)\n\n[![PHP version](https://badge.fury.io/ph/stupidlysimple%2Fphp.svg)](https://badge.fury.io/ph/stupidlysimple%2Fphp) [![Build](https://api.travis-ci.org/stupidlysimple/php.svg)](https://travis-ci.org/stupidlysimple/php) [![Style-CI](https://styleci.io/repos/62019007/shield?branch=master)](https://styleci.io/repos/62019007)  [![Scrutinizer-CI](https://www.scrutinizer-ci.com/g/stupidlysimple/php/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/stupidlysimple/php/)  [![Total Downloads](https://poser.pugx.org/stupidlysimple/php/downloads)](https://packagist.org/packages/stupidlysimple/php)\n[![composer.lock](https://poser.pugx.org/stupidlysimple/php/composerlock)](https://packagist.org/packages/stupidlysimple/php)\n[![License](https://img.shields.io/:license-mit-blue.svg)](https://github.com/stupidlysimple/php/blob/master/LICENSE)\n[![Made In](https://img.shields.io/badge/made%20in-Malaysia-red.svg)](https://www.google.com/search?q=malaysia)\n\nStupidlySimple Framework is a micro framework built for lazy developers. \n\nSuitable for those who used to develop vanilla projects, while following today's set of standard. \n\nThe core is very small in size, yet it contains most of the functions required to rapidly start developing a project. The name itself is obvious.\n\nLatest Version\n----\nRelease 0.4.0 (Release Notes)\n\n### Table of Contents\n| No | Title                                              |\n|----|----------------------------------------------------|\n| 1  | [Why StupidlySimple?](#why-stupidlysimple) |\n| 2  | [Technical Features](#technical-features)          |\n| 3  | [How to Install](#installation)                    |\n| 4  | [API Documentation](#api-documentation)            |\n\n\nWhy StupidlySimple\n----\n  - No nonsense\n  - Follow your own style\n  - Extremely extensible\n  - Small in size\n  - Lightning fast (\u003c20 ms)\n\n[[back to top]](#table-of-contents)\n\nTechnical Features\n----\n  - **Lazy Routing** - Route urls according to file names. Your /home will be redirected to home.php and so on. You can also route on specific uri, and/or forward them to a controller.\n  - **Simple Templating Process** - Copy and paste any templates you downloaded to the root directory, and viola, it's up and ready. You can still manage template them however that suits your likings.\n  - **Integrated with Composer** - Download thousands of packages available straight to your project.\n  - **Integrated with Eloquent ORM** - Manage database records with no hassles. \n  - **Dependency Injection** - Minimize coupling and dependant on a single project. And provides easy access to objects and variables.\n  - **Out-of-the-Box Error Handler** - We integrated the framework with [Whoops](https://filp.github.io/whoops/), error handler in a less painful way.\n\n[[back to top]](#table-of-contents)\n\nInstallation\n----\nStupidlySimple requires PHP at least 5.6 to run (with PHPUnit). \n\nTutorial for installation is available [on our website](https://stupidlysimple.github.io/generic.html).\n\n##### Install via Composer\n\n**Notice:** You can also follow this page for clearer instructions: \n[stupidlysimple.github.io](https://stupidlysimple.github.io/how-to-install.html)\n\nIf you do not have Composer installed, please follow [this link](https://getcomposer.org/doc/00-intro.md#using-the-installer) for Windows, or [this link](https://getcomposer.org/doc/00-intro.md#downloading-the-composer-executable) for Mac Os X and Linux.\n\nAs soon as you have installed the Composer already, type this on the Command Prompt (or Terminal)\n```sh\n$ composer create-project stupidlysimple/php myproject\n```\n\nor if you acquired the zip/tarball, issue this command on the Command Prompt (or Terminal)\n```sh\n$ composer update\n```\n\nOnce the vendor file is created and all of the packages has been uploaded, you can now view the homepage and start programming. (Be sure to update the project always).\n\n[[back to top]](#table-of-contents)\n\nAPI Documentation\n----\nDocumentations are available on [the wiki page](https://github.com/stupidlysimple/php/wiki).\n\nNote: If you wish to see the Core files, please go to \u003ca href=\"https://github.com/stupidlysimple/core\"\u003estupidlysimple/core\u003c/a\u003e\n\nDevelopment\n----\nWant to contribute? Great! Please do not hesitate to contribute to the framework development.\n\n#### Nightly Builds\nIntroducing nightly builds: we are really committed to project that we decided to release nightly builds.\n\nNightly builds are released more often than the stable build. Eventually a nightly build will be converted to stable.\n\n[Get nightly builds](https://github.com/stupidlysimple/php/wiki/Nightly-Builds)\n\n[[back to top]](#table-of-contents)\n\nLicense\n----\nMIT\n\n[[back to top]](#table-of-contents)\n\nTodo\n----\nThis is a work in progress. The README.md will be expanded from time to time.\n\n[[back to top]](#table-of-contents)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstupidlysimple%2Fphp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstupidlysimple%2Fphp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstupidlysimple%2Fphp/lists"}