Libraries tagged by releasing
craftpulse/craft-timeloop
27 Downloads
This Craft plugin will generate an array of dates between a start and end date based on frequency.
alireza_malekei/number-expansion-tree
14 Downloads
An efficient tree structure for finding duplicate number values (ex. phone numbers) in fixed-length strings
zippendo/zippendo-php
15 Downloads
Public API documentation for Zippendo. Authenticate using your API token (Bearer token prefixed with zipp_). **Brands (sub-accounts).** An organization can be split into brands, each keeping its own orders, shipments and configuration separate. There are two ways to scope requests to one brand, and NEITHER changes any request body: 1. **Bind the token.** Create an API token with a `brandId` and every request it makes is confined to that brand — reads filtered, writes stamped. This is the recommended way to give a single brand's team its own credential. 2. **Send the `X-Zippendo-Brand` header.** An organization-wide token can scope an individual request by sending the brand's id or slug in this header. Most SDKs let you set it once on the client so every call inherits it. A brand-bound token that receives an `X-Zippendo-Brand` header naming a different brand is rejected with `403 BRAND_ACCESS_DENIED` — the binding is never widened. Omit both and requests cover the whole organization, which is the behaviour of every existing token. Records that belong to no brand carry `brandId: null`. Configuration (carriers, shipping rules, addresses) with a null brand is organization-wide and remains visible inside every brand; orders and shipments with a null brand are only visible organization-wide. List endpoints additionally take a `?brandScope=own|shared|both` parameter to narrow further within whichever brand context already applies. `own` returns only rows assigned to that brand, and requires a brand context — a brand-bound token, a resolved brand session, or the `X-Zippendo-Brand` header above — otherwise `400`. `shared` returns only the organization-wide rows (equivalent to filtering `brandId=none`). The default, `both`, keeps the existing behaviour: a brand context sees its own rows plus the organization-wide ones. Set `X-Zippendo-Brand-Scope` as a client default to apply the same choice to every request instead of repeating the query parameter on each call — an explicit `brandScope` query parameter always wins over the header, and a blank header value is ignored. Brands themselves are managed under the **Brands** tag. Retiring a brand is done with `POST /orgs/{orgId}/brands/{brandId}/archive` — permanent deletion is a dashboard-only action, since it is refused while any order, shipment, member or token still references the brand. Brands require a plan that includes them; creating one beyond your plan's limit returns `403`.
somehow-digital/craft-skip
171 Downloads
Disable auto-reloading of Twig templates in production.
mshuo/reply-to-see
158 Downloads
Hide content until users reply — encourage engagement by revealing hidden posts or media only after replying.
kylin987/webman-redis-queue-drain
47 Downloads
Drain Redis Queue consumers before reloading Webman workers.
drupal-eca-recipe/eca_lib_0042
7 Downloads
Adds a Topic field and a Generate draft button to the Article node form. Selecting the button sends an Ajax request that fills the title, the body summary and the body text in one go, without reloading the page and without saving the node. The topic is required for the button but not for saving, and the body is filled with HTML markup. The recipe brings in core's Article content type; the button, the field and the behavior all come from the model, with no form display configuration needed.
amadeco/module-quickview
44 Downloads
Magento 2 module for quick product preview without page reloading. Fully configurable, compatible with all product types and optimized for performance.
campaignchain/campaign-repeating
3967 Downloads
A campaign that is being repeated automatically.
bibsdb/repeating-campaign-bundle
6 Downloads
Schedule a OS2display campaign to run every day. Distinguish between workdays and weekends.
kislayphp/config
10 Downloads
High-performance C++ PHP extension providing dynamic configuration management for PHP microservices
franz-deleon/fdl-module-reloader
19 Downloads
A ZF2 module used to reload modules
wqa/nova-page-flexible-models
381 Downloads
A Laravel Nova package to allow relating models as flexible content to pages
upline/computed-field
72 Downloads
Readonly field for nova form, that is live reloading when source fields change.
thewebsiteguy/wn-startup-theme
46 Downloads
Winter starter theme upgraded with Tailwind v4 and Vite hot reloading