Laravel Fathom

screenshot of Laravel Fathom
laravel

Laravel wrapper for the Fathom Analytics API and Blade component for the Fathom script tag

Overview

The Laravel Fathom package serves as an unofficial wrapper for the Fathom Analytics API, designed to offer Laravel developers a convenient way to integrate Fathom's powerful analytics capabilities into their applications. Currently in the early access phase, this package promises to streamline the process of incorporating Fathom Analytics with useful features that enhance usability and configuration options.

While it is still a work in progress, the Laravel Fathom package comes equipped with a Blade component for adding Fathom's script tag easily. It’s imperative to note that, due to its early access status, it is not recommended for production environments just yet.

Features

  • Easy Installation: Install the package effortlessly via Composer, which automatically registers its service provider.
  • Blade Component: Comes with a neat Blade component for integrating the Fathom script tag seamlessly into your Laravel views.
  • Configuration Options: Offers helpful configurations that allow for streamlined setup and customization of analytics tracking.
  • In-Depth Documentation: Comprehensive documentation available to guide users through installation, configuration, and usage of the package.
  • Testing Support: The package includes tests to ensure reliability and functionality, making it easier to maintain quality as it evolves.
  • Open for Contributions: Welcomes contributions from the community, allowing developers to assist in improving and expanding the package's capabilities.
  • MIT License: Released under an MIT license, promoting free use and modification within your Laravel projects.
laravel
Laravel

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.