PHP Package: marcusschwarz/lesserphp

LesserPHP is a lightweight PHP library for simplified web development, offering efficient tools for rapid prototyping and seamless project maintenance.

Current Version: 0.6.0
Last Updated: 2021-03-10
PHP Requirement: ^7.2|^7.3|^7.4|^8.0
Dependencies: None

Package Description

LesserPHP is a versatile PHP library designed to streamline web development processes, providing a comprehensive toolkit for creating dynamic and interactive web applications. With a focus on simplicity and performance optimization, LesserPHP empowers developers to build scalable and maintainable projects with ease.

🔗 View on GitHub

Download Latest Version: 0.6.0

Download Download v0.6.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/marcusschwarz/lesserphp/0.6.0/loader.php';

use LesserPHP\Class1;

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