maksimovic / zend-server
Zend Framework 1 Server package
2.0.0
2026-04-10 20:42 UTC
Requires
- php: >=8.1
- ext-reflection: *
- ext-spl: *
- maksimovic/zend-exception: ^2.0.1
Requires (Dev)
- phpstan/phpstan: ^2.1
- phpunit/phpunit: ^10.5
Replaces
- zf1/zend-server: ^1.12
- zf1s/zend-server: ^1.12
This package is auto-updated.
Last update: 2026-04-10 20:53:03 UTC
README
A PHP 8.1+ compatible fork of zf1s/zend-server, originally from Zend Framework 1.
Server abstraction for building RPC-style servers (XML-RPC, JSON-RPC, etc.), including reflection-based method introspection.
Installation
composer require maksimovic/zend-server
This package replaces zf1/zend-server and zf1s/zend-server.
License
BSD-3-Clause