Download the PHP package symplely/menu without Composer
On this page you can find all versions of the php package symplely/menu. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download symplely/menu
More information about symplely/menu
Files in symplely/menu
Download symplely/menu
More information about symplely/menu
Files in symplely/menu
Please rate this library. Is it a good library?
Informations about the package menu
menu
A simple menu builder in PHP
Installation
To install this library make sure you have composer installed, then run following command:
Usage
A menu can be instantiated and items can be added fluently with the add
method,
which requires a url and a string of text as parameters.
Let's get things started by building a simple menu with two links. All of the following examples are using classes from the Async\Menu
namespace.
When we render or echo the menu, it will output our intended html string.
The functional approach
All versions of menu with dependencies
PHP Build Version
Package Version
Requires
php Version
>5.6
The package symplely/menu contains the following files
Loading the files please wait ....