Download the PHP package ramoose/piece-of-site without Composer
On this page you can find all versions of the php package ramoose/piece-of-site. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download ramoose/piece-of-site
More information about ramoose/piece-of-site
Files in ramoose/piece-of-site
Download ramoose/piece-of-site
More information about ramoose/piece-of-site
Files in ramoose/piece-of-site
Vendor ramoose
Package piece-of-site
Short Description Generate HTML5 element blocks with some ease.
License GPLv3
Package piece-of-site
Short Description Generate HTML5 element blocks with some ease.
License GPLv3
Please rate this library. Is it a good library?
Informations about the package piece-of-site
Create menus with PHP!
$menu = Menu::simple()
->addItem("USA")
->addItem("Canada")
->addItem(Menu::subMenu("Cities")
->addItem("Toronto")
->addItem("Montreal")
)
->addItem(Menu::subMenu("Dinosaurs")
->addItem("Trex")
->addItem(Menu::subMenu("Pterosaur")
->addItem("Pteranodon")))
->addItem("Barf")
;
I. Allow for arbitrary class and data
Disclaimer: This library is currently in development phase; there have been no releases as of yet. Use are your own peril!
All versions of piece-of-site with dependencies
PHP Build Version
Package Version
The package ramoose/piece-of-site contains the following files
Loading the files please wait ....