I have been working on various ATproto integrations for Drupal over past few months, and have now combined them into a single suite. The code is available on Github [1]. Much of this is tailored to my custom Drupal content types and would only server as an example to others, however you should be able to use the atproto_client as is and write your own code on top of it. The individual modules provide Action Plugins for use with ECA. There are recipes for installing the ECA models. Some of the modules also depend on the Indieweb Webmention module which provides the entity types for Syndications and Webmentions. I set the Drupal core requirement to 11.3 because that is the environment I'm working in, but I'm sure most of it would work with earlier versions if you just changed that. This is Alpha level code - use at your own risk. [1] https://github.com/lieb77/atproto
I have been working on various ATproto integrations for Drupal over past few months, and have now combined them into a single suite. The code is available on Github [1]. Much of this is tailored to my custom Drupal content types and would only server as an example to others, however you should be able to use the atproto_client as is and write your own code on top of it. The individual modules provide Action Plugins for use with ECA. There are recipes for installing the ECA models. Some of the modules also depend on the Indieweb Webmention module which provides the entity types for Syndications and Webmentions. I set the Drupal core requirement to 11.3 because that is the environment I'm working in, but I'm sure most of it would work with earlier versions if you just changed that. This is Alpha level code - use at your own risk. [1] https://git@github.com:lieb77/atproto.git