Search by

solenoid / srpc

CapitanPNG

sRPC library for PHP

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

This package is auto-updated.

Last update: 2026-09-12 12:56:12 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.