Download the PHP package jfloff/highroller-zf2 without Composer

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

I'm discontinuing this project in favor of more flexible approaches. For my own projects I've switched to HighchartsPHP with ease. I recommend you to also make the switch, since I won't be updating this packages with new features. Thank you all for your support!

HighRoller for Zend Framework 2

Package of Highroller by @jmaclabs ready for Zend Framework 2 integration via Composer.

Introduction

HighRoller is an object-oriented PHP Wrapper for the Highcharts JavaScript Library. HighRoller gets Highcharts up and running in your PHP project fast.

Installation

Main Setup

With composer

  1. Require this project using composer:

Post installation

Enabling it in your application.config.phpfile.

Quick-Guide for ZF2 Skeleton Application

In this quick guide, we will place a very humble line chart in the ZF2 Skeleton Application. Before starting make sure you are using a clean [ZF2 Skeleton Application](), and that you already set up highroller-zf2 using the instructions above.

Open module/Application/src/Application/Controller/IndexController.php.

  1. Include HighRoller files:

  2. Inside indexAction function create a new line chart:

  3. Pass the your HighRoller object $linechart to the view:

Open module/Application/view/application/index/index.phtml

  1. Include highcharts.js file (you could also do this in your layout):

  2. At the top of the file:

    • Add a HTML div where your chart will be rendered to,
    • Set the div id in the HighRoller object,
    • Finally append the render script.
  3. You should now see a beautiful simple line chart in your main page, just like this one:

linechart

Licensing

HighRoller is licensed by Gravity.com under the Apache 2.0 license, see the LICENSE file for more details.

HighCharts is licensed by Highsoft Solutions AS.

Highcharts is licensed for free for any personal or non-profit projects under the [Creative Commons Attribution-NonCommercial 3.0 License] (http://creativecommons.org/licenses/by-nc/3.0/).

See the license and pricing details directly on the Highcharts.com site for more details.


All versions of highroller-zf2 with dependencies

PHP Build Version
Package Version
Requires php Version >=5.3
zendframework/zendframework Version 2.*
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 jfloff/highroller-zf2 contains the following files

Loading the files please wait ...