Write short-lived PHP scripts, expose them via webhooks, trigger them on schedules. No servers to manage. Sandboxed, secure, instant.
// Your script receives $input from the webhook payload
$name = $input['name'] ?? 'World';
$apiKey = $secrets['API_KEY'];
phly_log("Processing request for {$name}");
return [
'greeting' => "Hello, {$name}!",
'timestamp' => time(),
];
Three steps. No infrastructure.
Write PHP in the browser with syntax highlighting. Your code receives the webhook payload, query params, headers, and encrypted secrets.
Attach a webhook URL for HTTP triggers or set up a cron schedule. Each webhook gets a unique URL and secret for authentication.
Your script executes in an isolated sandbox. View output, logs, and execution history in real-time. No deploys, no waiting.
Built for developers who want to ship fast.
Every script runs in an isolated process with disabled dangerous functions, memory limits, and timeouts. Your code can't escape.
Store API keys and credentials securely. Secrets are encrypted at rest and injected into your script at runtime — never exposed in the UI.
Run scripts on any cron schedule with timezone support. Perfect for data syncs, cleanup jobs, health checks, and periodic tasks.
Each webhook gets a unique URL with secret-based authentication, rate limiting, and support for any HTTP method.
Full visibility into every run: status, duration, memory usage, output, errors, and structured logs — all in one place.
Full API with Sanctum token auth. Manage scripts, webhooks, secrets, and executions programmatically from any language.
From quick automations to production integrations.
Receive events from Stripe, GitHub, Slack — transform and forward to your systems.
Data syncs, report generation, cleanup scripts — run on any cron schedule.
Reshape JSON, sanitize inputs, convert formats — the glue between your APIs.
Test an idea in seconds. No repo, no deploy, no server — just write and run.
Start with 100 free executions per month. No credit card required.