Libraries tagged by deferred
ssitu/sod
7 Downloads
Encryption util; two flavours: Sodium (preferred), or Sugar.
skywalker-labs/footprints
0 Downloads
Seamlessly track UTM parameters and referrers for user registration attribution in Laravel applications.
sibapp/footprints
10 Downloads
A simple registration attribution tracking solution for Laravel 5.2+ (UTM Parameters and Referrers)
oihana/php-middleware
29 Downloads
Composable PHP middleware helpers — security headers (HSTS, CSP, X-Frame-Options, Referrer-Policy, X-Content-Type-Options), CORS with preflight, CSRF, request-id, maintenance mode, rate limiting. PSR-7 compatible, zero magic strings.
mzaman/trails
84 Downloads
A simple registration attribution tracking solution for Laravel (UTM Parameters and Referrers)
metacomet-technologies/env-sync
61 Downloads
This package provides Artisan commands for syncing your .env files to your preferred secrets manager for ease of storage and use.
mecha-cms/x.language
3 Downloads
Changes phrases automatically according to the preferred language.
mbaynton/launch-cli-editor
101 Downloads
Launch the user's preferred terminal editor to input or update large strings
lightspeeddevelopment/lsx-currencies
2 Downloads
The LSX Currencies plugin will allow you to configure currencies in the backend of your WordPress website and enable a currency switcher on the frontend of your website for users to change prices to their preferred currency.
leafwrap/social-connects
32 Downloads
The SocialConnect OAuth Laravel Library is a powerful tool for seamless integration of OAuth-based authentication in Laravel applications. It streamlines the process, allowing users to log in using their preferred social media accounts securely.
jeffersongoncalves/filament-metrics-fathom
18 Downloads
Filament plugin for Fathom Analytics metrics - dashboard widgets for pageviews, visitors, top pages, referrers, browsers, countries and devices.
itpassion-ltd/countries
71 Downloads
Country Data stored as Eloquent Models in your preferred database
isapp/statamic-lead-insights
26 Downloads
Know where your leads come from. Captures UTM parameters, referrers, and landing pages — attaches them to Statamic form submissions.
interserver/mailbaby-client-php
206 Downloads
**Send emails fast and with confidence through our easy to use [REST](https://en.wikipedia.org/wiki/Representational_state_transfer) API interface.** # Overview This is the API interface to the [Mail Baby](https://mail.baby/) Mail services provided by [InterServer](https://www.interserver.net). To use this service you must have an account with us at [my.interserver.net](https://my.interserver.net). # Mail Orders Every sending account in MailBaby is backed by a **Mail Order** — a provisioned sending credential with a numeric `id` and a corresponding SMTP username (`mb`). Most calls accept an optional `id` parameter; when omitted the API automatically selects the first active order on your account. Use `GET /mail` to list all orders, and `GET /mail/{id}` to inspect a single order including its current SMTP password. # Sending Email Three sending methods are available depending on your use-case: | Endpoint | Best for | |----------|----------| | `POST /mail/send` | Simple single-recipient messages | | `POST /mail/advsend` | Multiple recipients, CC/BCC, attachments, named contacts | | `POST /mail/rawsend` | Pre-built RFC 822 messages (e.g. DKIM-signed payloads) | After a successful send each endpoint returns a `GenericResponse` whose `text` field contains the **transaction ID** assigned by the relay. This ID can later be matched against entries in `GET /mail/log` via the `mailid` query parameter. # Filtering & Logs `GET /mail/log` provides paginated access to every message accepted by the relay for your account. Combine any of the query parameters to narrow results — e.g. `from`, `to`, `subject`, `messageId`, `origin`, `mx`, `startDate`/`endDate`, and `delivered`. # Blocking Two independent mechanisms exist for suppressing unwanted email: - **Block lists** (`GET /mail/blocks`, `POST /mail/blocks/delete`) — addresses flagged by the system spam filters (LOCAL_BL_RCPT / MBTRAP rules in rspamd, and suspicious subjects). - **Deny rules** (`GET /mail/rules`, `POST /mail/rules`, `DELETE /mail/rules/{ruleId}`) — custom rules you configure to reject specific senders, domains, destination addresses, or subject-line prefixes before a message is even attempted. # Authentication In order to use most of the API calls you must pass credentials from the [my.interserver.net](https://my.interserver.net/) site. We support several different authentication methods but the preferred method is to use the **API Key** which you can get from the [Account Security](https://my.interserver.net/account_security) page. Pass your key in the `X-API-KEY` HTTP request header for every protected call.
iionly/monolingual
25 Downloads
This plugin removes the option for users to select their preferred site language in user settings. Admins are the exception to this.