{"id":47643197,"url":"https://github.com/sousarmb/peppers-php-framework","last_synced_at":"2026-04-02T02:06:11.210Z","repository":{"id":139640524,"uuid":"560624898","full_name":"sousarmb/peppers-php-framework","owner":"sousarmb","description":"Peppers is a Web MVC PHP framework designed for the developer who focuses on separation of concerns first.","archived":false,"fork":false,"pushed_at":"2022-11-01T23:10:01.000Z","size":76,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-21T01:23:39.476Z","etag":null,"topics":["framework","mvc","php8"],"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/sousarmb.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2022-11-01T22:47:43.000Z","updated_at":"2022-11-01T22:54:24.000Z","dependencies_parsed_at":null,"dependency_job_id":"b07924b4-1229-4715-85cd-d2c9556013f9","html_url":"https://github.com/sousarmb/peppers-php-framework","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/sousarmb/peppers-php-framework","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sousarmb%2Fpeppers-php-framework","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sousarmb%2Fpeppers-php-framework/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sousarmb%2Fpeppers-php-framework/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sousarmb%2Fpeppers-php-framework/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sousarmb","download_url":"https://codeload.github.com/sousarmb/peppers-php-framework/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sousarmb%2Fpeppers-php-framework/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31294398,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-02T01:43:37.129Z","status":"online","status_checked_at":"2026-04-02T02:00:08.535Z","response_time":89,"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","mvc","php8"],"created_at":"2026-04-02T02:06:07.478Z","updated_at":"2026-04-02T02:06:11.175Z","avatar_url":"https://github.com/sousarmb.png","language":"PHP","readme":"# Peppers Framework\n\n## What is it?\nPeppers is a Web MVC PHP framework designed for the developer who focuses on separation of concerns first, building small units of work which can be pipelined together to provide a response to a request. It tries to be fully customizable, allowing the developer to create its own code for core tasks.\n\n## What can it do?\n* Abstract \u0026 Concrete Object Factory \n* Content Negotiation \n* Credential Management For Multiple Datasources \n* Database Access (PDO, MySQL only) \n* Dependency Injection \n* Events \n* Input Validation \n* Local Files \n* Logging\n* Model Repositories (SQL only) \n* Multiple Database access\n* ORM \n* Promises (SQL only) \n* Routing \n* Services \n* Views \n\n## What it's not?\nPeppers is not a full blown Web framework like Symphony and it's not particulary fast either.\n\n## What can't it do?\n* Assets\n* Authentication \u0026 Authorization \n* Connection Pooling\n* Cookies \n* Full REST (no PUT or PATCH support yet) \n* Internationalization \n* Offline Jobs \n* Remote Caching (Memcached, Redis, etc)\n* Remote Files \n* Sessions \n* Translations \n* Users \n* Websockets \n\n## How does this work?\nIn a nutshell, the Kernel takes care of booting the framework and application and shutting it down after a response has been sent to the client.\n\n### Booting\nIt starts the necessary configuration files exist and its content is valid. Then loads the loaders for the services, routing, event handling and/or any custom code by the developer.\n\n### Request \u0026 Response Processing\nThe Kernel gets the route asserted by the Router. Then it starts a pipeline that gets a request handler instance from the Factory, processes the request, processes the data returned from the handler and sends a response back to the client, following the standard content negotiation rules. The end of the pipeline run signals the Kernel that a response has been sent back to the client.\n\n### Shutting It Down\nThe Kernel then signals the ServiceLocator to signal registered services to run any shutdown routine they might have. This includes the EventStore service; makes it process any deferred event that might have been registered.\n\n## Bugs\nMost likely, please report them on Github.\n\n## Comments and sugestions\nSend to peppers.php.framework@gmail.com\n\nThank you :)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsousarmb%2Fpeppers-php-framework","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsousarmb%2Fpeppers-php-framework","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsousarmb%2Fpeppers-php-framework/lists"}