Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 2 months 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-08T13:39:09.000Z (over 2 years ago)
- Last Synced: 2024-10-10T23:41:15.929Z (3 months 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: 1
- 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.
![Sample selectbox view](doc/selectbox-design.png)
📦 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.