PHP Package: mck89/peast
The PHP library peast provides powerful tools for parsing and manipulating PHP code efficiently. It offers a comprehensive set of features for developers seeking reliable code analysis and transformation capabilities.
Package Description
Peast is a PHP library designed to streamline code analysis and manipulation tasks by offering a versatile set of tools. With Peast, developers gain access to advanced parsing and code transformation functionalities, enabling them to enhance their PHP projects with ease and precision. This library empowers users to perform in-depth code analysis, refactorings, and other operations with high accuracy and efficiency, making it an indispensable asset for PHP development.
Download Latest Version: 1.17.4

Previous Versions
Code Integration Example
Make sure to include the correct namespace and class paths for proper usage.
<?php
// Example from PHPlibraries.com
require_once 'libs/mck89/peast/1.17.4/loader.php';
use Peast\Parser;
$obj = new Parser();
echo '✅ Test OK: ' . get_class($obj);
?>
We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.
Community Discussion
Ask questions, share tips, or report issues below.