proomt

Search

Search posts, papers, and topics

php

RSS
  1. 4

    Building Sentry's Laravel AI Integration

    Sentry added zero‑config Agent Tracing for Laravel AI agents. The integration hooks into Laravel AI events and HTTP request events to create Chat spans for each LLM call, matching requests by provider URL prefix. Updating to sentry‑laravel 4.27 automatically instruments agents without any user code changes.

    Sentrysentry.io4 min
  2. 5

    Laravel Scalpel Scans for Filesystem Intrusion Evidence

    Laravel Scalpel is a Laravel‑native scanner that looks for post‑deployment filesystem tampering – rogue PHP files, obfuscated backdoors, altered .htaccess/.user.ini, missing or mis‑configured .env, and diffs against a signed baseline. It ships with six built‑in scanners, baseline snapshot commands, fast vs strict hashing modes, CI‑friendly output (JSON, SARIF, GitHub annotations) and a ScanFinish…

    Laravellaravel-news.com5 min
  3. 7

    Laravel MCP 1.0 Is Released

    Laravel MCP 1.0 ships with the 2026-07-28 protocol, adding searchable tool catalogs, cache hints, stateless request handling, and PKCE‑required OAuth with client‑metadata support. The release includes migration guidance and new headers for versioned RPC calls.

    Laravellaravel-news.com3 minrelease
  4. 8

    How to Connect Your Twilio Agent to External APIs with PHP

    A step‑by‑step tutorial showing how to build a Twilio voice agent in PHP (using OpenSwoole) that calls OpenAI’s gpt‑4o‑mini model and can invoke an external REST API (Cat Facts) via tool‑calling, wiring everything together with Twilio Conversation Relay and a WebSocket server.

    Twiliotwilio.com11 min
  5. 9

    Using Docker Compose for PHP Development

    This tutorial demonstrates how to set up a PHP/Laravel/PostgreSQL development environment using Docker and Docker Compose. It covers creating a Dockerfile for the PHP application and defining services for NGINX, the PHP app, and PostgreSQL in a docker-compose.yml file.

    Codeshipcloudbees.com10 min
  6. 10

    Immutability in PHP Beyond readonly

    The article walks through practical ways to achieve immutability in PHP beyond the built‑in readonly keyword, covering interior mutability, immutable value objects, collections, dates, and cloning. It also shows how to enforce and test these patterns in real codebases.

    Freek Van der Hertenfreek.dev1 min
  7. 11

    Laravel Vet: Review Composer Code Before It Installs

    Laravel Vet is a Composer plugin that intercepts installs/updates, shows the diff of each package, and lets you approve changes manually or via an LLM‑based coding agent. Trusted packages are recorded in a `vet.json` with a content hash, so future updates only prompt for new changes. The tool exits with an error on untrusted code, making it CI‑friendly, and works with any PHP project using Compos…

    Laravellaravel-news.com4 min
  8. 14

    Introducing: Dark mode for Flare

    Flare adds a dark theme. The post outlines the design steps: defining semantic color tokens, adjusting gradients and shadows, and using side‑by‑side screenshots to verify the light theme stays unchanged. Accessibility is mentioned but no code or measurable results are provided.

    Freek Van der Hertenfreek.dev1 min
  9. 16

    Why we removed AI solutions from Flare

    Flare dropped its AI‑generated solution feature, saying it no longer matches how developers debug with modern coding agents. The new approach uses an MCP server, a CLI, a "Copy" tool for prompts, and docs tuned for agents, but the post gives no technical details or data.

    Freek Van der Hertenfreek.dev1 min
  10. 17

    Amped up

    The post highlights Sebastian’s shift to using Amp as his primary AI coding harness, emphasizing improved user experience over model churn, and mentions AGENTS.md tweaks that cut down unnecessary verification during everyday coding.

    Freek Van der Hertenfreek.dev1 min
  11. 19

    What's new in PHP 8.6

    This post previews PHP 8.6 features, highlighting partial function application, a new polling API, and readonly property defaults. It also mentions other improvements and deprecations expected in the upcoming release.

    Freek Van der Hertenfreek.dev1 min