Now in beta — start building for free

PHP Scripts as HTTP Endpoints

Write short-lived PHP scripts, expose them via webhooks, trigger them on schedules. No servers to manage. Sandboxed, secure, instant.

Start Building Free View Pricing
payload-transformer.php
// 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(),
];

How it works

Three steps. No infrastructure.

1. Write your script

Write PHP in the browser with syntax highlighting. Your code receives the webhook payload, query params, headers, and encrypted secrets.

2. Create a trigger

Attach a webhook URL for HTTP triggers or set up a cron schedule. Each webhook gets a unique URL and secret for authentication.

3. It just runs

Your script executes in an isolated sandbox. View output, logs, and execution history in real-time. No deploys, no waiting.

Everything you need

Built for developers who want to ship fast.

Sandboxed Execution

Every script runs in an isolated process with disabled dangerous functions, memory limits, and timeouts. Your code can't escape.

Encrypted Secrets

Store API keys and credentials securely. Secrets are encrypted at rest and injected into your script at runtime — never exposed in the UI.

Cron Schedules

Run scripts on any cron schedule with timezone support. Perfect for data syncs, cleanup jobs, health checks, and periodic tasks.

Webhook Endpoints

Each webhook gets a unique URL with secret-based authentication, rate limiting, and support for any HTTP method.

Execution Dashboard

Full visibility into every run: status, duration, memory usage, output, errors, and structured logs — all in one place.

REST API

Full API with Sanctum token auth. Manage scripts, webhooks, secrets, and executions programmatically from any language.

Built for real workflows

From quick automations to production integrations.

Webhook Handlers

Receive events from Stripe, GitHub, Slack — transform and forward to your systems.

🕐

Scheduled Jobs

Data syncs, report generation, cleanup scripts — run on any cron schedule.

🔄

Data Transformers

Reshape JSON, sanitize inputs, convert formats — the glue between your APIs.

🎯

Quick Prototypes

Test an idea in seconds. No repo, no deploy, no server — just write and run.

Ready to ship?

Start with 100 free executions per month. No credit card required.