Download the PHP package gtcesar/recursive-db-tree without Composer

On this page you can find all versions of the php package gtcesar/recursive-db-tree. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package recursive-db-tree

RecursiveDBTree plugin

Static Badge Static Badge Adianti Framework Static Badge Donate

The RecursiveDBTree plugin is a versatile and efficient solution tailored for the Adianti Framework. It provides developers with a powerful toolset to manage hierarchical data structures seamlessly. This component facilitates intuitive tree navigation and manipulation within your web application.

Key Features

Based on VanillaTree Library

This plugin is built upon the foundation of the VanillaTree JavaScript library. Leveraging the capabilities of VanillaTree, the RecursiveDBTree component enhances the Adianti Framework by empowering developers to implement dynamic and interactive tree views effortlessly.

Adianti Framework Dependency

This plugin is built specifically for Adianti Framework. Make sure your project is using Adianti for seamless integration and optimal performance.

Installation

Run the following command: composer require gtcesar/recursive-db-tree

Usage Example

SQL

Table definition for the segment table, including columns for id, parent_segment_id, and description. Insert statements to add data to the segment table, populating it with some examples of segments and their relationships.

Model

Create Model in app/model/Segment.php

Controller

Create Controller in app/controller/SegmentTree.php

Result

The result of the example

License

MIT

Free Software, Hell Yeah!

Get me a cup of coffee

Ah, coffee! One of my passions that transcends the digital world. That unmistakable aroma, the rich flavor... it's as if each sip brings a new surge of energy. Coffee isn't just a beverage to me, it's an indispensable work companion. From foggy mornings to late-night bursts of inspiration, it's always by my side, ready to rejuvenate me and keep my mind sharp.

It's amazing how a simple cup of coffee can work wonders for my performance. It helps me stay focused, concentrated, and creative, enabling me to tackle the challenges of the day with more vigor and determination. Without it, I admit I wouldn't be the same!

So, yes, a cup of coffee is more than welcome here. It's the key to unlocking my full potential and ensuring that I can continue to offer the best of myself in every interaction.

Donate


All versions of recursive-db-tree with dependencies

PHP Build Version
Package Version
Requires php Version ^7.0 || ^8.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package gtcesar/recursive-db-tree contains the following files

Loading the files please wait ....