Download the PHP package amenadiel/jpgraph without Composer

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

JpGraph Community Edition v4.1.0

JpGraph Community Edition was created as a Composer friendly port of PSR-4 autoloading, and more.

We are now, at most, distant cousins with the current official release.

Refactoring is an ongoing effort and we ensure editions and additions don't hurt our (already poor) metrics

Scrutinizer Code Quality


What is JPGraph Community Edition?

As can be seen in their releases section, there was a six year pause in JPGraph release cycle, during which some of us had no choice but to code our way out of PHP 5.x. And thus "Community Edition" was born. From then on, this library evolved on its own and completely diverged from the official packages.

In general terms, JPGraph CE relies in PHP's thriving ecosystem. We aim to be a simple dependency you can seamlessly integrate in your app. JPGraph CE aligns with PHP Standards Reccomendations as published by the PHP Framework Interoperability Group, and when presented with the choice, will always pick an agnostic implementation over custom ones that reinvent the wheel. A lot of code has been trimmed and refactored with this purpose and a lot more is waiting to undergo such a change.

Comparing against the original v3.5 codebase, we also stripped examples or incomplete implementation of graph types exclusive to v3.5 pro (e.g. Barcodes).

Things that JPGraph CE is NOT

Requirements And Installation

This version requires PHP v7.2.0+. If you need to install this library package in older PHP environments please try

Install it Using composer

How to use

See the examples folder for working samples.

The examples work the same way you should use this library:

See the examples working by performing the following steps:

Change the config

You can override some configs set on config.inc.php by creating a .env file in your project root. See .env.example as a reference.

Contributors ✨

Thanks goes to these wonderful people (emoji key):


Sean Zhang

💻

Shawn McCool

💻

Vinicius Dias

💻

Paul van der Knaap

💻

Florent Morselli

💻

Tony Murray

💻

Andreas

💻

Corey Watts

💻

Alexander Rakushin

💻

Muhammad Abid

💻

WhileTrue

🐛

This project follows the all-contributors specification. Contributions of any kind welcome!


Wishlist

jpgraph_logo

Similar Projects

License

FOSSA Status


All versions of jpgraph with dependencies

PHP Build Version
Package Version
Requires php Version >=7.2.0
ext-gd Version *
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 amenadiel/jpgraph contains the following files

Loading the files please wait ....