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

Changelog

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

  * Fix compatibility with pkg-php-tools 1.45 (Closes: #1073566)

 -- Fab Stz <email address hidden>  Sun, 21 Jul 2024 09:49:35 +0200

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
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
php-datto-json-rpc_6.1.0-3.dsc 2.1 KiB 29f964bf2188270f12b7ada034417fdc949357b5f7951b9c2b8ba2ffe3853232
php-datto-json-rpc_6.1.0.orig.tar.xz 12.3 KiB e61d7b07609182a675a3d9b27365dd39a9615bb5f0d1333905d0c83ddebd880f
php-datto-json-rpc_6.1.0-3.debian.tar.xz 2.7 KiB 26babf9c5aa87a1de116c93566337aa0ddfe1495041eb197a1773079cb571631

Available diffs

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