Widgets with PHP calls

Is there a way to drop widgets in a PHP project with no HTTP calls?

Say, for example, to recreate the first Piwik overview page in another PHP application.

What about embedding the generated code (either IFrame or Flash) into your PHP application? This is exactly how I display my Piwik stats within my Wordpress Dashboard.

the problem is that they need to be generated dynamically-- its not just for one site (I’m trying to tighten the integration between WPMU and Piwik)

Sorry but I’m a little confused…

What exactly are you wanting to generate dynamically - the stats coming out of Piwik or the code for the widget itself?