Registry / networking / laminas-laminas-server

laminas-laminas-server

JSON →
library2.19.0phppackagistunverified

Create Reflection-based RPC servers.

composer require laminas/laminas-server
INSTALL
IMPORT
SIG · LAMINAS-LAMINAS-SE
L
laminas-laminas-server
networkingphpv2.19.0
harness data pending
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.

Reflection
use Laminas\Server\Reflection;

Generates a service map for an RPC server from a class.

use Laminas\Server\Reflection; $class = new ReflectionClass('MyClass'); $server = new Reflection($class); $server->setClass('MyClass'); echo $server->getServiceMap();
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.19.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
laminas-laminas-server — pip install laminas-laminas-server · libregistry