An open API service indexing awesome lists of open source software.

https://github.com/myxiaoao/daily-sentence-sdk


https://github.com/myxiaoao/daily-sentence-sdk

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Daily Sentence PHP SDK

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
getSentence('2023-02-15');
$response->dto(); // returns an DTO class
```