Download the PHP package zrnik/menu without Composer
On this page you can find all versions of the php package zrnik/menu. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package menu
Menu
With this you can define your menu, and then draw it somewhere.
It uses nette/component-model
package.
It contains 2 classes:
- Zrnik\Menu\Url - this is a
Nettte\Http\Url
, but implementingNette\ComponentModel\IComponent
. - Zrnik\Menu\Menu - this is a container (extending
Nette\ComponentModel\Container
), but changed, so it only takesUrl
orMenu
as a child.
Both classes have an additional parameter and public property $label
.
Thats all.
Requirements:
PHP >= 8.0
Example usage:
Result:
All versions of menu with dependencies
PHP Build Version
Package Version
The package zrnik/menu contains the following files
Loading the files please wait ....