|
9 | 9 | [](https://packagist.org/packages/roxyapi/sdk) |
10 | 10 | [](https://packagist.org/packages/roxyapi/sdk) |
11 | 11 |
|
12 | | -Official PHP SDK for [RoxyAPI](https://roxyapi.com): natal charts, daily horoscopes, synastry, Vedic kundli, tarot spreads, human design bodygraphs, and transit forecasts across Western and Vedic astrology, numerology, tarot, human design, forecast, biorhythm, I Ching, crystals, dreams, angel numbers, and location geocoding. 150+ endpoints across 12+ domains, one API key, one dependency (Saloon). |
| 12 | +Official PHP SDK for [RoxyAPI](https://roxyapi.com): natal charts, daily horoscopes, synastry, Vedic kundli, tarot spreads, human design bodygraphs, and transit forecasts across Western and Vedic astrology, numerology, tarot, human design, forecast, biorhythm, I Ching, crystals, dreams, angel numbers, and location geocoding. 160+ endpoints across 12+ domains, one API key, one dependency (Saloon). |
13 | 13 |
|
14 | 14 | ## Install |
15 | 15 |
|
@@ -53,22 +53,22 @@ Get an API key at [roxyapi.com/pricing](https://roxyapi.com/pricing). All endpoi |
53 | 53 | `createRoxy($apiKey)` returns a `Roxy` connector that lazy-loads one resource per OpenAPI tag: |
54 | 54 |
|
55 | 55 | <!-- BEGIN:DOMAINS --> |
56 | | -| Property | Endpoints | What it covers | |
57 | | -|---|---|---| |
58 | | -| `$roxy->astrology` | 33 | Western astrology API for natal birth charts, daily, weekly, and monthly horoscopes with unique content per sign, syn... | |
59 | | -| `$roxy->vedicAstrology` | 43 | Vedic astrology (Jyotish) and KP API for kundli generation with 15 divisional charts (D1-D60), Ashtakoot Gun Milan ku... | |
60 | | -| `$roxy->numerology` | 20 | Numerology API to calculate life path, expression, soul urge, personality, and maturity numbers, with Pinnacle and Ch... | |
61 | | -| `$roxy->tarot` | 10 | Tarot reading API with the complete 78-card Rider-Waite-Smith deck and card meanings for love, career, health, and sp... | |
62 | | -| `$roxy->humanDesign` | 12 | Generate the full Human Design bodygraph from a birth moment: type, strategy, inner authority, profile, definition, i... | |
63 | | -| `$roxy->forecast` | 5 | Merge upcoming transit aspects, sign ingresses, retrograde stations, new and full moons, biorhythm critical days, and... | |
64 | | -| `$roxy->biorhythm` | 6 | The most complete biorhythm API: 10 cycle types across 3 primary (physical, emotional, intellectual), 4 secondary (in... | |
65 | | -| `$roxy->iching` | 9 | I-Ching oracle API with all 64 hexagrams, 384 changing lines, 8 trigrams, and modern interpretations for love, career... | |
66 | | -| `$roxy->crystals` | 12 | Crystal healing API with 80 healing crystals and gemstones and their spiritual, emotional, and physical properties | |
67 | | -| `$roxy->dreams` | 5 | Dream interpretation API with a 2,000+ symbol dream dictionary and psychological meanings covering animals, objects,... | |
68 | | -| `$roxy->angelNumbers` | 4 | Angel numbers API with meanings for 111, 222, 333, 444, 555, 666, 777, 888, 999, 1111, and 75+ sequences covering eve... | |
69 | | -| `$roxy->location` | 3 | City search and geocoding API with 7,000+ cities across 227 countries, returning latitude, longitude, IANA timezone,... | |
70 | | -| `$roxy->usage` | 1 | Monitor your API usage, check rate limits, and track request consumption | |
71 | | -| `$roxy->languages` | 1 | List the response languages accepted by the `lang` query parameter on every i18n-aware endpoint | |
| 56 | +| Property | What it covers | |
| 57 | +|---|---| |
| 58 | +| `$roxy->astrology` | Western astrology API for natal birth charts, daily, weekly, and monthly horoscopes with unique content per sign, syn... | |
| 59 | +| `$roxy->vedicAstrology` | Vedic astrology (Jyotish) and KP API for kundli generation with 15 divisional charts (D1-D60), Ashtakoot Gun Milan ku... | |
| 60 | +| `$roxy->numerology` | Numerology API to calculate life path, expression, soul urge, personality, and maturity numbers, with Pinnacle and Ch... | |
| 61 | +| `$roxy->tarot` | Tarot reading API with the complete 78-card Rider-Waite-Smith deck and card meanings for love, career, health, and sp... | |
| 62 | +| `$roxy->humanDesign` | Generate the full Human Design bodygraph from a birth moment: type, strategy, inner authority, profile, definition, i... | |
| 63 | +| `$roxy->forecast` | Merge upcoming transit aspects, sign ingresses, retrograde stations, new and full moons, biorhythm critical days, and... | |
| 64 | +| `$roxy->biorhythm` | The most complete biorhythm API: 10 cycle types across 3 primary (physical, emotional, intellectual), 4 secondary (in... | |
| 65 | +| `$roxy->iching` | I-Ching oracle API with all 64 hexagrams, 384 changing lines, 8 trigrams, and modern interpretations for love, career... | |
| 66 | +| `$roxy->crystals` | Crystal healing API with 80 healing crystals and gemstones and their spiritual, emotional, and physical properties | |
| 67 | +| `$roxy->dreams` | Dream interpretation API with a 2,000+ symbol dream dictionary and psychological meanings covering animals, objects,... | |
| 68 | +| `$roxy->angelNumbers` | Angel numbers API with meanings for 111, 222, 333, 444, 555, 666, 777, 888, 999, 1111, and 75+ sequences covering eve... | |
| 69 | +| `$roxy->location` | City search and geocoding API with 7,000+ cities across 227 countries, returning latitude, longitude, IANA timezone,... | |
| 70 | +| `$roxy->usage` | Monitor your API usage, check rate limits, and track request consumption | |
| 71 | +| `$roxy->languages` | List the response languages accepted by the `lang` query parameter on every i18n-aware endpoint | |
72 | 72 | <!-- END:DOMAINS --> |
73 | 73 |
|
74 | 74 | Every method returns `array<string, mixed>` decoded from JSON, or throws `RoxyAPI\Sdk\RoxyApiException` on 4xx/5xx. |
|
0 commit comments