PHP Package: lasserafn/php-string-script-language

PHP library for creating and processing string-based script languages with ease, providing versatile functionalities and robust evaluation capabilities.

Current Version: 0.4
Last Updated: 2023-07-26
PHP Requirement: ^5.6|^7.0|^7.1|^8.0|^8.1|^8.2
Dependencies: None

Package Description

Empower your PHP applications with a powerful string script language library, enabling dynamic script creation, execution, and interpretation. This library streamlines script language development, offering a wide array of features for enhanced customization and seamless integration into various projects.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 0.4

Download Download v0.4

Code Integration Example

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

<?php
// Example from PHPlibraries.com
require_once 'libs/lasserafn/php-string-script-language/0.4/loader.php';

use Lasserafn\PhpStringScriptLanguage\Parser;
use Lasserafn\PhpStringScriptLanguage\Evaluator;

$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.