Sync your WordPress posts to standard.site records on your PDS
at main 17 lines 490 B view raw
1{ 2 "name": "wireservice/wireservice", 3 "description": "A WordPress plugin for publishing posts to the AT Protocol based on the standard.site lexicon.", 4 "type": "wordpress-plugin", 5 "license": "AGPL-3.0-or-later", 6 "autoload": { 7 "psr-4": { 8 "Wireservice\\": "includes/" 9 } 10 }, 11 "require": { 12 "php": "^8.4", 13 "danielburger1337/oauth2-dpop": "^1.2", 14 "web-token/jwt-library": "^4.1", 15 "symfony/clock": "^8.0" 16 } 17}