shovedev/shove-php

HTTP client for Shove.dev

dev-main 2025-05-11 21:38 UTC

This package is auto-updated.

Last update: 2025-05-11 21:38:23 UTC


README

This is the official PHP SDK for the Shove.dev API. It provides a simple way to interact with the Shove.dev API.

Shove::queues()->create(
    name: 'emails',
    type: 'unicast',
);