JasperPHP
JasperPHP copied to clipboard
[DEPRECATED] JasperReports for PHP
Update the driver fix that: https://github.com/cossou/JasperPHP/issues/102
Upgraded to JasperStarter 3.6.2 for compatibility with .jasper generated by JasperStudio 6.18
XML data source XPath
This PR is aiming to update and support latest version of JasperStarter with your PHP interface. jsonQl and other features supported from now!
Hi, Let's suppose I want to instance JasperPHP once and produce two different reports using resources located in two separated directories. At the moment I need two instances of JasperPHP,...
Hello, for my use case I needed the ability to pass the locale to jasper so I implemented that, and also fixed formatting so that it's more consistent. If you...
in the first you need set parameter like this `[ 'key'=>'"' . $value . '"' ]` and know `[ 'key'=> $value ]`
Also fixed bug with special characters params values