Resources
Every capability is a resource: call charts, PDF, payments, OAuth or embeddings and it is just there.
Read the docs →.phlo
// every capability is a resource you just call, no imports, no wiring
charts::donut([30, 20, 50])
$html = parse_markdown($source)
%Qdrant->search('docs', 'how do refunds work?')
Stripe::checkout(['mode' => 'subscription', 'line_items' => $items])
// 180+ resources ship with the engine
DOM/charts→SVG charts
files/PDF→PDF generation
payments/Stripe→checkout + billing
security/OAuth2→social login
seo→sitemap + meta
180+ resources ship with the engine.
