{"id":15023052,"url":"https://github.com/eexit/inclued","last_synced_at":"2025-10-03T22:30:52.070Z","repository":{"id":136624843,"uuid":"538207","full_name":"eexit/inclued","owner":"eexit","description":"PHP Inclued extension graph generator","archived":true,"fork":false,"pushed_at":"2012-08-06T20:14:15.000Z","size":118,"stargazers_count":19,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-09-29T19:21:42.341Z","etag":null,"topics":["inclued","php","php5","side-project"],"latest_commit_sha":null,"homepage":"http://www.eexit.net/projects/inclued.html","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eexit.png","metadata":{"files":{"readme":"README.markdown","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2010-02-27T02:12:15.000Z","updated_at":"2024-08-24T22:53:45.000Z","dependencies_parsed_at":"2023-03-10T21:56:03.081Z","dependency_job_id":null,"html_url":"https://github.com/eexit/inclued","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eexit%2Finclued","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eexit%2Finclued/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eexit%2Finclued/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eexit%2Finclued/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eexit","download_url":"https://codeload.github.com/eexit/inclued/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235198463,"owners_count":18951501,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["inclued","php","php5","side-project"],"created_at":"2024-09-24T19:58:40.864Z","updated_at":"2025-10-03T22:30:51.670Z","avatar_url":"https://github.com/eexit.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Inclued\n\nJust a graph generation class to use with the [inclued](http://pecl.php.net/package/inclued \"inclued\") PHP PECL package.\nHave fun using it and improving it!\n\n## Usage\n\nFirstfully, move **gengraph.php** in your default include path (/*/lib/php).\nThis little class allows you to generate kind of graphic :\n\n![Inclued graphtree](http://www.eexit.net/projects/inclued/inclued.png \"Inclued graph example\")\n\n### Basic example\n\n    \u003c?php\n    require_once '../listFiles.php';\n    require_once 'Inclued/Inclued.php';\n    require_once 'Inclued/Exception.php';\n    \n    $clue = new Inclued\\Inclued();\n    $clue-\u003egenClue()\n         -\u003esaveClue()\n         -\u003egenGraph();\n    var_dump($clue-\u003egetClue());\n    ?\u003e\n\nMore examples on [http://www.eexit.net/projects/inclued.html](http://www.eexit.net/projects/inclued.html \"the project page\")\n\n## Changelog\n\n### 2010-08-05 — Version 1.10\n    * ADDED custom gengraph.php file in the package\n    * ADDED Exception class has now it own file\n    * ADDED parameter in Inclued::saveClue() to choose the way to compress clue datas\n    * ADDED parameter in Inclued::genGraph() to avoid printing abspath from root server\n    * MODIFIED Namespace use\n    * FIXED gengraph.php default include path if it has been modified before the instanciation of the class\n### 2010-02-27 — Version 1.00\n    * Intial release\n\n## Contact\n\nJoris Berthelot \u003cadmin@eexit.net\u003e\n\n[http://www.eexit.net](http://www.eexit.net \"http://www.eexit.net\")","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feexit%2Finclued","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feexit%2Finclued","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feexit%2Finclued/lists"}