astrogoat / fathom-analytics
A FathomAnalytics app for Strata
Fund package maintenance!
astrogoat
Requires
- php: ^8.0
- astrogoat/strata: ^0.1.4
- illuminate/contracts: ^8.37 || ^9.9
- spatie/laravel-package-tools: ^1.4.3
Requires (Dev)
- nunomaduro/collision: ^5.3
- orchestra/testbench: ^6.15
- pestphp/pest: ^1.18
- pestphp/pest-plugin-laravel: ^1.1
- spatie/laravel-ray: ^1.23
- vimeo/psalm: ^4.8
README
This repo can be used to scaffold a Strata CMS App package. Follow these steps to get started:
- Press the "Use template" button at the top of this repo to create a new repo with the contents of this fathom-analytics
- Run "php ./configure.php" to run a script that will replace all placeholders throughout all the files
- Remove this block of text.
- Have fun creating your package.
This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.
Installation
You can install the package via composer:
composer require astrogoat/fathom-analytics
Usage
$fathom-analytics = new Astrogoat\FathomAnalytics(); echo $fathom-analytics->echoPhrase('Hello, Astrogoat!');
Testing
composer test
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
License
The MIT License (MIT). Please see License File for more information.