{"id":24829434,"url":"https://github.com/stimulsoft/stimulsoft.reports.php","last_synced_at":"2025-07-22T01:34:17.094Z","repository":{"id":63033054,"uuid":"193384942","full_name":"stimulsoft/Stimulsoft.Reports.PHP","owner":"stimulsoft","description":"Reports.PHP is a report generator intended to create, view, print, and export reports online using client-server technology. Includes the JS report engine, report designer and viewer. Support PHP 5, PHP 7, and PHP 8 versions.","archived":false,"fork":false,"pushed_at":"2025-05-14T15:28:58.000Z","size":707254,"stargazers_count":5,"open_issues_count":0,"forks_count":5,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-05-14T16:44:29.228Z","etag":null,"topics":["barcode-generator","chart-js","export-data","export-excel","export-pdf","export-tool","html-reporting","html-viewer","interactive-report","json-report","php-reporting-tools","php-reports","php7","php8","report-designer","report-engine","report-generator","reporting-tool","sql-database","web-reporting"],"latest_commit_sha":null,"homepage":"https://www.stimulsoft.com/en/products/reports-php","language":"PHP","has_issues":true,"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,"zenodo":null}},"created_at":"2019-06-23T18:59:12.000Z","updated_at":"2025-05-14T15:29:03.000Z","dependencies_parsed_at":"2023-02-19T06:00:46.113Z","dependency_job_id":"d880977c-7b9a-45ce-8f03-eccc55325826","html_url":"https://github.com/stimulsoft/Stimulsoft.Reports.PHP","commit_stats":{"total_commits":147,"total_committers":5,"mean_commits":29.4,"dds":0.09523809523809523,"last_synced_commit":"6261a1a6b6b7d02af19f4a45c15e848ba012350f"},"previous_names":[],"tags_count":56,"template":false,"template_full_name":null,"purl":"pkg:github/stimulsoft/Stimulsoft.Reports.PHP","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stimulsoft%2FStimulsoft.Reports.PHP","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stimulsoft%2FStimulsoft.Reports.PHP/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stimulsoft%2FStimulsoft.Reports.PHP/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stimulsoft%2FStimulsoft.Reports.PHP/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stimulsoft","download_url":"https://codeload.github.com/stimulsoft/Stimulsoft.Reports.PHP/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stimulsoft%2FStimulsoft.Reports.PHP/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266409614,"owners_count":23924287,"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","status":"online","status_checked_at":"2025-07-21T11:47:31.412Z","response_time":64,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"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":["barcode-generator","chart-js","export-data","export-excel","export-pdf","export-tool","html-reporting","html-viewer","interactive-report","json-report","php-reporting-tools","php-reports","php7","php8","report-designer","report-engine","report-generator","reporting-tool","sql-database","web-reporting"],"created_at":"2025-01-30T23:05:56.923Z","updated_at":"2025-07-22T01:34:17.071Z","avatar_url":"https://github.com/stimulsoft.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Stimulsoft Reports.PHP\n\n#### Stimulsoft Reports.PHP is a report generator intended to create, view, print, and export reports online using client-server technology. The Stimulsoft report generator for PHP is a fast and powerful JavaScript report engine, rich and intuitive interface, simple integration and deployment process in PHP applications, and an easy and understandable licensing model.\n\n# Installation\nYou can add the necessary libraries using the command:\n```\ncomposer require stimulsoft/reports-php\n```\n\n# Usage\nTo work with the report generator, use the following code:\n```php\n\u003c?php\nrequire_once 'vendor/autoload.php';\n\nuse Stimulsoft\\Report\\StiReport;\n\n$report = new StiReport();\n$report-\u003eprocess();\n$report-\u003eloadFile('reports/SimpleList.mrt');\n$report-\u003erender();\n$report-\u003eprintHtml();\n?\u003e\n```\n\nTo work with the report 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/SimpleList.mrt'); \n$viewer-\u003ereport = $report;\n \n$viewer-\u003eprintHtml();\n?\u003e\n```\n\nTo work with the report 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/SimpleList.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-Reports.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/reports-php)\n* [Sample Projects](https://github.com/stimulsoft/Samples-Reports.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.reports.php","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstimulsoft%2Fstimulsoft.reports.php","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstimulsoft%2Fstimulsoft.reports.php/lists"}