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.

Current Version: 1.17.4
Last Updated: 2025-10-10
PHP Requirement: >=5.4.0
Dependencies: None

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.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 1.17.4

Download Download v1.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.