Transport services
HTTP and FTP capabilities sit behind application services so credentials and retry behavior remain centralized.
Output workflows
Report components transform validated data into defined business outputs.
Visual result
Examples are deterministic previews. PHP and shell code is never executed in the browser or on the public server.
$response = Http::request('GET', $endpoint, [
'Accept' => 'application/json',
]);
$ftp = new Ftp($host, $credentials);
$ftp->download('/exports/orders.csv', $target);↗
HTTP, HTTPS, FTP and reports
- HTTP
- GET · JSON
- FTP
- Controlled download
- Report
- Validated source data