php-datto-json-rpc 6.1.0-4 source package in Ubuntu
Changelog
php-datto-json-rpc (6.1.0-4) unstable; urgency=medium * Team upload [ Fab Stz ] * add patch to fix phpunit9 deprecation warnings (Closes: #1070526) * add patch to fix phpunit10 deprecation warnings * drop support for building with pkg-php-tools < 1.41 -- David Prévot <email address hidden> Sat, 12 Oct 2024 09:38:46 +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 | Published | Component | Section | |
---|---|---|---|---|
Plucky | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
php-datto-json-rpc_6.1.0-4.dsc | 1.8 KiB | 42b68591b338c2b70a0e26c8367fe528e86eba2e49fea6bc9257f52d2f81b35e |
php-datto-json-rpc_6.1.0.orig.tar.xz | 12.3 KiB | e61d7b07609182a675a3d9b27365dd39a9615bb5f0d1333905d0c83ddebd880f |
php-datto-json-rpc_6.1.0-4.debian.tar.xz | 3.3 KiB | dca23b2b8d3deb0ae4bf3ea9229ef889b67ba243a3a12573bae00d14381e7a44 |
Available diffs
- diff from 6.1.0-3 to 6.1.0-4 (2.2 KiB)
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