Libraries tagged by arch
mamuz/php-dependency-analysis
109116 Downloads
Static code analysis to find violations in a dependency graph
grandt/phpzipmerge
926471 Downloads
Merge and stream multiple Zip files on the fly.
ecotone/symfony-bundle
254451 Downloads
Ecotone for Symfony — CQRS, Event Sourcing, Sagas, Durable Workflows, and Outbox on top of Symfony Messenger, via PHP attributes.
ecotone/laravel
323512 Downloads
Ecotone for Laravel — CQRS, Event Sourcing, Sagas, Durable Workflows, and Outbox on top of Laravel Queue, via PHP attributes.
archtechx/helpers
262726 Downloads
A collection of helpers we commonly use.
archon/dataframe
25312 Downloads
Archon: PHP Data Analysis Library
archipro/silverstripe-db-json
139999 Downloads
A Silverstripe CMS module to enable the creation of MySQL 8 JSON column on DataObjects
r2luna/brain
41496 Downloads
Brain: A process-driven architecture alternative for your Laravel Application.
pccomponentes/ddd
149044 Downloads
Mini Framework to create projects with hexagonal architecture and domain driven design
masterix21/laravel-licensing
3484 Downloads
Laravel licensing package with polymorphic assignment to any model, activation keys, expirations/renewals, and seat control via LicenseUsage. Supports offline verification with public-key–signed tokens, a CLI to generate/rotate/revoke keys, and an extensible architecture via config and contracts.
jonpurvis/lawman
40387 Downloads
A PestPHP Plugin to help with architecture testing SaloonPHP integrations
elasticemail/elasticemail-php
118578 Downloads
The PHP library for the Elastic Email REST API. This API is based on the REST API architecture, allowing the user to easily manage their data with this resource-based approach. To start using this API, you will need your Access Token. Remember to keep it safe.
clue/reactphp-eventsource
20463 Downloads
Instant real-time updates. Lightweight EventSource client receiving live messages via HTML5 Server-Sent Events (SSE). Fast stream processing built on top of ReactPHP's event-driven architecture.
chamilo/pclzip
160925 Downloads
A PHP library that offers compression and extraction functions for Zip formatted archives
byjg/jwt-session
83955 Downloads
A PHP session replacement that stores session data in JWT tokens instead of the filesystem. This implementation follows the SessionHandlerInterface standard, enabling stateless sessions without the need for dedicated session servers like Redis or Memcached. Perfect for distributed applications and microservices architectures.