{"id":45094275,"url":"https://github.com/appserver-io/fastcgi","last_synced_at":"2026-02-19T18:09:44.095Z","repository":{"id":56949565,"uuid":"21345576","full_name":"appserver-io/fastcgi","owner":"appserver-io","description":"FastCGI client","archived":false,"fork":false,"pushed_at":"2018-04-11T21:36:03.000Z","size":559,"stargazers_count":1,"open_issues_count":0,"forks_count":6,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-19T06:49:10.398Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://crunchfastcgi.readthedocs.org/en/latest/","language":"PHP","has_issues":false,"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/appserver-io.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-06-30T09:12:35.000Z","updated_at":"2020-06-27T00:27:52.000Z","dependencies_parsed_at":"2022-08-21T07:50:15.069Z","dependency_job_id":null,"html_url":"https://github.com/appserver-io/fastcgi","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/appserver-io/fastcgi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appserver-io%2Ffastcgi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appserver-io%2Ffastcgi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appserver-io%2Ffastcgi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appserver-io%2Ffastcgi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/appserver-io","download_url":"https://codeload.github.com/appserver-io/fastcgi/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appserver-io%2Ffastcgi/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29626892,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-19T18:02:07.722Z","status":"ssl_error","status_checked_at":"2026-02-19T18:01:46.144Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":[],"created_at":"2026-02-19T18:09:42.820Z","updated_at":"2026-02-19T18:09:44.090Z","avatar_url":"https://github.com/appserver-io.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"Fork of [https://github.com/CrunchPHP/fastcgi]\n\nFastCGI client library\n\n\nAllows to access a FastCGI-server directly from PHP.\n\n- Subrequest\n- Testing (fetch pages as seen by the webserver)\n- Background tasks\n\nUsage\n=====\nPreparation\n\n    require __DIR__ . '/../vendor/autoload.php';\n    use Crunch\\FastCGI\\Client as FastCGI;\n\n    $fastCgi = new FastCGI('unix:///var/run/php5-fpm.socket', null);\n    // $fastCgi = new FastCGI('localhost', 9999);\n    $connection = $fastCgi-\u003econnect();\n\nThe request\n\n    $request = $connection-\u003enewRequest();\n    $request-\u003eparameters = array(\n        'GATEWAY_INTERFACE' =\u003e 'FastCGI/1.0',\n        'REQUEST_METHOD' =\u003e 'POST',\n        'SCRIPT_FILENAME' =\u003e '/var/www/example.php',\n        'CONTENT_TYPE' =\u003e 'application/x-www-form-urlencoded',\n        'CONTENT_LENGTH' =\u003e strlen('foo=bar')\n    );\n    $request-\u003estdin = 'foo=bar';\n\nSingle request and response\n\n    $response = $connection-\u003erequest($request);\n    echo $response-\u003econtent;\n\nBackground (includes multiplexing)\n\n    $connection-\u003esendRequest($request);\n    // Many code\n    $response = $connection-\u003ereceiveResponse($request);\n\nRequirements\n============\n* PHP =\u003e 5.3\n\nContributors\n============\nSee CONTRIBUTING.md for details on how to contribute.\n\nLicense\n=======\nThis library is licensed under the MIT License. See the LICENSE file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fappserver-io%2Ffastcgi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fappserver-io%2Ffastcgi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fappserver-io%2Ffastcgi/lists"}