Libraries tagged by php attributes

milpa/tool-runtime

0 Favers
283 Downloads

AI tool-execution runtime for the Milpa PHP framework: registry pipeline (resolve, validate, authorize, execute, audit), #[Tool] attributes, schema validation, policy gate, rate limiting, channel rendering, and human verification.

Go to Download


martinezart87/laravel-sql-server-custom-connector

1 Favers
790 Downloads

This package fix Fatal error: Uncaught PDOException: SQLSTATE[IMSSP]: An invalid attribute was designated on the PDO object in PHP 8.1.22, 8.2.9, 8.3.0

Go to Download


genai/validation

0 Favers
40 Downloads

Attribute-based validation compiled to a reflection-free validator. Put #[NotBlank]/#[Email]/#[Length]/#[Pattern]/#[Matches] on a #[Validate] form class; a build-time processor bakes the rules into Cache\Validation. At runtime, validate a populated form object -> a field=>error map, no reflection. PHP 5.3-safe runtime.

Go to Download


genai/messaging

0 Favers
42 Downloads

Provider-agnostic messaging front (the third twin of genai/web and genai/console): the Producer/Consumer/MessageEvent contracts, a #[MessageHandler] attribute, a build-time MessageHandlerProcessor that compiles consumers.php, and a PHP 5.3-safe Worker runner that dispatches to handler beans. Ships NO broker — each app registers its own Consumer/Producer (Kafka, Pdo, SQS, ...). Shares the same compiled container as the web and CLI fronts.

Go to Download


genai/dto

0 Favers
39 Downloads

DTO support: a #[Dto] attribute, a build-time processor that compiles each DTO's getters into a JSON map, and a PHP 5.3-safe Serializer that turns DTOs (and nested/arrays of them) into arrays via that map — no runtime reflection, no toArray(). Standalone: no runtime dependencies.

Go to Download


genai/di

0 Favers
39 Downloads

Popular DI attributes (#[Service], #[Repository], #[Configuration], #[Bean], #[Value]) and their processor, targeting GenAI\Container. Build-time (PHP 8).

Go to Download


constup-foss/php-attributes

4 Favers
10 Downloads

A collection of PHP attributes and their processors.

Go to Download


thettler/laravel-command-attribute-syntax

8 Favers
8 Downloads

This Package allows the use of PHP Attributes to specify a command signature

Go to Download


wilmoore/attributes.php

22 Favers
244 Downloads

minimal object attributes for PHP.

Go to Download


phpmv/ubiquity-attributes

0 Favers
6211 Downloads

php 8 attributes for Ubiquity framework

Go to Download


julienlinard/doctrine-php

14 Favers
151 Downloads

Modern ORM for PHP 8+ inspired by Doctrine, with Entity Manager, Repository Pattern, Query Builder and PHP 8 Attributes mapping

Go to Download


gpanos/laravel-observe-attribute

15 Favers
5 Downloads

Register model observers using php 8 attributes

Go to Download


argo-php/attribute-collector

0 Favers
386 Downloads

Collecting and cache all attribute usages in the specified directories

Go to Download


amondar-libs/class-attributes

1 Favers
65 Downloads

PHP class attributes workflow for package development.

Go to Download


julienlinard/php-router

14 Favers
222 Downloads

Un routeur PHP moderne et complet avec support des routes dynamiques, middlewares, groupes de routes et génération d'URL. Compatible PHP 8+ avec Attributes.

Go to Download


<< Previous Next >>