Libraries tagged by permanent
typo3/cms-recycler
6483247 Downloads
TYPO3 CMS Recycler - Restore deleted records or remove them from the database permanently.
stevebauman/unfinalize
27533 Downloads
Permanently remove final keywords from vendor packages.
backstage/laravel-permanent-cache
8364 Downloads
Using Laravel Permanent Cache you can cache intensive operations permanently and update them in the background, so your users don't have to wait!
promethys/revive
4472 Downloads
A 'RecycleBin' page where users can restore or delete permanently soft-deleted models.
vormkracht10/laravel-permanent-cache
1816 Downloads
Using Laravel Permanent Cache you can cache intensive operations permanently and update them in the background, so your users don't have to wait!
cpsit/cps-shortnr
1316 Downloads
routing alias enhancer over middleware
permanentinc/found
19176 Downloads
SEO Tab - based on squarespace
abcde1410/pdfdecrypter
700 Downloads
PDF Decrypter is a standalone PHP library allowing quick and convenient decryption and permanently removing password from PDF files. Currently in beta phase. Throws custom exceptions for better error handling.
rockett/jumplinks
1461 Downloads
Manage permanent and temporary redirects in ProcessWire 2.6.1+. Version 2 in the works.
mindshape/mindshape_cookie_hint
71164 Downloads
Shows a visible hint on the website that cookies are used - according to the European laws. Easy to install, fully customizable and the hint will permanently be hidden after accepting.
permanentinc/type
7161 Downloads
Font Settings - based on that thing I saw a few years ago
permanentinc/beautiful
9818 Downloads
CMS Theme - based on shards
abenmada/sylius-broken-link-handler-plugin
4 Downloads
The Broken Link Handler plugin automatically redirects outdated product and taxon slugs to their new versions, ensuring they remain permanent and preventing their reuse by other entities
zippendo/zippendo-php
10 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`.
richardhulbert/revisions-model
27 Downloads
Append-only, branch-aware revision models for Laravel Eloquent. Records are never updated in place - every change is a new row, so history is permanent and any revision can be rolled back.