Skip to main content

Crate sqry_lang_php

Crate sqry_lang_php 

Source
Expand description

PHP language plugin for sqry

Implements the LanguagePlugin trait for PHP, providing:

  • AST parsing with tree-sitter
  • Scope extraction
  • Relation extraction via PhpGraphBuilder (calls, imports, exports, OOP edges)

This plugin enables semantic code search for PHP codebases, the #6 priority language powering 77% of websites (WordPress, Laravel, Symfony).

Re-exports§

pub use relations::PhpGraphBuilder;

Modules§

relations
Relation extraction helpers for the PHP plugin.

Structs§

PhpPlugin
PHP language plugin