Jump to content

Implement jasperreport in php


sruthyms

Recommended Posts

I download "php-sample.zip" (http://community.jaspersoft.com/project/php-client/releases) and execute in wamp. I get this warning
 Warning: require_once(SOAP/Client.php) [function.require-once]: failed to open stream: No such file or directory in D:wampwwwjaspclient.php on line 10
 
 and a fatalerror
  Fatal error: require_once() [function.require]: Failed opening required 'SOAP/Client.php' (include_path='.;C:phppear') in D:wampwwwjaspclient.php on line 10
 
  how to avoid this error? What are the steps to implement a jasperreports in php and which tools are needed to implement reports.please help..

Link to comment
Share on other sites

  • Replies 5
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

If you are looking for integrating the JasperReports library check this:
- https://github.com/cossou/JasperPHP this one use the JasperStarter project (http://jasperstarter.sourceforge.net/) to run the library form the command line and uses a PHP class as a wrapper.
-  https://github.com/tsuyu/jasper-report-php-integration which also uses the library but instead of depending on a file system executable (which may be scary) it uses the PHP/Java Bridge.

If you are looking for something to integrate Jasper Server then this one https://github.com/marianol/JasperServer-for-PHP this one uses the REST API and also the HTTP API

 

Link to comment
Share on other sites

  • 3 weeks later...
  • 11 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...