Sync your WordPress posts to standard.site records on your PDS
9
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 30 lines 697 B view raw
1{ 2 "name": "wireservice/wireservice", 3 "repositories": [ 4 { 5 "type": "vcs", 6 "url": "https://github.com/TylerFisher/oauth2-dpop-php" 7 } 8 ], 9 "description": "A WordPress plugin for publishing posts to the AT Protocol based on the standard.site lexicon.", 10 "type": "wordpress-plugin", 11 "license": "AGPL-3.0-or-later", 12 "minimum-stability": "dev", 13 "prefer-stable": true, 14 "autoload": { 15 "psr-4": { 16 "Wireservice\\": "includes/" 17 } 18 }, 19 "config": { 20 "platform": { 21 "php": "8.3.0" 22 } 23 }, 24 "require": { 25 "php": "^8.3", 26 "danielburger1337/oauth2-dpop": "dev-main as 1.2.0", 27 "web-token/jwt-library": "^3.4.6", 28 "symfony/clock": "^7.2" 29 } 30}