PHP Package: stillat/blade-parser

A PHP library for parsing Blade templates efficiently for Laravel applications.

Current Version: 2.0.0
Last Updated: 2025-02-21
PHP Requirement: ^8.2.0
Dependencies:
illuminate/support
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Blade Parser is a powerful PHP library designed to efficiently parse Blade templates within Laravel applications. It simplifies the process of template rendering and provides flexibility in customizing the parsing logic. With its intuitive API, Blade Parser streamlines the development workflow, enhancing productivity and performance for developers working with Laravel projects.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 2.0.0

Download Download v2.0.0

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com
require_once 'libs/stillat/blade-parser/2.0.0/loader.php';
require_once 'libs/illuminate/support/12.33.0/loader.php';

use Stillat\BladeParser\BladeParser;

$obj = new BladeParser();
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.