solenoid/srpc

sRPC library for PHP

Maintainers

Package info

github.com/Solenoid-IT/php-sRPC

pkg:composer/solenoid/srpc

Statistics

Installs: 27

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v1.1.1 2026-06-12 12:27 UTC

This package is auto-updated.

Last update: 2026-06-12 12:32:48 UTC


README

Server library implementing the sRPC protocol v1.0 (standard).

Tests

To run a test:

  1. Open a terminal in the project root.

  2. Execute:

    php ./tests/Test.php

  3. If the command exits with code 0, the test passed.