{"id":19210973,"url":"https://github.com/boudra/yapf","last_synced_at":"2025-02-23T07:42:19.710Z","repository":{"id":35625468,"uuid":"39899355","full_name":"boudra/yapf","owner":"boudra","description":"Yet Another PHP Frameowrk","archived":false,"fork":false,"pushed_at":"2015-07-30T12:16:20.000Z","size":196,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-04T17:12:30.659Z","etag":null,"topics":["framework","php","web"],"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/boudra.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}},"created_at":"2015-07-29T14:54:57.000Z","updated_at":"2017-02-04T11:51:15.000Z","dependencies_parsed_at":"2022-08-17T21:40:34.461Z","dependency_job_id":null,"html_url":"https://github.com/boudra/yapf","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boudra%2Fyapf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boudra%2Fyapf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boudra%2Fyapf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boudra%2Fyapf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/boudra","download_url":"https://codeload.github.com/boudra/yapf/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240286517,"owners_count":19777354,"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","php","web"],"created_at":"2024-11-09T13:40:01.550Z","updated_at":"2025-02-23T07:42:19.685Z","avatar_url":"https://github.com/boudra.png","language":"PHP","readme":"YAPF\n====\n\nThis is a PHP framework made for educational purposes and it's not recommended\nto use in production.\n\nFeatures\n=======\n\n- Dependency Injection integrated with the services container\n- Router, can call Clousures, Controller methods or Resource controllers for\n  easy REST API.\n- Query Builder, simple query builder for retrieving, updating and deleting\n  data, supports multiple joins, and advanced where expressions.\n- Simple image manipulation class\n\nExample\n=======\n\n```PHP\nuse App\\Application;\nuse App\\Core\\Router;\n\n$app = new Application();\n\n$app-\u003erun(function(Router $router) {\n\n    $router-\u003eget('/app/{name}/{age:int}', function($name, $age) {\n\n        return [\n            'msg' =\u003e \"Hello $name, you are $age years old!\",\n        ];\n\n    });\n\n});\n\n// GET http://localhost/app/John/21\n{\n    \"msg\": \"Hello John, you are 21 years old!\"\n}\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboudra%2Fyapf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fboudra%2Fyapf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboudra%2Fyapf/lists"}