{"id":24829405,"url":"https://github.com/stimulsoft/stimulsoft.dashboards.php","last_synced_at":"2025-10-14T02:32:14.091Z","repository":{"id":63035163,"uuid":"564745555","full_name":"stimulsoft/Stimulsoft.Dashboards.PHP","owner":"stimulsoft","description":"Dashboards.PHP is a complete software package for designing and viewing dashboards. Includes the JS data analysis engine, dashboard designer and viewer. Support PHP 5, PHP 7, and PHP 8 versions.","archived":false,"fork":false,"pushed_at":"2025-01-28T09:24:39.000Z","size":9102,"stargazers_count":4,"open_issues_count":0,"forks_count":2,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-01-28T10:28:07.667Z","etag":null,"topics":["charts","dashboard-builder","dashboards","data-analysis","data-grid","data-visualization","datatable","dynamic-dashboard","interactive-dashboards","live-data","mysql-data","php","php-bi-tools","php-dashboard","php-kpi","php7","php8","pivot-tables","sql-datasources","statistics"],"latest_commit_sha":null,"homepage":"https://www.stimulsoft.com/en/products/dashboards-php","language":"PHP","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stimulsoft.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-11-11T11:57:20.000Z","updated_at":"2025-01-28T09:24:42.000Z","dependencies_parsed_at":"2024-03-13T11:28:42.999Z","dependency_job_id":"7f38799f-02a9-49e3-aefd-127e4de4988c","html_url":"https://github.com/stimulsoft/Stimulsoft.Dashboards.PHP","commit_stats":{"total_commits":15,"total_committers":2,"mean_commits":7.5,"dds":0.2666666666666667,"last_synced_commit":"f9de8e4f4238a908b85bcf80a258d5e8c4ef7e8f"},"previous_names":[],"tags_count":51,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stimulsoft%2FStimulsoft.Dashboards.PHP","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stimulsoft%2FStimulsoft.Dashboards.PHP/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stimulsoft%2FStimulsoft.Dashboards.PHP/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stimulsoft%2FStimulsoft.Dashboards.PHP/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stimulsoft","download_url":"https://codeload.github.com/stimulsoft/Stimulsoft.Dashboards.PHP/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":236436466,"owners_count":19148512,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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","dashboard-builder","dashboards","data-analysis","data-grid","data-visualization","datatable","dynamic-dashboard","interactive-dashboards","live-data","mysql-data","php","php-bi-tools","php-dashboard","php-kpi","php7","php8","pivot-tables","sql-datasources","statistics"],"created_at":"2025-01-30T23:05:50.254Z","updated_at":"2025-10-14T02:32:08.756Z","avatar_url":"https://github.com/stimulsoft.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Stimulsoft Dashboards.PHP\n\n#### Stimulsoft Dashboards.PHP is a complete software package for designing and viewing dashboards. You may use the tool for integration into your applications or as a standalone solution. At the same time, no complex configuration or third-party modules are required. You may easily integrate dashboards into almost any PHP application, including those built on the Laravel framework.\n\n# Installation\nYou can add the necessary libraries using the command:\n```\ncomposer require stimulsoft/dashboards-php\n```\n\n# Usage\nTo work with the dashboard viewer, use the following code:\n```php\n\u003c?php\nrequire_once 'vendor/autoload.php';\n \nuse Stimulsoft\\Report\\StiReport;\nuse Stimulsoft\\Viewer\\StiViewer;\n \n$viewer = new StiViewer();\n$viewer-\u003eprocess();\n \n$report = new StiReport();\n$report-\u003eloadFile('reports/SimpleDashboard.mrt'); \n$viewer-\u003ereport = $report;\n \n$viewer-\u003eprintHtml();\n?\u003e\n```\n\nTo work with the dashboard designer, use the following code:\n```php\n\u003c?php\nrequire_once 'vendor/autoload.php';\n \nuse Stimulsoft\\Report\\StiReport;\nuse Stimulsoft\\Designer\\StiDesigner;\n \n$designer = new StiDesigner();\n$designer-\u003eprocess();\n \n$report = new StiReport();\n$report-\u003eloadFile('reports/SimpleDashboard.mrt'); \n$designer-\u003ereport = $report;\n \n$designer-\u003eprintHtml();\n?\u003e\n```\n\nThese code examples are basic. There are many features, options, and other variations. For details, see our examples and documentation. For more details, please see our [examples](https://github.com/stimulsoft/Samples-Dashboards.PHP) and [documentation](https://www.stimulsoft.com/en/documentation/online/programming-manual/reports_and_dashboards_for_php.htm).\n\n# Useful links:\n* [Live Demo](http://demo.stimulsoft.com/#Js)\n* [Product Page](https://www.stimulsoft.com/en/products/dashboards-php)\n* [Sample Projects](https://github.com/stimulsoft/Samples-Dashboards.PHP)\n* [Documentation](https://www.stimulsoft.com/en/documentation/online/programming-manual/reports_and_dashboards_for_php.htm)\n* [Free Download](https://www.stimulsoft.com/en/downloads)\n* [License](LICENSE.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstimulsoft%2Fstimulsoft.dashboards.php","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstimulsoft%2Fstimulsoft.dashboards.php","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstimulsoft%2Fstimulsoft.dashboards.php/lists"}