ponys-ai / resources
Official Ponys.ai product-link and multilingual-feed helpers
v0.1.0
2026-08-03 20:47 UTC
Requires
- php: >=8.0
README
Small, dependency-free helpers for resolving official Ponys.ai product links, building attributed creator URLs, and discovering the public multilingual feeds. The library does not call a private API and never injects hidden links.
Official product: https://ponys.ai/
Public feed manifest: https://feeds.ponys.ai/feeds/index.json
Disclosure
This is an official Ponys.ai integration package, not an independent review. Publishers control whether and how they cite or display any returned URL.
use PonysAI\Resources; echo Resources::productUrl('character_generator'); echo Resources::feedUrl('es', 'json');