panda/ui

The Panda Ui Package.

v4.0.1 2022-03-07 18:49 UTC

README

This is the Panda Ui Package

StyleCI Latest Stable Version Total Downloads License

Introduction

Panda Ui component is a backend ui handler/renderer engine that enables generating html (including xml) content in a more structured way.

This component is extending the normal DOM structure that is offered by the language itself, including some of the following classes:

This is the main reason why this component is so powerful, providing extra, faster and more clever functionality using existing components.

This package is able to create html pages using the DOM structure fast and easy. Some of the features include:

  • Dom manipulation from PHP
  • Dom Factory that creates Dom Elements
  • Html specific controls and manipulation
  • Html controls ready to be used
  • Backend Html parsing and selecting using css selectors
  • Form factories and builders
  • Generic components

Installation

Through the composer

Add the following line to your composer.json file:

"panda/ui": "^3.1"

Packages

For extending reading on how to use the DOM and Html Packages, refer to their readme files: