Libraries tagged by primix
waaseyaa/foundation
9637 Downloads
Core framework primitives: service providers, domain events, results, error handling
vortos/vortos-ops-kit
558 Downloads
Vortos Ops Kit — the one uniform swappable-driver pattern (port + named drivers + DI-keyed registry + capability descriptor + conformance TCK + agnosticism lint + make:driver scaffolder). Shared primitives every deploy/ops concern reuses. Zero runtime reflection.
vortos/vortos-domain
722 Downloads
Vortos domain primitives — AggregateRoot, DomainEvent, ValueObject, Repository contracts
ui-awesome/html-core-component
6530 Downloads
Fluent, immutable component primitives for PHP: alerts, breadcrumbs, dropdowns, navbars, toggles, and menu items.
sugarcraft/candy-forms
947 Downloads
Foundation lib for form primitives (TextInput, TextArea, ItemList, Viewport, FilePicker, Field interface, Confirm, Form) extracted from sugar-bits and sugar-prompt.
ss-ipg/value-objects
43548 Downloads
Type-safe value objects for PHP primitives with built-in formatting.
padosoft/laravel-rebel-core
679 Downloads
Core primitives, value objects and contracts for Laravel Rebel: the enterprise authentication control plane (AAL/AMR assurance, security context, audit, Sanctum tokens, rate-limiting). The entry point of the padosoft/laravel-rebel-* ecosystem.
milpa/core
1108 Downloads
Milpa Framework — core contracts and primitives. Framework-agnostic: no ORM, no HTTP client, no host-application coupling (ADR-001).
martinezdelariva/hydrator
24962 Downloads
Hydrate and extract functions made simple. Ideally for flat or primitive data.
maatify/crypto
3267 Downloads
High-level cryptographic primitives and security utilities for Maatify systems including password hashing, reversible encryption, HKDF key derivation, and key rotation.
j45l/functional-php
20931 Downloads
Functional primitives for PHP
good-php/serialization
22028 Downloads
Extendable reflection-based serializer with support for JSON and PHP primitive formats
cline/sso
3568 Downloads
Laravel-first SSO, OIDC, SAML, and SCIM primitives with package-owned persistence and adapter seams.
calmohallag/nullable-casting
16241 Downloads
PHP supports expression casting to primitive type (like int) by using “( type ) expression”, but it currently doesn't allow to use a nullable type as introduced by PHP 7.1 (e.g. ?int). This library provide functions that extend native php casting, adding nullable casting.
awurth/functional
2213 Downloads
Functional primitives for PHP