validaide / highchartsbundle
HighCharts integration for your Symfony 5 project.
Installs: 52 201
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 4
Type:symfony-bundle
Requires
- php: ^8.1
- ext-json: *
- nyholm/psr7: ^1.8
- php-http/httplug-bundle: ^1.25
- symfony/console: ^5.4
- symfony/dependency-injection: ^5.4
- symfony/framework-bundle: ^5.4
- symfony/http-client: ^5.4
- symfony/options-resolver: ^5.4
- symfony/process: ^5.4
- symfony/property-access: ^5.4
- symfony/templating: ^5.4
- symfony/twig-bundle: ^5.4
- symfony/yaml: ^5.4
- twig/twig: ^3.0.4
- validaide/html-builder: 7.4.*
Requires (Dev)
- brianium/paratest: ^6.0
- phpstan/phpstan: ^1.10
- phpunit/phpunit: ^9.5
- rector/rector: ^0.15.2
- symfony/phpunit-bridge: ^5.4
- dev-master
- 7.4.0
- 7.3.0
- 7.2.0
- 7.1.0
- 7.0.0
- 6.2.0
- 6.1.0
- 6.0.0
- 5.9.0
- 5.8.0
- 5.7.0
- 5.6.0
- 5.5.0
- 5.4.0
- 5.3.2
- 5.3.1
- 5.3.0
- 5.2.0
- 5.1.0
- 5.0.0
- 4.7.0
- 4.6.0
- 4.5.0
- 4.4.0
- 4.3.0
- 4.2.0
- 4.1.0
- 4.0.0
- 3.7.0
- 3.6.0
- 3.5.0
- 3.4.0
- 3.3.0
- 3.2.0
- 3.1.0
- 3.0.0
- 2.5.0
- 2.4.0
- 2.3.0
- 2.2.0
- 2.1.0
- 2.0.0
- 1.13.0
- 1.12.0
- 1.11.0
- 1.10.1
- 1.10.0
- 1.9.0
- 1.8.0
- 1.7.2
- 1.7.1
- 1.7.0
- 0.7.0
- 0.6.0
- 0.5.0
- 0.4.0
- 0.3.0
- 0.2.2
- 0.2.1
- 0.2.0
- 0.1.0
- dev-dependabot/composer/symfony/http-client-5.4.47
- dev-dependabot/composer/twig/twig-3.11.2
- dev-dependabot/composer/symfony/process-5.4.46
- dev-dependabot/composer/symfony/http-foundation-6.4.14
- dev-dependabot/composer/symfony/http-client-5.4.46
- dev-development
- dev-chore/187370515_removing_common_repo_dependency
- dev-chore/184614839_php_attributes
This package is auto-updated.
Last update: 2024-11-13 16:49:23 UTC
README
The Validaide HighCharts Bundle project provides a HighCharts integration for your PHP 5.6+ project. It allows you to manage graphs using HighCharts (who are awesome, by the way).
Documentation
Installation
Download the Bundle
Require the library in your composer.json
file:
$ composer require validaide/highchartsbundle
Register the Bundle
Now add the Bundle in your AppKernel
:
// app/AppKernel.php class AppKernel extends Kernel { public function registerBundles() { ... $bundles = [ ... new Validaide\HighChartsBundle\HighChartsBundle() ... ]; ... return $bundles; }
Install dependencies
Run
$ composer install
in yourproject root directory
License
The Validaide HighCharts Bundle is under the MIT license. For the full copyright and license information, please read the LICENSE file that was distributed with this source code.