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.

doc: add note on working endpoints

Andrés Ignacio Torres (May 17, 2026, 12:33 AM -0700) d4c034bb 82b9dd61

+9
+9
README.md
··· 2 2 3 3 A barebones implementation of an atproto PDS in PHP and Slim Framework 4. 4 4 5 + This is a work-in-progress project done for fun! Don't expect it to be production-ready or fully compliant with atproto specs! 6 + 7 + ## Features 8 + 9 + The following XRPC endpoints are implemented: 10 + 11 + - `com.atproto.server.describeServer` 12 + - `com.atproto.identity.resolveHandle` 13 + 5 14 ## Installation 6 15 7 16 To serve the application, clone the repository and run `composer install` in the application directory.