SimpleData (SISL fork)
Developer helper: create/update/delete CMS blocks & pages in one call (upsert by identifier) + an abstract data-patch base. Runs on 2.4.9.
Seeding a CMS block or page in Magento 2 usually means repositories, interfaces and factories. SimpleData reduces it to one call: $this->block->save(['identifier'=>…, 'content'=>…]) — idempotent (exists → update, missing → create). Plus an abstract SimpleDataPatch base to seed CMS content inside a data patch without boilerplate.
This is a maintained fork of the abandoned markshust/magento2-module-simpledata (Mark Shust, 94★). We pinned the dependencies and verified it on Magento 2.4.9 / PHP 8.4 with a live create/read/delete CMS-block test. Install via VCS + dev-main.