Libraries tagged by prefixer
zippendo/zippendo-php
5 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. 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`.
rupeshdahal/nepal-mobile-operators
5 Downloads
A Laravel package to identify mobile operators in Nepal based on number prefixes
runopencode/doctrine-naming-strategy-bundle
807 Downloads
Set of useful Doctrine2 naming strategies for larger projects that allows you to add prefixes to Entity table names in batch.
roukmoute/doctrine-prefix-bundle
19400 Downloads
Listener that prefixes tables and sequences
publishpress/pimple-pimple
925 Downloads
Pimple, a simple Dependency Injection Container, prefixed for PublishPress
phpbb/topicprefixes
137 Downloads
An official phpBB extension for topic prefixes.
oniti/uuid-for-key
3153 Downloads
Permet de générer un uuid préfixé du nom de la table
northrook/hasher
17 Downloads
Crockford Base32 hashing utilities for short, URL-safe identifiers, checksums, and time-sortable prefixes
hut6/crontab-checker
11921 Downloads
Validates syntax of all files in project root prefixed with .crontab
flametrench/ids
636 Downloads
Prefixed wire-format IDs for Flametrench. UUIDv7 storage, self-describing public identifiers.
avanzu/sf-doctrine-prefix-bundle
1821 Downloads
Applies table prefixes to doctrine tables
alimarchal/id-generator
678 Downloads
A Laravel package to generate unique, prefixed IDs with database transaction safety
unfunco/phpunit-alternative-test-prefix
20 Downloads
Listener for PHPUnit that allows for alternative test method prefixes to be specified within the PHPUnit configuration file.
martimiz/silverstripe-languageprefix
7932 Downloads
Extends silverstripe-translatable to allow for (custom) language prefixes on multilingual sites.
ideatic/css_optimizer
1636 Downloads
Optimize, minify and add vendor prefixes for your CSS