hyperplural/ohmywishes
Composer 安装命令:
composer require hyperplural/ohmywishes
包简介
SDK for the public Ohmywishes API
README 文档
README
Unofficial PHP SDK for Ohmywishes.
This project is not affiliated with Ohmywishes and is not maintained by them.
Installation
composer require hyperplural/ohmywishes
Quick Start
<?php declare(strict_types=1); use Hyperplural\Ohmywishes\Auth\StaticTokenProvider; use Hyperplural\Ohmywishes\Client\ClientConfig; use Hyperplural\Ohmywishes\Client\OhMyWishesClient; $client = new OhMyWishesClient( new ClientConfig(), new StaticTokenProvider('your-access-token'), ); $profile = $client->users()->self(); echo $profile->fullName;
Documentation
docs/README.md- documentation entry pointdocs/v2.md-v2APIdocs/v3.md-v3APIdocs/public.md- public status APIdocs/api-spec.md- appendix with notes, normalization, and DTO observations
Credits
- Ohmywishes for the product and the public HTTP surface this SDK mirrors.
- The favicon used in this README comes from the public Ohmywishes site favicon.
Support & Contact
For support, questions, or coordination:
- Telegram: @hyperplural
License
MIT. See LICENSE.
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-06-14