andrconstruction / pChart2.0-for-PHP7

Fork of pChart 2.0 compatible with PHP 7

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pChart 2.1 library for PHP 7 (7-Compatible branch)

The good old pChart got an overhaul!

For a compatible version, please check the "7-Compatible" branch:

  • All examples work fine with zero code modifications to them
  • Code was beautified
  • Made minor improvements and added some speed ups

pChart 2.2 (Master branch)

This version that will NOT work with your existing code.
Please check the change log for the complete list of changes.

Major changes:

  • Bootstrapped
  • Exceptions
  • Introduced pColor & pColorGradient
  • Moved functions around
  • Cache can use SQLite for storage
  • Code cleanup
  • Added support for compression and filters in PNG output
  • ImageMapper JavaScript re-write using jQuery
  • ImageMapper can use SQLite for storage
  • Removed DelayedLoader

The sandbox and all examples work as expected.
Code is being tested against PHP versions 7.0, 7.1 and 7.2

Word of advice, keep it secure.

  • Set write permissions only to the "cache" folder if you are going to be using it
  • Make sure content of the "cache" folder not is visible to the rest of the world

About

Fork of pChart 2.0 compatible with PHP 7

License:GNU General Public License v3.0


Languages

Language:PHP 99.7%Language:Batchfile 0.3%