ECN>> ui>> 返回
项目作者: PandaPlatform

项目描述 :
Panda Ui Package for backend
高级语言: PHP
项目地址: git://github.com/PandaPlatform/ui.git
创建时间: 2016-04-08T08:31:41Z
项目社区:https://github.com/PandaPlatform/ui

开源协议:MIT License

下载


Panda Ui Package

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:

  1. "panda/ui": "^3.1"

Packages

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