php-datto-json-rpc 6.1.0-1 source package in Ubuntu

Changelog

php-datto-json-rpc (6.1.0-1) unstable; urgency=medium

  * Initial release. Closes: #1006321

 -- Fab Stz <email address hidden>  Thu, 17 Feb 2022 09:20:50 +0100

Upload details

Uploaded by:
Debian PHP PEAR Maintainers
Uploaded to:
Sid
Original maintainer:
Debian PHP PEAR Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
php-datto-json-rpc_6.1.0-1.dsc 2.1 KiB 33508d43107664a1a0f39da18faa09bf9140a5a868e965c87bd0df935d1bb448
php-datto-json-rpc_6.1.0.orig.tar.xz 12.3 KiB e61d7b07609182a675a3d9b27365dd39a9615bb5f0d1333905d0c83ddebd880f
php-datto-json-rpc_6.1.0-1.debian.tar.xz 2.7 KiB ad8489308397a952d601b9aba36e2edea40660a3ad38d9735b2c024cb4825ca4

No changes file available.

Binary packages built by this source

php-datto-json-rpc: Fully unit-tested JSON-RPC 2.0 for PHP

 This package allows you to create and evaluate JSON-RPC messages, using your
 own PHP code to evaluate the requests.
 .
 This package allows you to create and evaluate any JSON-RPC message. It
 implements the JSON-RPC specifications, but does not provide a transport
 layer—which you'll also need if you want to send or receive messages over
 a distance! One of the beautiful features of JSON-RPC is that you can use
 any transport layer to carry your messages: This package gives you that option.
 .
 Features:
  - Correct: fully compliant with the JSON-RPC 2.0 specifications (100%
    unit-test coverage)
  - Flexible: you can use your own code to evaluate the JSON-RPC method
    strings
  - Minimalistic: extremely lightweight
  - Ready to use, with working examples