jeffersongoncalves member since: Mar 23, 2015 · Transparency log
jeffersongoncalves's packages
-
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-optimizely
PHP/Laravel client for the Optimizely REST API v2: projects, experiments, campaigns, audiences, events and pages.
-
PHP
jeffersongoncalves/laravel-package-cli
Scaffold new open-source Laravel packages with git already configured, built with Laravel Zero. Designed to be driven non-interactively (by an AI agent or a script) via arguments and flags.
-
PHP
jeffersongoncalves/laravel-paddle
PHP/Laravel client for the Paddle Billing API v1: products, prices, customers, subscriptions, transactions, discounts, adjustments, events, notifications and webhook signature verification.
-
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
-
PHP
jeffersongoncalves/laravel-page-visits
Track page-view visits on any Laravel app's public routes, with device/browser/geo/locale/referer/UTM capture
-
PHP
jeffersongoncalves/laravel-partnerstack
PartnerStack partner and affiliate program API integration for Laravel
-
PHP
jeffersongoncalves/laravel-pixel
This Laravel package offers a straightforward way to integrate Meta (Facebook) Pixel into your application. By configuring your Pixel ID, you can effortlessly track user interactions, page views, conversions, and other valuable events on your website. This helps you gather insights into your audienc
-
PHP
jeffersongoncalves/laravel-plausible
A lightweight Laravel package that seamlessly integrates Plausible Analytics into your Blade views. Plausible.io is a privacy-friendly, open-source alternative to Google Analytics.
-
PHP
jeffersongoncalves/laravel-posthog
PHP/Laravel client for the PostHog API: event capture, batch ingestion, feature flags, persons and HogQL queries.
-
PHP
jeffersongoncalves/laravel-postmark
PHP/Laravel client for the Postmark REST API: transactional email, templates, bounces, messages, stats, server and suppressions.
-
PHP
jeffersongoncalves/laravel-pwa-favicon
This Laravel package serves a spec-shaped PWA `manifest.json` (with Android density icons, a 512px master icon, and a maskable variant) on top of jeffersongoncalves/laravel-favicon's favicon.ico, browserconfig.xml, and Apple touch icon head links. It turns any Laravel application into an installable
-
PHP
jeffersongoncalves/laravel-pwa-service-worker
A Laravel package that serves a PWA service worker at /sw.js from a Blade template whose cache version tracks the Vite build manifest hash. Ships precache + cache-first (hashed assets), network-first (navigations) and stale-while-revalidate (everything else) strategies with an offline fallback, all