1234567891011121314151617181920212223242526272829303132333435363738 |
- {
- "name": "chartmancer/chartmancer",
- "description": "Automates the generation of graphs based on dataset provided in an array",
- "type": "library",
- "license": "MIT",
- "keywords": [
- "chart",
- "graph"
- ],
-
- "require": {
- "php": ">=5.3.28",
- "ext-gd": "*",
- "ext-mbstring": "*"
- },
- "autoload": {
- "psr-4": {
- "chartmancer\\": "src"
- },
- "files": [
- "src/api.chartmancer.php"
- ]
- },
- "authors": [
- {
- "name": "Rostyslav Haitkulov",
- "email": "info@ubilling.net.ua",
- "homepage": "https://github.com/nightflyza"
- }
- ],
- "minimum-stability": "dev"
- }
|