jeffersongoncalves member since: Mar 23, 2015
jeffersongoncalves's packages
-
PHP
jeffersongoncalves/laravel-gtag
This Laravel package provides a straightforward integration of Google Analytics using Gtag into your Blade templates. It enables you to easily track website visits and user engagement, offering valuable insights into your site's performance. With minimal setup, you can leverage Gtag's powerful analy
-
PHP
jeffersongoncalves/laravel-gtm
This plugin seamlessly integrates Google Tag Manager (GTM) into your website, enabling streamlined management and deployment of marketing tags, analytics, and tracking pixels. With easy-to-implement script inclusion and customizable options, it simplifies the process of monitoring user interactions
-
PHP
jeffersongoncalves/laravel-help-desk
A comprehensive help desk and ticket management system for Laravel applications with email integration.
-
PHP
jeffersongoncalves/laravel-html-sanitizer
This Laravel package provides a simple wrapper around the Symfony HTML Sanitizer to safely clean untrusted HTML. It strips scripts, inline event handlers, and Alpine attributes while keeping the presentational subset (headings, lists, tables, code blocks, images, links) that rendered Markdown and RE
-
PHP
jeffersongoncalves/laravel-knowledge-base
A Laravel package for building knowledge bases with articles, categories, versioning, and feedback
-
PHP
jeffersongoncalves/laravel-locale-cookie
A Laravel middleware that resolves the application locale from a cookie, validating the requested value against a configurable list of supported locales and falling back to a sensible default when the cookie is missing or unknown. Cookie name, supported locales, and fallback locale are all driven by
-
PHP
jeffersongoncalves/laravel-mail
Complete email management for Laravel: logging, database templates with translation, delivery tracking via webhooks (SES, SendGrid, Postmark, Mailgun, Resend), preview, resend, and analytics.
-
PHP
jeffersongoncalves/laravel-markdown
A shared CommonMark renderer for Laravel with GitHub Flavored Markdown, optional heading permalinks, and server-side syntax highlighting (class-based tokens) via tempest/highlight. Safe by default: raw HTML is escaped unless you opt in to html_input=allow for trusted content. Requires PHP 8.4 becaus
-
Blade
jeffersongoncalves/laravel-matomo
A simple and elegant Laravel package that seamlessly integrates Matomo Analytics tracking code into your Blade views.
-
PHP
jeffersongoncalves/laravel-metrics-fathom
Laravel package to interact with Fathom Analytics API - fetch pageviews, visitors, events, and generate custom reports
-
PHP
jeffersongoncalves/laravel-metrics-matomo
Laravel package to interact with Matomo Analytics Reporting API - fetch visits, pageviews, referrers, devices, and generate custom reports
-
Blade
jeffersongoncalves/laravel-mixpanel
This Laravel package seamlessly integrates Mixpanel analytics into your Blade templates. Easily track user interactions and product usage directly within your Laravel application using the Mixpanel JavaScript SDK, with all configuration managed via database settings.
-
PHP
jeffersongoncalves/laravel-npm-readme
A Laravel package that fetches an npm package's README from the registry document, renders the markdown and caches the resulting HTML. The default renderer strips raw HTML; provide your own renderer callable (and sanitize) to keep it. Rendered HTML is untrusted — sanitize it before display.
-
PHP
jeffersongoncalves/laravel-oidc
OpenID Connect for Laravel via a custom Socialite driver. Multi-tenant ready.
-
PHP
jeffersongoncalves/laravel-page-cache
This Laravel package provides a full-page response cache middleware for stateless public GET pages. It caches 200 responses keyed by a version token, locale, and theme cookie, skips authenticated requests, exposes an X-Page-Cache HIT/MISS header, and offers a static flush() helper to invalidate ever