{"id":36974655,"url":"https://github.com/jsor/silexapplicationserverserviceprovider","last_synced_at":"2026-01-13T22:01:04.783Z","repository":{"id":1482068,"uuid":"1728399","full_name":"jsor/SilexApplicationServerServiceProvider","owner":"jsor","description":"A simple application server for your Silex applications.","archived":true,"fork":false,"pushed_at":"2014-09-22T07:59:30.000Z","size":324,"stargazers_count":10,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-13T21:35:33.701Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/jsor.png","metadata":{"files":{"readme":"README.markdown","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":"2011-05-10T14:54:12.000Z","updated_at":"2023-01-28T06:47:13.000Z","dependencies_parsed_at":"2022-07-29T18:08:51.923Z","dependency_job_id":null,"html_url":"https://github.com/jsor/SilexApplicationServerServiceProvider","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jsor/SilexApplicationServerServiceProvider","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsor%2FSilexApplicationServerServiceProvider","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsor%2FSilexApplicationServerServiceProvider/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsor%2FSilexApplicationServerServiceProvider/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsor%2FSilexApplicationServerServiceProvider/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jsor","download_url":"https://codeload.github.com/jsor/SilexApplicationServerServiceProvider/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsor%2FSilexApplicationServerServiceProvider/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28403750,"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":[],"created_at":"2026-01-13T22:01:00.662Z","updated_at":"2026-01-13T22:01:04.751Z","avatar_url":"https://github.com/jsor.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"ApplicationServerServiceProvider for Silex\n==========================================\n\nA simple application server for your Silex applications.\n\n**Note**: This is a POC, is meant to be used locally for testing purposes and is _not_ production ready.\n\nUsage\n-----\n\nCreate a file with following content and run it from the command line:\n\n```php\n#!/usr/bin/env php\n\u003c?php\n\n$app = new Silex\\Application();\n\n$app-\u003eregister(new Jsor\\ApplicationServerServiceProvider());\n\n$app-\u003eget('/', function() {\n    return \"Hello world\";\n});\n\n$app['application_server']-\u003elisten('8080', '127.0.0.1', '/index.php');\n```\n\nThis will start the application server on `127.0.0.1:8080` with the base path `/index.php`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjsor%2Fsilexapplicationserverserviceprovider","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjsor%2Fsilexapplicationserverserviceprovider","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjsor%2Fsilexapplicationserverserviceprovider/lists"}