cooper/daily-sentence-sdk

Daily Sentence PHP SDK for ICiBa

Installs: 7

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/cooper/daily-sentence-sdk

v0.0.1 2023-02-22 01:24 UTC

This package is auto-updated.

Last update: 2025-09-22 07:17:19 UTC


README

One sentence per day PHP SDK for ICiBa.

Installation

Use Composer to install this SDK

composer require cooper/daily-sentence-sdk

Usage

Simply call the getSentence method with the request class you would like to send.

<?php

$daily = new \Cooper\Daily\DailyConnector();
$response = $daily->getSentence('2023-02-15');
$response->dto(); // returns an DTO class