arborium-php 1.1.3

PHP grammar for arborium (tree-sitter bindings)
Documentation
repo "https://github.com/tree-sitter/tree-sitter-php"
commit "7d07b41ce2d442ca9a90ed85d0075eccc17ae315"
license "MIT"

grammar {
    id "php"
    name "PHP"
    tag "code"
    tier 2
    has-scanner #true
    icon "devicon-plain:php"

    inventor "Rasmus Lerdorf"
    year 1995
    description "Server-side scripting language; the official manual is at <a href=\"https://www.php.net/manual/en/\">php.net</a>."
    link "https://en.wikipedia.org/wiki/PHP"
    trivia "Started as 'Personal Home Page Tools' in 1994/95; renamed 'PHP: Hypertext Preprocessor' in 1997. History is documented in the <a href=\"https://www.php.net/ChangeLog-8.php\">ChangeLog</a> and manual preface."

    sample {
        path "samples/SessionGuard.php"
        description "Laravel SessionGuard with authentication, traits, and typed properties."
        link "https://github.com/laravel/framework/blob/11.x/src/Illuminate/Auth/SessionGuard.php"
        license "MIT"
    }
}