Popular Packages
-
PHP
compono-kit/types
Basic type classes wrapping scalar values to create types in applications. Implementations of compono-kit/types-interfaces
-
-
-
PHP
richardwooding/arcgis
A small, dependency-free PHP client for querying ArcGIS Feature Services over their REST API.
-
-
PHP
jeffersongoncalves/laravel-github-readme
A Laravel package that fetches, renders and disk-caches GitHub repository READMEs. It uses conditional ETag requests with a short freshness window, reuses cached HTML on 304 responses, falls back to stale content on errors, and rewrites relative assets/links to absolute GitHub URLs. Rendered HTML is
-
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-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-github-contributions
Fetch the GitHub contribution calendar for any login as a flat 0-4 heatmap-cell array, ready to render your own contribution heatmap.
-
PHP
jeffersongoncalves/laravel-github-client
A lightweight GitHub REST API client for Laravel with tri-state repository status detection and built-in rate-limit handling.
-
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-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-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
-
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
javleds/laravel-turn-engine
Reusable Laravel backend for online turn-based board games.
Abandoned! See javleds/laravel-game-engine