Skip to main content
[2022-08-07]

ReactPHP for Drupal deployments and workers

#drupal #reactphp #drush

I recently held a live stream where I walked through the continuous integration and deployment (CI/CD) of a Drupal project to DigitalOcean's App Platform and other CI/CD items. App Platform has its quirks, but it's simple to build an application with various components.

[2020-09-11]

Using ReactPHP to consume data from an HTTP API

#reactphp #php

This is the first of two blogs detailing how to build a middleware leveraging ReactPHP to consume data from an API, normalize it, and then push that data into Drupal through JSON:API. In this example will be grabbing data from the PokéAPI.