Libraries tagged by dense
denheck/faker-context
6296 Downloads
Behat context for generating test data
denetorus/sketch
192 Downloads
Sketch is the simple php framework
dende/multitenancybundle
178 Downloads
Multitenancy Bundle
denbeke/orm
8 Downloads
Simple ORM implementation for PHP
defser/zilliqa-php
613 Downloads
A library integrating Zilliqa with typed PHP.
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`.
zerofyi/laracontext
59 Downloads
Generate high-density architectural context maps of Laravel applications for AI models.
vantoozz/phpcdm
4371 Downloads
PHP Code Density Meter (PHPCDM)
tjdft/laravel
347 Downloads
Pacote unificado para desenvolvimento de aplicações Laravel no TJDFT.
thiagoprz/braspag-laravel
632 Downloads
Biblioteca desenvolvida para dar suporte no Laravel as formas de pagamento Braspag.
the-toster/psalm-jms-serializer
31627 Downloads
Add return type typehints to deserialization methods
sururulab/brasil-helper
101 Downloads
Brasil Helper é um projeto open source que empacota via pacote composer um poderoso helper de utilidades para quem desenvolve software para regionalização do Brasil.
stargrid/laravel-calendario-feriados
4989 Downloads
Pacote desenvolvido e mantido pela StarGrid (https://stargrid.pro) para facilitar a integração com a API (http://www.calendario.com.br/api_feriados_municipais_estaduais_nacionais.php) para a busca de feriados nacionais, estaduais e municipais.
soares289/gojira
70 Downloads
Framework baseado no padrão MVC para simples e rapido desenvolvimento de aplicações WEB
snack/snack
14 Downloads
Biblioteca para auxiliar no pontapé inicial em um projeto web. A idéia foi juntar alguns dos projetos que mais utilizávamos como referência e adaptarmos para um modelo de desenvolvimento com um Guia de Estilo incluso.