ronappleton / tile38-php-client
A php client for the Tile38 Ultra Fast Geospatial Database
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/ronappleton/tile38-php-client
Requires
- php: >=8.1
- ext-redis: *
- illuminate/support: ^9
- stematic/testing: dev-develop
This package is auto-updated.
Last update: 2025-10-10 06:40:25 UTC
README
A php client for the Tile38 Ultra Fast Geospatial Database
Note: Im am currently working on a GeoJSON object builder for this project's GeoJSON requirements and will continue updating shortly.
Commands Covered - Updated as Implemented
| Group | Command Name | Command | 
|---|---|---|
| Channels | CHANS | ✅ | 
| Channels | DELCHAN | ❌ | 
| Channels | PDELCHAN | ❌ | 
| Channels | PSUBSCRIBE | ❌ | 
| Channels | SETCHAN | ❌ | 
| Channels | SUBSCRIBE | ❌ | 
| --------- | ---------- | ------- | 
| Connection | AUTH | ✅ | 
| Connection | OUTPUT | ✅ | 
| Connection | PING | ✅ | 
| Connection | QUIT | ✅ | 
| Connection | TIMEOUT | ✅ | 
| --------- | ---------- | ------- | 
| Keys | BOUNDS | ❌ | 
| Keys | DEL | ❌ | 
| Keys | DROP | ❌ | 
| Keys | EXPIRE | ❌ | 
| Keys | FSET | ❌ | 
| Keys | GET | ❌ | 
| Keys | JDEL | ❌ | 
| Keys | JGET | ❌ | 
| Keys | JSET | ❌ | 
| Keys | KEYS | ❌ | 
| Keys | PDEL | ❌ | 
| Keys | PERSIST | ❌ | 
| Keys | RENAME | ❌ | 
| Keys | RENAMENX | ❌ | 
| Keys | SET | ❌ | 
| Keys | STATS | ✅ | 
| Keys | TTL | ✅ | 
| --------- | ---------- | ------- | 
| Scripting | EVAL | ❌ | 
| Scripting | EVALNA | ❌ | 
| Scripting | EVALNASHA | ❌ | 
| Scripting | EVALRO | ❌ | 
| Scripting | EVALROSHA | ❌ | 
| Scripting | EVALSHA | ❌ | 
| Scripting | SCRIPT EXISTS | ❌ | 
| Scripting | SCRIPT FLUSH | ❌ | 
| Scripting | SCRIPT LOAD | ❌ | 
| --------- | ---------- | ------- | 
| Search | INTERSECTS | ❌ | 
| Search | NEARBY | ❌ | 
| Search | SCAN | ❌ | 
| Search | SEARCH | ❌ | 
| Search | WITHIN | ❌ | 
| Server | CONFIG GET | ❌ | 
| Server | CONFIG REWRITE | ❌ | 
| Server | CONFIG SET | ❌ | 
| Server | FLUSHDB | ❌ | 
| Server | GC | ❌ | 
| Server | READONLY | ❌ | 
| Server | SERVER | ✅ | 
| --------- | ---------- | ------- | 
| Webhooks | DELHOOK | ❌ | 
| Webhooks | HOOKS | ❌ | 
| Webhooks | PDELHOOK | ❌ | 
| Webhooks | SETHOOK | ❌ | 
| --------- | ---------- | ------- | 
| Utility | TEST | ❌ | 
| Utility | RAW | ✅ |