Libraries tagged by php attributes
bnomei/kirby-blueprints
93 Downloads
PHP Class-based Blueprints for Kirby CMS for better type safety and code completion
akyos/ux-pagination
602 Downloads
A Symfony bundle to paginate table in live Component
akyos/ux-filters
628 Downloads
A Symfony bundle to manage filters in live Component
getpop/modulerouting
12829 Downloads
Configure and obtain what module will be added to the component hierarchy at each level, based on the attributes from the request
yoanbernabeu/webmcp-bundle
318 Downloads
Expose Symfony routes as Web MCP tools via PHP attributes
frzb/dependency-injection
2752 Downloads
Allows you to standardize and centralize the way objects are constructed in your application by php attributes
brunoscode/laravel-ts-annotations
421 Downloads
Write raw TypeScript types in PHP attributes and generate .ts files with an Artisan command.
tourze/doctrine-indexed-bundle
36904 Downloads
A Symfony bundle that enhances Doctrine ORM with automatic index management using PHP 8 attributes
thecorps/laravel-cqrs
82 Downloads
Lightweight CQRS pipeline infrastructure for Laravel applications using PHP 8 attributes
bjornbasar/karhu
261 Downloads
Minimal PHP microframework — attribute-routed, zero dependencies, PHP 8.3+
zephyrus-framework/core
137 Downloads
Cohesive PHP 8.4+ framework — attribute routing, immutable HTTP, typed config, and security middleware out of the box.
monkeyscloud/monkeyslegion-mcp
440 Downloads
Production-grade MCP (Model Context Protocol) server and client for PHP 8.4 with attribute-based tool registration, stdio + Streamable HTTP transports, and JSON-RPC 2.0 engine.
genai/routing
46 Downloads
Minimal PSR-4 standalone route matching engine (regexes baked at build, no runtime compilation), compatible with PHP 5.3.29. Attribute-driven routing (#[Route]) lives in genai/web.
ryangjchandler/lexical
372 Downloads
Attribute-driven tokenisation for PHP.
genai/web
41 Downloads
Web/MVC layer over genai/http: #[Controller]/#[RestController] (with a base path) and #[Route] attributes, a View value object, a default genai/view engine (override with #[ViewRegister]), and a dispatcher. Routes compile to genai/routing's standalone matcher. Runtime is PHP 5.3-safe; the attributes/processors are PHP 8 build-time.