ngframer/ngframer.php.htmlbuilder

Build HTML components for your PHP application.

dev-main 2024-07-01 13:13 UTC

This package is auto-updated.

Last update: 2024-10-01 00:25:57 UTC


README

Introduction

The HTML Builder PHP Library simplifies the creation of HTML elements in PHP, offering a straightforward approach for generating html components. This library aims to enhance flexibility and ease of use when incorporating HTML components into your PHP projects.

Installation

You can install the HTML Builder PHP Library using Composer. Add the following to your composer.json file:

{
    "require": {
        "ngframer/php-htmlbuilder": "^vX.X.X"
    }
}

Then, run the following command in terminal.

composer install

You're ready to rock now.

Contribution

Contributions to improve and expand this library are highly appreciated. Your input is valuable in enhancing the functionality and usability of the HTML Builder PHP Library.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.