Libraries tagged by mllp
pharmaintelligence/mllp
90351 Downloads
PHP MLLP Server & Client. Based on ReaktPHP.
dzer/mllphp
6 Downloads
mll framework Project Template
waleedhu/laravel-hl7
0 Downloads
Hospital HL7v2 feeds as native Laravel events: MLLP listener, typed events, honest ACKs, test fakes.
dzer/mll-framework
51 Downloads
mll framework
rubix/ml
1600454 Downloads
A high-level machine learning and deep learning library for the PHP language.
mll-lab/laravel-graphiql
4017629 Downloads
Easily integrate GraphiQL into your Laravel project
mll-lab/graphql-php-scalars
4905461 Downloads
A collection of custom scalar types for usage with https://github.com/webonyx/graphql-php
mll-lab/laravel-graphql-playground
4570585 Downloads
Easily integrate GraphQL Playground into your Laravel project
mll-lab/php-cs-fixer-config
480371 Downloads
Shared rules for php-cs-fixer
mll-lab/laravel-utils
189971 Downloads
Shared Laravel utilities of MLL
mll-lab/laravel-comment
99331 Downloads
Just another comment system for your awesome Laravel project.
milpa/tool-runtime
1525 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.
milpa/runtime
1097 Downloads
The bootable Milpa kernel: composes milpa/core, milpa/container, milpa/events, milpa/http and milpa/resolver into container -> dispatcher -> architecture gate -> plugin boot in the resolver's loadOrder -> route registration, with zero Doctrine and zero legacy Web coupling. The active-plugins list is config/filesystem-driven, never a database entity.
milpa/resolver
1485 Downloads
The architecture resolver: pure logic that resolves contracts, versioned capabilities, and surfaces against a host profile and reports whether the graph is valid, bootable-with-warnings, blocked, or legacy-compatible.
milpa/plugin
1473 Downloads
The plugin system of the Milpa PHP framework: the PluginsManager runtime that boots and orders plugins, the registry port with its file and in-memory adapters, PluginBase, the installer over GitHub-native distribution (source parsing, semver-constrained release resolution, zipball download), milpa.json manifest reading/validation, dependency resolution, milpa.lock management, and the plugin migration runner.