{"id":18355526,"url":"https://github.com/yonis-savary/sharp-php","last_synced_at":"2025-07-31T17:44:28.474Z","repository":{"id":196209251,"uuid":"671994932","full_name":"yonis-savary/sharp-php","owner":"yonis-savary","description":"PHP Framework, light, clean code","archived":false,"fork":false,"pushed_at":"2023-10-19T12:20:09.000Z","size":505,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2023-10-19T13:10:32.102Z","etag":null,"topics":["framework","mvc","php","php8"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yonis-savary.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":"Docs/security/authentication.md","support":null,"governance":null}},"created_at":"2023-07-28T16:29:35.000Z","updated_at":"2023-10-20T13:43:34.062Z","dependencies_parsed_at":"2023-09-23T07:50:18.950Z","dependency_job_id":"d2445c9c-6711-46ae-9954-696c2707e1b2","html_url":"https://github.com/yonis-savary/sharp-php","commit_stats":null,"previous_names":["yonis-savary/sharp-php"],"tags_count":2,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yonis-savary%2Fsharp-php","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yonis-savary%2Fsharp-php/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yonis-savary%2Fsharp-php/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yonis-savary%2Fsharp-php/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yonis-savary","download_url":"https://codeload.github.com/yonis-savary/sharp-php/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239024473,"owners_count":19569525,"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":["framework","mvc","php","php8"],"created_at":"2024-11-05T22:07:11.018Z","updated_at":"2025-02-15T16:51:30.341Z","avatar_url":"https://github.com/yonis-savary.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🧊 sharp-php\n\n\u003e [!IMPORTANT]\n\u003e This project is still under development\n\nSharp is a Framework for PHP 8 that focuses on code cleanliness and simplicity\n\nThe goal is to have a good balance between abstraction and concrete objects\n\n## 📚 Documentation and Tutorials\n\nYou can find resources to work/learn with Sharp in the [Docs directory](./Docs)\n\n## 📦 Create a project\n\n```bash\nmkdir MyProject\ncd MyProject\n\ngit init\ngit submodule add https://github.com/yonis-savary/sharp-php.git Sharp\n\n# linux\ncp -r Sharp/Core/Server/* .\n# windows\nxcopy /s Sharp/Core/Server/* .\n\nphp do fill-configuration\nphp do create-application MyProject\n\nphp do serve\n```\n\nThis script :\n1. Copy Sharp and its Test suite\n2. Copy the `Public` directory and `do` script\n3. Create an empty application named `MyProject`\n\n\nYour directory will look like\n- `MyProject/`\n- `Public/`\n- `Sharp/`\n- `.git/`\n- `do`\n- `sharp.json`\n- `.gitignore`\n- `.gitmodules`\n\n\n## Release's features\n\n- 🟢 - tested feature\n- 🔵 - tested feature (some edge-case tests may be missing)\n- 🟡 - untested feature\n\n🫀 Core\n- 🟢 Configuration (JSON Format)\n- 🟢 Caching\n- 🟢 Logging\n- 🟢 Events\n- 🟢 CLI Commands (With base utilities commands)\n- 🟢 Tests\n\n🌐 Web\n- 🟢 Session\n- 🟢 Request / Responses\n- 🔵 Request Fetch (CURL)\n- 🟢 Controllers\n- 🔵 Renderer\n- 🟢 Routing / Middlewares\n\n📁 Data\n- 🟢 Database (With SQLite support)\n- 🟢 Models\n- 🟢 FTP Directory\n- 🟢 Queues support\n- 🟢 Array object (for functional programming)\n\n🔐 Security\n- 🟢 Authentication\n- 🟢 CSRF\n\n🚀 Extras\n- 🟢 Asset serving\n- 🟢 Automatic CRUD API for Models\n\n...and more ! The [`SharpExtension`](https://github.com/yonis-savary/sharp-extensions) repository got some additionnal features that can be used to make development faster","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyonis-savary%2Fsharp-php","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyonis-savary%2Fsharp-php","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyonis-savary%2Fsharp-php/lists"}