Registry /
testing / codeception-phpbuiltinserver
Install & Compatibility
Where this runs
No compatibility data collected yet for this library.
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
use Codeception\Extension\PhpBuiltinServer;
Configure the PhpBuiltinServer extension in Codeception to start a PHP built-in server during tests.
// In codeception.yml:
// extensions:
// enabled:
// - Codeception\Extension\PhpBuiltinServer
// config:
// Codeception\Extension\PhpBuiltinServer:
// hostname: localhost
// port: 8080
// documentRoot: public
// Then run tests with Codeception.
Upgrade
Version history
Breaking-change detection hasn't run for this library yet.
Audit
Security & dependencies
CVE tracking and dependency tree are planned for a later release.