{"id":16410785,"url":"https://github.com/skipperbent/pecee","last_synced_at":"2025-03-21T03:31:54.988Z","repository":{"id":51116907,"uuid":"42883897","full_name":"skipperbent/pecee","owner":"skipperbent","description":"Simple, lightweight PHP framework based on Microsoft MVVM.","archived":false,"fork":false,"pushed_at":"2024-12-03T13:55:35.000Z","size":2300,"stargazers_count":5,"open_issues_count":0,"forks_count":5,"subscribers_count":4,"default_branch":"v3","last_synced_at":"2025-01-02T19:03:14.339Z","etag":null,"topics":["framework","mvc","mvc-framework","pecee","php","template-engine","widget"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/skipperbent.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2015-09-21T17:58:59.000Z","updated_at":"2024-10-21T23:39:24.000Z","dependencies_parsed_at":"2024-01-18T01:30:21.571Z","dependency_job_id":"f7dcbca8-65e1-4e1c-91f6-5e5e75c68eda","html_url":"https://github.com/skipperbent/pecee","commit_stats":{"total_commits":546,"total_committers":2,"mean_commits":273.0,"dds":0.00366300366300365,"last_synced_commit":"cb05a463bb9dc826427285dc0e0699dc5e77ca74"},"previous_names":[],"tags_count":433,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skipperbent%2Fpecee","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skipperbent%2Fpecee/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skipperbent%2Fpecee/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skipperbent%2Fpecee/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/skipperbent","download_url":"https://codeload.github.com/skipperbent/pecee/tar.gz/refs/heads/v3","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244733690,"owners_count":20501012,"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","mvc-framework","pecee","php","template-engine","widget"],"created_at":"2024-10-11T06:43:52.192Z","updated_at":"2025-03-21T03:31:54.630Z","avatar_url":"https://github.com/skipperbent.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pecee php framework\n\n**Fast, lightweight, open source MVC PHP framework based on Microsoft MVVM.**\n\n## Demo project\n\nDemo project available here: https://github.com/skipperbent/pecee-project\n\n## Features:\n\n- Fully customisable template engine. Overwrite render() method to add your own templating engine through composer or create your own.\n\n- Every template has class, called a Widget, behind which renders before the view. From here you can set properties, create methods and you can even render widgets inside a widget - this makes it super easy the create small pieces of functionality, that can be reused wherever you like.\n\n- Because every template is basically a class, you can extend functionality from other widgets and reuse the same functionality or overwrite the things you want to change.\n\n- Don't like something? Everything is 100% object oriented, so every little piece of code can be easily extended. \n\n## Installation\n\n```\ncd /path/to/project\ngit clone https://sessingo@bitbucket.org/sessingo/pecee-project.git\ncomposer install\n```\n\nPoint your webserver to ```/path/to/project/app/www```\n\nWe recommend that you look at the demo project for futher installation instructions:\nhttps://github.com/skipperbent/pecee-project\n\n## The MIT License (MIT)\n\nCopyright (c) 2016 Simon Sessingø / pecee framework\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskipperbent%2Fpecee","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fskipperbent%2Fpecee","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskipperbent%2Fpecee/lists"}