A Laravel package to retrieve pageviews and other data from Google Analytics
This package allows users to easily retrieve data from Google Analytics by providing methods that return an \Illuminate\Support\Collection
object with results. Users need to obtain credentials from Google API to communicate with Google Analytics, set up permissions, and access data.
Laravel is a powerful and elegant PHP framework that provides developers with a comprehensive set of tools and features to build robust web applications. It follows the Model-View-Controller (MVC) architectural pattern, offering a clean and organized structure for writing efficient and maintainable code.