{"id":37006201,"url":"https://github.com/httpsoft/http-basis","last_synced_at":"2026-01-14T00:44:59.472Z","repository":{"id":56986523,"uuid":"298777303","full_name":"httpsoft/http-basis","owner":"httpsoft","description":"Simple and fast HTTP microframework implementing PSR standards","archived":false,"fork":false,"pushed_at":"2024-12-29T23:49:51.000Z","size":62,"stargazers_count":13,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2026-01-04T02:10:17.470Z","etag":null,"topics":["http","http-framework","microframework","php","psr-11","psr-15","psr-7"],"latest_commit_sha":null,"homepage":"https://httpsoft.org/docs/basis","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/httpsoft.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-09-26T09:08:30.000Z","updated_at":"2025-10-26T15:49:23.000Z","dependencies_parsed_at":"2024-12-29T22:20:42.005Z","dependency_job_id":"085bbacf-31c3-42c8-8e9c-3f9ce5c37842","html_url":"https://github.com/httpsoft/http-basis","commit_stats":{"total_commits":53,"total_committers":3,"mean_commits":"17.666666666666668","dds":0.05660377358490565,"last_synced_commit":"f519468b2c4cd51cbdeca0d2ecc00a8d5189dd15"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/httpsoft/http-basis","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httpsoft%2Fhttp-basis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httpsoft%2Fhttp-basis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httpsoft%2Fhttp-basis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httpsoft%2Fhttp-basis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httpsoft","download_url":"https://codeload.github.com/httpsoft/http-basis/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httpsoft%2Fhttp-basis/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28406520,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-13T21:51:37.118Z","status":"ssl_error","status_checked_at":"2026-01-13T21:45:14.585Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["http","http-framework","microframework","php","psr-11","psr-15","psr-7"],"created_at":"2026-01-14T00:44:58.873Z","updated_at":"2026-01-14T00:44:59.465Z","avatar_url":"https://github.com/httpsoft.png","language":"PHP","readme":"# HTTP Basis\n\n[![License](https://poser.pugx.org/httpsoft/http-basis/license)](https://packagist.org/packages/httpsoft/http-basis)\n[![Latest Stable Version](https://poser.pugx.org/httpsoft/http-basis/v)](https://packagist.org/packages/httpsoft/http-basis)\n[![Total Downloads](https://poser.pugx.org/httpsoft/http-basis/downloads)](https://packagist.org/packages/httpsoft/http-basis)\n[![GitHub Build Status](https://github.com/httpsoft/http-basis/workflows/build/badge.svg)](https://github.com/httpsoft/http-basis/actions)\n[![GitHub Static Analysis Status](https://github.com/httpsoft/http-basis/workflows/static/badge.svg)](https://github.com/httpsoft/http-basis/actions)\n[![Scrutinizer Code Coverage](https://scrutinizer-ci.com/g/httpsoft/http-basis/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/httpsoft/http-basis/?branch=master)\n[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/httpsoft/http-basis/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/httpsoft/http-basis/?branch=master)\n\nThis package is a simple and fast HTTP microframework implementing PHP standards recommendations.\n\n* [PSR-3 Logger](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-3-logger-interface.md).\n* [PSR-7 HTTP Message](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-7-http-message.md).\n* [PSR-11 Container](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-11-container.md).\n* [PSR-12 Coding Style](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-12-extended-coding-style-guide.md).\n* [PSR-15 HTTP Server](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-15-request-handlers.md).\n* [PSR-17 HTTP Factories](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-17-http-factory.md).\n\nThis package helps you quickly create simple but high-quality web applications and APIs.\n\n## Documentation\n\n* [In English language](https://httpsoft.org/docs/basis).\n* [In Russian language](https://httpsoft.org/ru/docs/basis).\n\n## Installation\n\nThis package requires PHP version 7.4 or later.\n\nTo create the project you can use a ready-made [application template](https://github.com/httpsoft/http-app):\n\n```bash\ncomposer create-project --prefer-dist httpsoft/http-app \u003capp-dir\u003e\n```\n\nor install a microframework:\n\n```bash\ncomposer require httpsoft/http-basis\n```\n\nand configure everything manually, see the [documentation](https://httpsoft.org/docs/basis) for more details.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhttpsoft%2Fhttp-basis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhttpsoft%2Fhttp-basis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhttpsoft%2Fhttp-basis/lists"}