Libraries tagged by build process
lay-z-d/pvm
52 Downloads
The library provides us with a frame to build a workflow or a business process such as BPMN. Could execute tasks in parallel or delayed tasks
cresset/magebuild
0 Downloads
A fast, parallel, DAG-ordered Magento 2 build orchestrator: composer install, di-compile, static-content deploy, autoload dump, and packaging in one process, for CI / Deployer build steps. Fetches a prebuilt Rust binary on demand.
bridit/workflows
29 Downloads
The library provides us with a frame to build a workflow or a business process such as BPMN. Could execute tasks in parallel or delayed tasks
bridit/pvm
40 Downloads
The library provides us with a frame to build a workflow or a business process such as BPMN. Could execute tasks in parallel or delayed tasks
eng-mmustafa/laravel-saga-workflow
0 Downloads
A powerful Laravel package implementing the Saga Pattern for managing long-running distributed transactions with automatic compensation logic. Build robust, fault-tolerant applications with step-by-step transaction management and automatic rollback capabilities.
soundasleep/spritify
196 Downloads
A CSS processor to generate spritesheets
seworqs/phing-string
2 Downloads
A collection of Phing tasks for string casing, namespaces, path conversion, and random string generation. Useful for manipulating and transforming strings within your Phing build process.
mleko/php-ant
65 Downloads
Ant scripts to automate build process of PHP projects.
cmpayments/crate-lib
60 Downloads
A library for simplifying the PHAR build process.
barkley/create-phar
65 Downloads
PHP packaging and build process
mmz-srf/sbs
9645 Downloads
Split your build process into multiple steps which get executed only if they need to
evista/perform
321 Downloads
A reverse Form API that builds and processes forms automatically - from markup.
cn-simple/math-function
5 Downloads
A simple math function package for a standard build、test process
genai/validation
115 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.
genai/sql-mapper
162 Downloads
MyBatis-style SQL mapper: mark an interface #[Mapper] and its methods #[Select]/#[Insert]/#[Update]/#[Delete] with the SQL. A build-time processor compiles a reflection-free Cache\ implementation (prepared statements, #{name} bound params, optional row->object hydration) and registers it as a container bean keyed by the interface. Self-contained: a bundled DatabaseConfig provides the 'PDO' bean from a [database] group in the app's app.ini, so you only edit config. Runtime is PHP 5.3-safe.