Skip Navigation

ActivityPub Server in a Single PHP File

shkspr.mobi ActivityPub Server in a Single PHP File

Any computer program can be designed to run from a single file if you architect it wrong enough! I wanted to create the simplest possible Fediverse server which can be used as an educational tool to show how ActivityPub / Mastodon works. The design goals were: Upload a single PHP file to the server....

ActivityPub Server in a Single PHP File
2
2 comments
  • Again, this is not suitable for any real world use. This is an educational tool

    This is a fully usable bot-in-a-box for Mastodon, you say? Thank you! šŸ˜‡

  • Seems like decent example code.

    Technically any PHP site could be in a single file. You can even embed images if you base64 encode them.

    I guess what they mean is a single file with a reasonable size.