Now that Google Analytics has an official API, are there any implementations of a small, minimalistic \"Flair\" like snippet showing a customizable selection of stats, say f
I know it's not Google Analytics (I don't know of any full-featured integration libraries available for PHP yet, but you can bet they're coming), but if you're looking for something to integrate into an admin panel right now, there's always the Open Web Analytics library.
But your best bet for Google Analytics might be to just build what you need from scratch using the API. Chances are you really only need a handful of charts and a couple of reports for the dashboard, and for the full in-depth detail, you're going to have to go to analytics.google.com no matter what.