Download the PHP package sqonk/phext-plotlib without Composer

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

PHEXT PlotLib

Minimum PHP Version

PlotLib is a wrapper for the PHP charting library JPGraph. It is designed for quickly outputting basic charts in bulk. Many options can be configured as needed but all have defaults.

The main interface to the library is through the BulkPlot class. While JPGraph supports a multitude of different chart types only a subset are currently supported by BulkPlot. Consider BulkPlot a convenience class that uses assumption to reduce the time required to otherwise build and render a graph.

You should ideally have a general understanding of how JPGraph works in order to get the most out of this library.

You can also combine it with Visualise to hook up real-time visual output when working from the command line.

Install

Via Composer

Documentation

API Reference now available here.

Example

Lines

Bars

Bars

Bars

Credits

Theo Howell

License

PlotLib is released under the MIT License (MIT). Please see the License File for more information. This licence does not extend to the supplied copy of JPGraph, which has its own licensing agreement.

From the JPGraph package and web site:

JpGraph is released under a dual license. QPL 1.0 (Qt Free License) For non-commercial, open-source or educational use and JpGraph Professional License for commercial use. The professional version also includes additional features and support.

Please see applicable project pages for all external dependancies and their own licensing agreements.

JPGraph

This library utilises the excellent JPGraph as its charting engine.

Both free and pro versions are available. Please see the JPGraph web site for more information.

The author/maintainer of this project is not associated in any way with the development of JPGraph.

PlotLib bundles and utilises its own copy of JPGraph (currently version 4.4.1) which is compatible with PHP 8.0 and later.


All versions of phext-plotlib with dependencies

PHP Build Version
Package Version
Requires php Version ^8
sqonk/phext-core Version ^1.1
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 sqonk/phext-plotlib contains the following files

Loading the files please wait ....