shovedev/shove-php

HTTP client for Shove.dev

dev-main 2024-04-17 17:08 UTC

This package is auto-updated.

Last update: 2024-05-17 17:20:17 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',
);