Libraries tagged by seen
mshuo/reply-to-see
158 Downloads
Hide content until users reply — encourage engagement by revealing hidden posts or media only after replying.
littlecxm/flarum-reply-to-see
2112 Downloads
Add reply to see to your forum.
jbcisne/integras-sei
5066 Downloads
Integração com o SEI
humanmade/see-in-rest-api
2 Downloads
Quickly request the current resource off the WordPress REST API via the WordPress admin bar.
clarkwinkelmann/flarum-ext-see-past-first-post
1836 Downloads
Permission to let users see past the first post of discussions
andrewboy/laravel-see-me
553 Downloads
Laravel package for SeeMe SMS sender.
kvothe/reply-to-see
1538 Downloads
Adds a reply to see BBCODE.
happydemon/usrlastly
220 Downloads
Keep track of your users' last visit
roger-sei/super-giggle
137 Downloads
SuperGiggle checks the coding standards for a specific commit change
zircote/api-problem
20 Downloads
An Api Problem Exception implementation in PHP. See: http://tools.ietf.org/html/draft-nottingham-http-problem for the latest on the specification
zippendo/zippendo-php
13 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`.
ziiven/view-history
1965 Downloads
A Flarum extension. Allow user to see the view history of discussions.
wwwision/relay-pagination
5734 Downloads
Simple pagination implementing the Cursor Connections Specification, see https://relay.dev/graphql/connections.htm
wwwision/bem
700 Downloads
BEM style classes (see http://getbem.com/) with Neos Fusion
wpify/benefit-plus-gateway-sdk
222 Downloads
This is a "swagger" definition of application programming interface of the MúzaPay by Benefit Plus e-commerce payment gateway. You may leverage this API from your e-shop to integrate payments by employee-benefits-programme funds. This version of the programme uses mobile payment application MúzaPay. Requests signingAll requests except /auth/token must be signed by "SHA-256 with RSA" (RSASSA-PKCS1-v1_5, RFC 8017 chapter 8.2) electronic signatures. See online gateway documentation for details. ## Change log * v2 - 2025-06-26 * Added HEALTH value to productCode enum as mandated by the Czech state legislation. * amountAuthorized in PaymentStateResponse renamed to remainingAmount to better capture its meaining. * Added HTTP 410 Gone response to the cancelPayment() operation. * Corrected pattern of orderReferenceCode * Multiple corrections of the documentation, examples and field ordering changes - non-impacting.