PhloTour
EN NL
07 / 30

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/chartsSVG charts
files/PDFPDF generation
payments/Stripecheckout + billing
security/OAuth2social login
seositemap + meta
180+ resources ship with the engine.