{"id":33987456,"url":"https://github.com/jabernardo/calf","last_synced_at":"2026-03-27T04:34:45.170Z","repository":{"id":56995324,"uuid":"119248090","full_name":"jabernardo/calf","owner":"jabernardo","description":"Yet another Micro-framework  for PHP.","archived":false,"fork":false,"pushed_at":"2024-12-31T09:21:09.000Z","size":205,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-14T17:43:03.435Z","etag":null,"topics":["php","php-library","php-micro-framework","php-router","php-router-standalone","php7"],"latest_commit_sha":null,"homepage":"http://jabernardo.github.io/calf","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/jabernardo.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}},"created_at":"2018-01-28T10:23:28.000Z","updated_at":"2023-09-24T13:27:23.000Z","dependencies_parsed_at":"2022-08-21T10:40:49.214Z","dependency_job_id":null,"html_url":"https://github.com/jabernardo/calf","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/jabernardo/calf","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jabernardo%2Fcalf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jabernardo%2Fcalf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jabernardo%2Fcalf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jabernardo%2Fcalf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jabernardo","download_url":"https://codeload.github.com/jabernardo/calf/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jabernardo%2Fcalf/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31019983,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-27T03:51:26.850Z","status":"ssl_error","status_checked_at":"2026-03-27T03:51:09.693Z","response_time":164,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["php","php-library","php-micro-framework","php-router","php-router-standalone","php7"],"created_at":"2025-12-13T05:25:54.041Z","updated_at":"2026-03-27T04:34:45.162Z","avatar_url":"https://github.com/jabernardo.png","language":"PHP","readme":"# Calf\n![Travis: Build Status](https://travis-ci.org/jabernardo/calf.svg?branch=master \"Travis: Build Status\")\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n\nYet another Micro-framework for PHP.\n\n## Installation\n\n```sh\n\ncomposer require jabernardo/calf\n\n```\n\n## Hello World\n\n```php\n\u003c?php\n\nrequire(\"vendor/autoload.php\");\n\n$app = new \\Calf\\App();\n\n$home = new \\Calf\\HTTP\\Route('/', function($req, $res) {\n        return $res-\u003ewrite('Hello World!');\n    });\n\n$app-\u003eadd($home);\n\n$app-\u003erun();\n\n```\n\n## Configuring Web Server\n\n```apache\nRewriteEngine On\nRewriteCond %{REQUEST_FILENAME} !-f\nRewriteCond %{REQUEST_FILENAME} !-d\nRewriteRule ^ index.php [QSA,L]\n```\n\n## Running...\n\n```sh\n\nphp -S localhost:8888 index.php\n\n```\n\n## Testing\n\n```sh\n\nphpunit\n\n```\n\n## Learn more\n\nPlease see the project's wiki page [here](https://github.com/jabernardo/calf/wiki).\n\n## License\n\nThe `calf` is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjabernardo%2Fcalf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjabernardo%2Fcalf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjabernardo%2Fcalf/lists"}