{"id":22788968,"url":"https://github.com/ripeworks/rackem-cgi","last_synced_at":"2025-04-16T01:35:58.665Z","repository":{"id":9352890,"uuid":"11204625","full_name":"ripeworks/rackem-cgi","owner":"ripeworks","description":"CGI Middleware so you can run CGI apps with Rackem.","archived":false,"fork":false,"pushed_at":"2014-01-23T01:34:07.000Z","size":168,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-29T03:32:05.890Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/ripeworks.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":"2013-07-05T17:17:09.000Z","updated_at":"2015-07-07T22:45:57.000Z","dependencies_parsed_at":"2022-09-06T02:31:43.798Z","dependency_job_id":null,"html_url":"https://github.com/ripeworks/rackem-cgi","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ripeworks%2Frackem-cgi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ripeworks%2Frackem-cgi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ripeworks%2Frackem-cgi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ripeworks%2Frackem-cgi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ripeworks","download_url":"https://codeload.github.com/ripeworks/rackem-cgi/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249182752,"owners_count":21226117,"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":[],"created_at":"2024-12-12T01:39:22.488Z","updated_at":"2025-04-16T01:35:58.649Z","avatar_url":"https://github.com/ripeworks.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Rack'em CGI\n\nUse these to serve CGI compliant applications via Rack'em.\n\n## Example\n\n```php\nreturn \\Rackem::run(new \\Rackem\\Php(null, __DIR__));\n```\n\nThis will serve the current directory as a PHP CGI application. The first parameter can be used to pass in a Rack'em application so you can also use this as a middleware.\n\n## Web Applications\n\nThis is a great way to run some PHP applications locally (for development), so I included a `Rewritable` app to do just that.\n\n```php\nreturn \\Rackem::run(new \\Rackem\\Rewritable(null, __DIR__.'/wordpress'));\n```\n\n_This will serve a Wordpress site that is located in `./wordpress/`_\n\nThe Rewritable class can also serve other web applications like Drupal etc.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fripeworks%2Frackem-cgi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fripeworks%2Frackem-cgi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fripeworks%2Frackem-cgi/lists"}