Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/eexit/inclued

PHP Inclued extension graph generator
https://github.com/eexit/inclued

inclued php php5 side-project

Last synced: 3 days ago
JSON representation

PHP Inclued extension graph generator

Awesome Lists containing this project

README

        

# Inclued

Just a graph generation class to use with the [inclued](http://pecl.php.net/package/inclued "inclued") PHP PECL package.
Have fun using it and improving it!

## Usage

Firstfully, move **gengraph.php** in your default include path (/*/lib/php).
This little class allows you to generate kind of graphic :

![Inclued graphtree](http://www.eexit.net/projects/inclued/inclued.png "Inclued graph example")

### Basic example

genClue()
->saveClue()
->genGraph();
var_dump($clue->getClue());
?>

More examples on [http://www.eexit.net/projects/inclued.html](http://www.eexit.net/projects/inclued.html "the project page")

## Changelog

### 2010-08-05 — Version 1.10
* ADDED custom gengraph.php file in the package
* ADDED Exception class has now it own file
* ADDED parameter in Inclued::saveClue() to choose the way to compress clue datas
* ADDED parameter in Inclued::genGraph() to avoid printing abspath from root server
* MODIFIED Namespace use
* FIXED gengraph.php default include path if it has been modified before the instanciation of the class
### 2010-02-27 — Version 1.00
* Intial release

## Contact

Joris Berthelot

[http://www.eexit.net](http://www.eexit.net "http://www.eexit.net")