https://github.com/myxiaoao/daily-sentence-sdk
https://github.com/myxiaoao/daily-sentence-sdk
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/myxiaoao/daily-sentence-sdk
- Owner: myxiaoao
- Created: 2023-02-15T01:51:35.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-02-22T01:24:59.000Z (over 2 years ago)
- Last Synced: 2025-01-16T00:57:04.194Z (4 months ago)
- Language: PHP
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: .github/README.md
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
```