{"id":15029903,"url":"https://github.com/spiral-packages/simple-php-server","last_synced_at":"2026-02-08T16:33:51.448Z","repository":{"id":40561458,"uuid":"458533850","full_name":"spiral-packages/simple-php-server","owner":"spiral-packages","description":"Simple PHP development web server for Spiral Framework","archived":false,"fork":false,"pushed_at":"2022-09-16T11:47:11.000Z","size":34,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-30T21:22:10.673Z","etag":null,"topics":["php","php-server","php8","spiral","spiral-framework"],"latest_commit_sha":null,"homepage":"https://spiral.dev/docs/packages-simple-php-server","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/spiral-packages.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2022-02-12T13:45:56.000Z","updated_at":"2022-06-20T19:31:00.000Z","dependencies_parsed_at":"2022-08-09T23:10:50.717Z","dependency_job_id":null,"html_url":"https://github.com/spiral-packages/simple-php-server","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":"spiral-packages/package-skeleton","purl":"pkg:github/spiral-packages/simple-php-server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spiral-packages%2Fsimple-php-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spiral-packages%2Fsimple-php-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spiral-packages%2Fsimple-php-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spiral-packages%2Fsimple-php-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/spiral-packages","download_url":"https://codeload.github.com/spiral-packages/simple-php-server/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spiral-packages%2Fsimple-php-server/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29236900,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-08T14:18:14.570Z","status":"ssl_error","status_checked_at":"2026-02-08T14:18:14.071Z","response_time":57,"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-server","php8","spiral","spiral-framework"],"created_at":"2024-09-24T20:11:57.055Z","updated_at":"2026-02-08T16:33:51.420Z","avatar_url":"https://github.com/spiral-packages.png","language":"PHP","readme":"# Simple PHP web server for Spiral Framework\n\n[![PHP Version Require](https://poser.pugx.org/spiral-packages/simple-php-server/require/php)](https://packagist.org/packages/spiral-packages/simple-php-server)\n[![Latest Stable Version](https://poser.pugx.org/spiral-packages/simple-php-server/v/stable)](https://packagist.org/packages/spiral-packages/simple-php-server)\n[![psalm](https://github.com/spiral-packages/simple-php-server/actions/workflows/psalm.yml/badge.svg)](https://github.com/spiral-packages/simple-php-server/actions)\n[![Codecov](https://codecov.io/gh/spiral-packages/simple-php-server/branch/master/graph/badge.svg)](https://codecov.io/gh/spiral-packages/simple-php-server/)\n[![Total Downloads](https://poser.pugx.org/spiral-packages/simple-php-server/downloads)](https://packagist.org/spiral-packages/simple-php-server/phpunit)\n\nThe package helps running applications on the PHP development server. As a developer, you can use the package to develop\nand test various functions within the application. It also accepts two additional options. You can use the host for\nchanging application’s address and port.\n\n## Requirements\n\nMake sure that your server is configured with following PHP version and extensions:\n\n- PHP 8.0+\n- Spiral framework 2.9+\n\n## Installation\n\nYou can install the package via composer:\n\n```bash\ncomposer require spiral-packages/simple-php-server\n```\n\nAfter package install you need to register bootloader from the package.\n\n```php\nprotected const LOAD = [\n    // ...\n    \\Spiral\\SimpleServer\\Bootloader\\SimpleServerBootloader::class,\n];\n```\n\n\u003e Note: if you are using [`spiral-packages/discoverer`](https://github.com/spiral-packages/discoverer),\n\u003e you don't need to register bootloader by yourself.\n\n## Starting a server\n\n```bash\nphp app.php serve\n```\n\n## Changelog\n\nPlease see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.\n\n## Contributing\n\nPlease see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.\n\n## Security Vulnerabilities\n\nPlease review [our security policy](../../security/policy) on how to report security vulnerabilities.\n\n## Credits\n\n- [kastahov](https://github.com/spiral-packages)\n- [All Contributors](../../contributors)\n\n## License\n\nThe MIT License (MIT). Please see [License File](LICENSE) for more information.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspiral-packages%2Fsimple-php-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspiral-packages%2Fsimple-php-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspiral-packages%2Fsimple-php-server/lists"}