Libraries tagged by fxrt
fortean/laravel-bitter
93 Downloads
Laravel 4 Service Provider for Bitter, a PHP port of bitmapist (Python Redis analytics)
fartex/strat
12 Downloads
Dashboard and management for Laravel migrations.
fortuneglobe/icehawk
5704 Downloads
Fast and reliable PHP frontend framework respecting CQRS
fortrabbit/craft-asset-bundler
1766 Downloads
Provides a console command to publish web/cpresources
fortrabbit/beelzebub
39 Downloads
A PHP framework for writing (forked) multi process daemons
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`.
sunnysideup/versions-table-pruner
44 Downloads
prune your Versions table, keeping many, but the further you go back in time, the less versions you keep. You can also keep versions were a specific field was changed (e.g. Content, Price, or Title)
steampixel/simple-php-portals
166 Downloads
This is a simple, puristic and small PHP portal engine. Throw your contents back and forth through time.
se7enxweb/exponentialbasic
2 Downloads
Exponential Basic 2.4. Maintained by 7x. For General Use With PHP 8.3. Further feature releases in development. Please sponsor our work on the Exponential (CMS System). This is capable of being used standalone for a personal home page cms that is simple and easy to understand.
scrutinizer/error-reporter
2611 Downloads
Reports exceptions to a processing server for further inspection.
schachbulle/contao-chesstournamentviewer-bundle
20 Downloads
Zeigt Dateien von Schachturnierverwaltungen im Frontend an: Teilnehmerliste, Rangliste, Kreuztabelle, Fortschrittstabelle, Paarungen und Ergebnisse, bei Mannschaftsturnieren auch Mannschaftstabelle und Wettkämpfe. Erstes Format ist SWT (Swiss-Chess).
performing/craft-object-storage
51 Downloads
A Craft 4 plugin that integrates with fortrabbit's S3 compatible Object Storage
particle-academy/fancy-starter-kit
49 Downloads
A Laravel + Inertia + React 19 + Tailwind v4 starter kit with Fancy UI (Fancy Core) and Fortify auth preinstalled.
nickeatingsalsage/php-ibgekit
18 Downloads
PHP-IBGEKIT is a bunch of tools for current IBGE Api, for further details go to https://github.com/nickeatingsalsage/php-ibgekit.
mmedia/laravel-spa
221 Downloads
Add required CORS settings and some routes to help with SPA authentication using Fortify and Sanctum