Libraries tagged by suppress
marshmallow/bot-shield
27 Downloads
Bot traffic hardening and spam protection for Laravel + Livewire: exception noise suppression, honeypot, reCAPTCHA, crawler rules and monitoring.
elgibor-solution/laravel-email
663 Downloads
Laravel package for multi-provider broadcast email with SendGrid, templates, events tracking, suppression list, and anti-spam optimizations.
unisolutions/silverstripe-whitespace-suppressor
65 Downloads
Suppresses whitespaces in output HTML for Silverstripe.
aimanecouissi/module-newsletter-confirmation-suppress
0 Downloads
Suppress newsletter confirmations during email changes
knysakpatryk/media-query-suppressor
52 Downloads
This library helps you to suppress media queries in your dynamic content
gassan/suppress-info
9 Downloads
Plugin to suppress info messages received from repositories
sifuen/module-suppress-out-of-date-db
2 Downloads
Hide the "Please upgrade your database" message in Magento 2
wubinworks/error-handler
3 Downloads
Error Handler converts PHP's traditional runtime errors into ErrorException and respects user specified error reporting level. Exception Handler can output and/or log exception message with well-formatted stack trace.
weew/app-error-handler-black-hole
86 Downloads
Error handler that suppresses all error messages for the weew/app-error-handler package.
splashifypro/sdk
0 Downloads
REST endpoints for three product surfaces: 1. **Public API** under /public/_* — WhatsApp messaging, contacts, conversations, transactional email, Meta Conversions API. Authenticate with sk_live_… keys. 2. **Partner Email API** under /partner/email/_* — AWS-SES-shaped resold email platform: identities, configuration sets, templates, suppression, send, send-template, send-bulk, send-raw, quotas, stats, reputation, events. Authenticate with pk_live_… keys. 3. **App API** under /app/_* — the same surface the customer dashboard and the CLI/OpenClaw integrations use, authenticated with either an app session or an oc_live_… access token (`splashify auth login` / Settings → Developer → Access Tokens). Coverage here is partial — only endpoints touched by integrator reports are annotated so far, not the full surface. SDKs for Node.js, Python, and PHP are auto-generated from this spec.
sandromiguel/php-type
58 Downloads
Validate PHP field values to ensure data integrity and suppress linter alerts.
optaeo/module-aeo
0 Downloads
OptAEO — Agentic Engine Optimisation for Magento, Adobe Commerce and Mage-OS. Emits one authoritative schema.org Product JSON-LD node (with native-microdata suppression on Luma), serves catalogue-aware llms.txt + agents.txt at the store root, provisions the GTIN and descriptive product attributes, and exposes review-summary + shipping-config read APIs for AI shopping agents.
magexon/turbosmtp-php
14 Downloads
TurboSMTP PHP SDK for sending emails, managing relays, suppressions, and email validation
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.
bitsbeats/softfailer
9 Downloads
Library to suppress errors unless they exceed a certain threshold within a given time interval