Libraries tagged by Block users

marketo/silverstripe-authorized-redirects

1 Favers
121 Downloads

This SilverStripe module validates email addresses and creates a unique link for each user-agent/cookie. This unique link then redirects to another webpage which blocks non-referring traffic.

Go to Download


piotrpress/wordpress-hooks

37 Favers
230 Downloads

This library uses PHP Attributes (introduced in PHP version 8.0) to automagically add/remove WordPress Hooks (Filters and Actions) to/from functions and methods.

Go to Download


sitewards/bigpipe

32 Favers
7 Downloads

Implements a BigPipe option to Magento, so a block can be marked as BigPipe an will be rendered after the first flush appeared. Facebook uses that technique to avoid a blocking of the loading process by some slower components.

Go to Download


idno/theme-solo

0 Favers
9612 Downloads

A simple black and white single-user theme.

Go to Download


mediawiki/anti-spoof

9 Favers
4220 Downloads

The AntiSpoof extension is an extension for preventing confusable usernames from being created. It blocks the creation of accounts with mixed-script, confusing and similar usernames.

Go to Download


jobinja/blade-macro

7 Favers
4877 Downloads

Reusable scope-protected blade blocks, with empty I/O on runtime (replacement for @include which uses native I/O based PHP includes).

Go to Download


iamjohndev/phpencryption

6 Favers
6 Downloads

PHPSecryption is a PHP class that provides encryption and decryption functionality using the OpenSSL library. It uses the Advanced Encryption Standard (AES) algorithm in Cipher-Block Chaining (CBC) mode for secure data encryption.

Go to Download


drupal/ai_recipe_validations_image_safety

0 Favers
8 Downloads

Blocks image uploads to Media: Image that contain nudity, sexually suggestive content, gore, graphic violence, or graphic medical imagery. Uses AI Validations and any vision-capable AI provider.

Go to Download


black/user

3 Favers
41 Downloads

User component for Black projects

Go to Download


black/user-bundle

0 Favers
20 Downloads

Symfony BlackUserBundle

Go to Download


liventin/base.module.migration.userfields.provider.hlblock

0 Favers
11 Downloads

Hl Block Provider for service migration bitrix userfield

Go to Download


belsignum/bootstrap-blocks

0 Favers
2 Downloads

Bootstrap-based Content Blocks (CTA, Teaser) for TYPO3 v12 (CB v0.7). Uses Core fields (header, bodytext, media) and Link Browser attributes.

Go to Download


keygenqt/yii2-share2

0 Favers
79 Downloads

An easy way to add buttons soc network share. Widget uses the Yandex Block "Share".

Go to Download


jomary/helloworld-module

0 Favers
18 Downloads

Simple Magento 2 module that shows uses of Controller, Block & Template.

Go to Download


interserver/mailbaby-client-php

1 Favers
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.

Go to Download


<< Previous Next >>