A barebones implementation of an atproto PDS in PHP and Slim Framework 4.
pds php atproto
0

Configure Feed

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

chore: update dependencies

Andrés Ignacio Torres (May 15, 2026, 10:19 PM -0700) 1316cee6 c5976613

+6 -6
+6 -6
composer.lock
··· 2309 2309 }, 2310 2310 { 2311 2311 "name": "phpunit/php-code-coverage", 2312 - "version": "14.1.8", 2312 + "version": "14.1.9", 2313 2313 "source": { 2314 2314 "type": "git", 2315 2315 "url": "https://github.com/sebastianbergmann/php-code-coverage.git", 2316 - "reference": "031856c28c060e1c1d1fc94d256e3ffbe4230c91" 2316 + "reference": "655533a65696bbc4231cd8027af150dadc40ec88" 2317 2317 }, 2318 2318 "dist": { 2319 2319 "type": "zip", 2320 - "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/031856c28c060e1c1d1fc94d256e3ffbe4230c91", 2321 - "reference": "031856c28c060e1c1d1fc94d256e3ffbe4230c91", 2320 + "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/655533a65696bbc4231cd8027af150dadc40ec88", 2321 + "reference": "655533a65696bbc4231cd8027af150dadc40ec88", 2322 2322 "shasum": "" 2323 2323 }, 2324 2324 "require": { ··· 2375 2375 "support": { 2376 2376 "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues", 2377 2377 "security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy", 2378 - "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/14.1.8" 2378 + "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/14.1.9" 2379 2379 }, 2380 2380 "funding": [ 2381 2381 { ··· 2395 2395 "type": "tidelift" 2396 2396 } 2397 2397 ], 2398 - "time": "2026-05-09T12:06:52+00:00" 2398 + "time": "2026-05-16T05:16:14+00:00" 2399 2399 }, 2400 2400 { 2401 2401 "name": "phpunit/php-file-iterator",