jeffersongoncalves member since: Mar 23, 2015 · Transparency log
jeffersongoncalves's packages
-
PHP
jeffersongoncalves/laravel-security-headers
This Laravel package stamps a configurable set of baseline security headers (X-Content-Type-Options, X-Frame-Options, Referrer-Policy, Permissions-Policy, Content-Security-Policy, Cross-Origin-Opener-Policy, X-Permitted-Cross-Domain-Policies and HSTS) onto your HTTP responses via a single middleware
-
PHP
jeffersongoncalves/laravel-service-desk
Complete Service Desk package for Laravel with Tickets, SLA, Knowledge Base, and Service Catalog
-
PHP
jeffersongoncalves/laravel-ssrf-guard
A Laravel package that protects outbound HTTP requests from SSRF (Server-Side Request Forgery): it validates that a URL's host resolves only to public IPs (denying private, reserved, loopback and link-local ranges by default), pins the connection to the validated IP to close the DNS-rebinding TOCTOU
-
PHP
jeffersongoncalves/laravel-teams
A Laravel package that adds Teams, memberships, and team invitations with multi-tenancy support to your application.
-
PHP
jeffersongoncalves/laravel-topic-normalizer
A tiny Laravel helper that merges raw topic/keyword lists (GitHub topics, composer.json + package.json keywords, Packagist keywords, …) into one slugged, deduplicated, length-filtered and capped list.
-
PHP
jeffersongoncalves/laravel-umami
This Laravel package seamlessly integrates Umami analytics into your Blade templates. Easily track website visits and user engagement directly within your Laravel application, providing valuable insights into your website's performance. This package simplifies the integration process, saving you tim
-
PHP
jeffersongoncalves/laravel-webhook-signatures
Verificação centralizada e fail-closed de assinaturas de webhooks de provedores de email/serviços (Mailgun, SendGrid, Postmark, Resend e AWS SNS/SES) para aplicações Laravel.
-
PHP
jeffersongoncalves/laravel-webhooks
Framework-agnostic outgoing webhooks for Laravel: dispatch HTTP webhooks on Eloquent model events with signing, logging and queue support.
-
CSS
jeffersongoncalves/laravel-whatsapp-widget
This Laravel package provides a simple yet customizable WhatsApp widget for your website. It allows you to easily add a clickable WhatsApp button or floating widget to connect visitors directly with your WhatsApp account. The widget is designed to be easily integrated into your Laravel application a
-
PHP
jeffersongoncalves/laravel-zero-api-client
Reusable base REST HTTP client for Laravel Zero CLIs: get/post/put/delete, pagination, Basic/Bearer auth and consistent API error handling.
-
PHP
jeffersongoncalves/laravel-zero-console
Reusable traits for Laravel Zero commands: output formatting (tables, state colorization, dates), standardized API error handling, and cwd/argument path resolution.
-
PHP
jeffersongoncalves/laravel-zero-credentials
Reusable base for storing CLI authentication credentials locally in JSON (~/.<app>/config.json or XDG), with 0600 permissions and a typed credentials contract.
-
PHP
jeffersongoncalves/laravel-zero-git
Detect the current repository from the git remote: parse SSH/HTTPS remote URLs into host/owner/repo and build a stable slug, used by CLIs that auto-detect their workspace/repo.
-
PHP
jeffersongoncalves/laravel-zero-json-config
Base JSON configuration service for CLIs, with scope strategies (global, per-repo, per-project), get/set/all and 0600 writes.
-
PHP
jeffersongoncalves/laravel-zero-self-update
Reusable self-update service and base command for Laravel Zero CLIs distributed as a PHAR via GitHub Releases.