Installing phplot using cakephp3 wamp64

Hi,

I have some issues installing phplot on windows (wamp64) for a cakephp3 application. The instructions indicate

"On Windows systems, you can simply download the release ZIP file, expand
   it using Windows Explorer, and copy the needed script file(s) out of 
 the contained phplot-* folder into place." 

q1)Where exactly is “into place mean” on wamp64?

q2) accessing phplot in cakephp3 projects (I cant find instructions)?

http://phplot.sourceforge.net/phplotdocs/install-install.html

Why you want to resolve a user interface issue with PHP, wouldn’t be better to use a javascript library to do graphs. There’s a ton of licence free libraries. Check out Morris.js. Then the only thing you have to take care of is passing the correct values to your view to display them with javascript.

http://morrisjs.github.io/morris.js/

In my humble opinion I think you will be better off with this approach !
Good luck !