Download the PHP package badams/graphviz without Composer

On this page you can find all versions of the php package badams/graphviz. 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 graphviz

Graphviz

Build status Latest Stable Version Total Downloads License Monthly Downloads Daily Downloads

Graphviz generation for PHP

Build Status

Installation

Install the latest version with:

Usage

This library allow you to create Dot Graph with a PHP fluid interface:

Escaping of labels

By default, labels will be escaped, so that your PHP string is represented "as it is" in the graph. If you don't want the label to be escaped, add set the special _escaped attribute to false:

Browsing the graph

When you have created lot of subgraphs and nodes, it might be useful to be able to browse it using identifiers. For example, if you have the following graph:

You can do the following to access the nodes in the existing graph:

When you have a node or an edge, you can manipulate its attributes:

On a graph, you can access or verify edge existence:

Using cluster and record IDs

If you create an edge from/to an ID inside a record, use an array instead of a string:

As you can see in the example above, the edge is composed of two parts:

This method also work for getEdge, hasEdge and every edge-related method.

Samples

Take a look at examples located in samples folder:

You can generate any of those graph by using the following commands:


All versions of graphviz with dependencies

PHP Build Version
Package Version
Requires php Version >=5.3.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 badams/graphviz contains the following files

Loading the files please wait ....