{"id":36634521,"url":"https://github.com/arnulfojr/qcharts","last_synced_at":"2026-01-12T09:44:51.407Z","repository":{"id":62487666,"uuid":"51917125","full_name":"arnulfojr/qcharts","owner":"arnulfojr","description":"Symfony plugin: Business tool design to aid the analysis of SQL data in a graphical way to empower users among a team","archived":false,"fork":false,"pushed_at":"2017-05-26T08:03:23.000Z","size":7757,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-18T01:18:08.802Z","etag":null,"topics":["charts","composer","database","symfony-bundle"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/arnulfojr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-02-17T11:17:41.000Z","updated_at":"2018-04-24T08:41:07.000Z","dependencies_parsed_at":"2022-11-02T11:00:35.384Z","dependency_job_id":null,"html_url":"https://github.com/arnulfojr/qcharts","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/arnulfojr/qcharts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arnulfojr%2Fqcharts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arnulfojr%2Fqcharts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arnulfojr%2Fqcharts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arnulfojr%2Fqcharts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arnulfojr","download_url":"https://codeload.github.com/arnulfojr/qcharts/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arnulfojr%2Fqcharts/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28337755,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T06:09:07.588Z","status":"ssl_error","status_checked_at":"2026-01-12T06:05:18.301Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["charts","composer","database","symfony-bundle"],"created_at":"2026-01-12T09:44:51.351Z","updated_at":"2026-01-12T09:44:51.397Z","avatar_url":"https://github.com/arnulfojr.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"QCharts\n=============\n\nQCharts is a powerful visual aid and a very handy tool to use when querying a lot\nof data from a database and sharing them between your team.\n\nHow to quick-install\n==============\n- Require QCharts via composer\n```\ncomposer require arnulfosolis/qcharts @dev\n```\n\n- Installing QCharts using composer is pretty simple\n    + Alternate installation would be to add directly QCharts to a target project.\n```\ncomposer install\n```\n\n- Add the Bundles to the ```AppKernel```.\n    + ```QCharts\\CoreBundle\\CoreBundle```\n    + ```QCharts\\FrontendBundle\\FrontendBundle```\n    + ```QCharts\\ApiBundle\\ApiBundle```\n        - If API Documentation is required, use ```QCharts\\DevApiBundle\\DevApiBundle```\n         instead.\n\n- QCharts needs some configuration in the target project prior to the execution,\nplease refer to the ```CONFIG_README.md``` file under ```QCharts``` directory for a more in-depth installation guide.\n    + A simple configuration would be:\n```yml\n#app/config/config.yml\n#A minimum configuration of QCharts\nqcharts:\n    urls:\n    limits:\n    paths:\n    roles:\n    charts:\n```\n\n- Resolve QChart's User Interface on ```orm```'s definition to your User Class.\n    + Refer to ```CONFIG_README.md``` file for further details.\n    + ```resolve_target_entities```\n\n- QCharts requires access to your target's database, since QCharts requires persisting information, so:\n```\nphp app/console doctrine:database:create\nphp app/console doctrine:schema:update --force\n```\n\n- Since the project comes included with a web application, QCharts requires Assetic files to be dumped.\n    + You have to register QChart's ```FrontendBundle``` in Assetic's Configuration. \n```\nphp app/console assetic:dump\n```\n\nHow to use\n==========\n- QCharts comes with three bundles.\n    + The ```CoreBundle```, which comes with all the important services needed to get your data formatted.\n    + The ```ApiBundle``` that handles the QChart's API.\n        - When using the ```DevApiBundle```, you'll benefit of Nelmio's\n        ApiDoc implementation (read DevApiBundle README for more information)\n        under the route ```/api/doc```.\n    + And the client application laying in the ```FrontendBundle```.\n- QCharts also comes with a client frontend application that comes with some QChart's tool management.\n- To start using it, login using the targeted project security measures, and start going through all the list\nof Requested Queries the developers have submitted.\n- To request a Query to be charted, you can go directly to ```/query/register```.\n    + Notice: The user has to hold the mapped role ```admin```.\n        - For more information about setting up the user roles, consult the ```CONFIG_README.md``` file in the source\n        directory of QCharts. \n- QCharts uses the first column in the table of the results from the requested Query to represent the X-Axis\nof the graph.\n- Have fun!\n\nFuture development\n==================\n- In time machine, compare snapshots\n- Reduce unnecessary snapshot files with redundant data.\n\nContact\n=======\n- Arnulfo Solis\n- E-Mail: arnulfojr@kuzzy.com\n- Twitter: @arnulfojr","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farnulfojr%2Fqcharts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farnulfojr%2Fqcharts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farnulfojr%2Fqcharts/lists"}