2017 © Pedro Peláez
 

library jstree

PHP component to abstract the filesystem behind the jstree javascript plugin

image

isidoro/jstree

PHP component to abstract the filesystem behind the jstree javascript plugin

  • Sunday, November 29, 2015
  • by mercisi
  • Repository
  • 1 Watchers
  • 1 Stars
  • 43 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 9 Versions
  • 0 % Grown

The README.md

jstree

Install

Via Composer, (*1)

``` bash composer require isidoro/jstree, (*2)


## Usage ``` php Simplest usage: To get jstree showing a directory (here the defaultPathForData): $config = new JstreeConfig(array('basePath'=>'defaultPathForData/')); //this base path will be the root path for JstreeFileSystem header('Content-Type: application/json'); echo (new JstreeFileSystem('directory_to_explore',$config))->getList(); /** * Meaning: * explore the path 'defaultPathForData/directory_to_explore' * get it in the json format for the jstree plugin */ See the 'demo' directory to have a complete example (js + php) Other configuration: //to show files $config->setShowDirectories(false); //to show directories $config->setShowFiles(false); //filtering on extension //$config->setExtensionsToShowFromList('cpp;txt'); All the configurations can be set by the array passed to the JstreeConfig constructor.

Change log

Please see CHANGELOG for more information what has changed recently., (*3)

Contributing

Please see CONTRIBUTING for details., (*4)

Security

If you discover any security related issues, please email mercoglianoisidoro.com instead of using the issue tracker., (*5)

Credits

  • [isidoro][mercogliano.isidoro@gmail.com]
  • [All Contributors][link-contributors]

License

The MIT License (MIT). Please see License File for more information., (*6)

The Versions

29/11 2015

dev-master

9999999-dev

PHP component to abstract the filesystem behind the jstree javascript plugin

  Sources   Download

MIT

The Requires

 

The Development Requires

jstree

29/11 2015

1.1.4

1.1.4.0

PHP component to abstract the filesystem behind the jstree javascript plugin

  Sources   Download

MIT

The Requires

 

The Development Requires

jstree

29/11 2015

1.1.3

1.1.3.0

PHP component to abstract the filesystem behind the jstree javascript plugin

  Sources   Download

MIT

The Requires

 

The Development Requires

jstree

22/11 2015

1.1.2

1.1.2.0

PHP component to abstract the filesystem behind the jstree javascript plugin

  Sources   Download

MIT

The Requires

 

The Development Requires

jstree

06/09 2015

1.1.1

1.1.1.0

PHP component to abstract the filesystem behind the jstree javascript plugin

  Sources   Download

MIT

The Requires

 

The Development Requires

jstree

11/08 2015

1.1.0

1.1.0.0

PHP component to abstract the filesystem behind the jstree javascript plugin

  Sources   Download

MIT

The Requires

 

The Development Requires

jstree

07/08 2015

1.0.0

1.0.0.0

abstract the filesystem behind jstree plugin (php component)

  Sources   Download

MIT

The Requires

 

The Development Requires

jstree

06/08 2015

0.7.0

0.7.0.0

abstract the filesystem behind jstree plugin (php component)

  Sources   Download

MIT

The Requires

 

The Development Requires

jstree

29/07 2015

0.6.0

0.6.0.0

abstract the filesystem behind jstree plugin

  Sources   Download

MIT

The Requires

 

The Development Requires

jstree