iiRecord
Agentic AI Atlas · PHP
language:phpa5c.ai
II.
Language JSON

language:php

Structured · live

PHP json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · domain/languages/php.yamlCluster · domain
Record JSON
{
  "id": "language:php",
  "_kind": "Language",
  "_file": "domain/languages/php.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "PHP",
    "paradigms": [
      "imperative",
      "object-oriented",
      "scripting"
    ],
    "description": "PHP is a server-side, dynamically-typed scripting language designed\nprimarily for web development. It powers over 75% of the web (WordPress,\nDrupal, Magento) and major platforms including Facebook (via Hack, a PHP\ndialect) and Wikipedia (via MediaWiki).\n\nModern PHP (8.x) has evolved significantly with named arguments, union\nand intersection types, enums, fibers (lightweight coroutines), and\nreadonly properties. The Composer package manager and Packagist repository\nenable modern dependency management. Major frameworks include Laravel\n(the most popular), Symfony, and Slim. PHP-FPM with nginx/Apache is the\ncanonical deployment model; Laravel Octane enables long-running processes.\n"
  },
  "outgoingEdges": [],
  "incomingEdges": [
    {
      "from": "framework:livewire",
      "to": "language:php",
      "kind": "belongs_to_language"
    },
    {
      "from": "framework:laravel",
      "to": "language:php",
      "kind": "belongs_to_language"
    },
    {
      "from": "library:doctrine",
      "to": "language:php",
      "kind": "belongs_to_language"
    },
    {
      "from": "library:eloquent",
      "to": "language:php",
      "kind": "belongs_to_language"
    },
    {
      "from": "library:phpunit",
      "to": "language:php",
      "kind": "belongs_to_language"
    },
    {
      "from": "library:pest-php",
      "to": "language:php",
      "kind": "belongs_to_language"
    },
    {
      "from": "library:laravel-horizon",
      "to": "language:php",
      "kind": "belongs_to_language"
    },
    {
      "from": "library:laravel-sanctum",
      "to": "language:php",
      "kind": "belongs_to_language"
    },
    {
      "from": "library:filament",
      "to": "language:php",
      "kind": "belongs_to_language"
    },
    {
      "from": "library:inertia-laravel",
      "to": "language:php",
      "kind": "belongs_to_language"
    },
    {
      "from": "stack-profile:laravel-vue-stack",
      "to": "language:php",
      "kind": "composed_of"
    },
    {
      "from": "stack-profile:lamp-stack",
      "to": "language:php",
      "kind": "composed_of"
    },
    {
      "from": "tool:wordpress",
      "to": "language:php",
      "kind": "belongs_to_language"
    },
    {
      "from": "scope-boundary:php.scope",
      "to": "language:php",
      "kind": "bounds_subject"
    }
  ]
}