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

Changelog

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

  * Follows policy 4.6.2
  * Add myself to Uploaders

 -- James Valleroy <email address hidden>  Sat, 02 Sep 2023 07:28:20 -0400

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

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
php-datto-json-rpc_6.1.0-2.dsc 2.2 KiB a82d3a879b180f4439df5998981bb1ea7a7bc0dbe22487fbafd70feb2a5889a9
php-datto-json-rpc_6.1.0.orig.tar.xz 12.3 KiB e61d7b07609182a675a3d9b27365dd39a9615bb5f0d1333905d0c83ddebd880f
php-datto-json-rpc_6.1.0-2.debian.tar.xz 2.7 KiB ab487ecf2faa8a83b578a8568677729fc17df8d1b52c42db4c8b7a8dbb928c35

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