sync: shared fullstack docs (PHP code blocks only)
Synced from backend with --keep-lang php. JS/TS code blocks stripped.
Cloudflare Workers and LLM Testing pages removed (JS-only).
Edge & Integrations section removed from navigation.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
refactor: remove old module pages, update navigation to shared docs
Remove duplicate CamelCase pages (Core, Context, ExperienceManager,
etc.) now replaced by shared docs synced from backend. Update Home
and Sidebar to link to the new canonical pages.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
docs: add complete PHP SDK wiki documentation
Create full wiki matching the JavaScript SDK wiki structure and style,
adapted for PHP's request-scoped execution model and PSR standards.
17 files covering:
- Home page with architecture diagram and JS SDK differences
- 11 chapters: Core, Context, ExperienceManager, FeatureManager,
DataManager, BucketingManager, RuleManager, ApiManager, EventManager,
SegmentsManager, Config/Types
- User Guide with full API reference
- Data Model Reference with entity relationships
- AI Index, Sidebar, and Footer navigation
Key PHP-specific adaptations documented:
- Synchronous ConvertSDK::create() static factory
- PSR-3/16/18 integration (logging, caching, HTTP)
- PSR-16 cache as dual-purpose config + visitor data store
- No timeouts/timers — register_shutdown_function for queue flush
- Simplified DataStoreManager (clean passthrough, no queue)
- Readonly DTOs and backed PHP enums
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>