https://github.com/baraja-core/selectbox-tree
Simple tree builder to plain selectbox array.
https://github.com/baraja-core/selectbox-tree
categories category html-select selectbox tree tree-selectbox tree-structure
Last synced: about 1 year ago
JSON representation
Simple tree builder to plain selectbox array.
- Host: GitHub
- URL: https://github.com/baraja-core/selectbox-tree
- Owner: baraja-core
- License: mit
- Created: 2020-07-14T10:15:03.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-09-08T13:39:09.000Z (almost 4 years ago)
- Last Synced: 2025-03-24T13:04:36.824Z (over 1 year ago)
- Topics: categories, category, html-select, selectbox, tree, tree-selectbox, tree-structure
- Language: PHP
- Homepage: https://php.baraja.cz
- Size: 617 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Selectbox tree
==============
Simple tree builder to plain selectbox array.

📦 Installation
---------------
It's best to use [Composer](https://getcomposer.org) for installation, and you can also find the package on
[Packagist](https://packagist.org/packages/baraja-core/selectbox-tree) and
[GitHub](https://github.com/baraja-core/selectbox-tree).
To install, simply use the command:
```
$ composer require baraja-core/selectbox-tree
```
You can use the package manually by creating an instance of the internal classes, or register a DIC extension to link the services directly to the Nette Framework.
📄 License
-----------
`baraja-core/selectbox-tree` is licensed under the MIT license. See the [LICENSE](https://github.com/baraja-core/template/blob/master/LICENSE) file for more details.