Libraries tagged by tatter
darwinnatha/laravel-process
319 Downloads
A Laravel micro-package based on the pipeline-task pattern for sequential business processes.
dappur/framework
512 Downloads
A stylish PHP application framework crafted using Slim, Twig, Eloquent and Sentinel designed to get you from clone to production in a matter of minutes.
buckster12/php-activerecord
351 Downloads
php-activerecord is an open source ORM library based on the ActiveRecord pattern.
bigfork/silverstripe-simpledatefield
6465 Downloads
A SilverStripe form field for entering dates based on the UK Government’s date input pattern
becklyn/ddd-generator-bundle
4511 Downloads
Code generator for common Domain Driven Design patterns in the Becklyn DDD framework.
arwp/mvc
322 Downloads
For building Model-View-Controller (MVC) pattern in laravel
arandu/reducible
498 Downloads
Reducible pattern as a trait
apiki/wpsteak
7524 Downloads
Patterns for building an application in WordPress.
antonioribeiro/artisan-anywhere
71 Downloads
Run the artisan command, no matter where you are in the project tree
zofe/rapyd-framework
113 Downloads
microframework for PHP 5.3 CRUD pattern
phlak/glob
24 Downloads
Glob-like pattern matching and utilities
neos/cqrs
137 Downloads
Lean and opinionated way to integrate Event Sourcing and CQRS pattern in your Flow framework package
mmasiukevich/service-bus
1200 Downloads
PHP Service Bus (publish-subscribe pattern)
mmasiukevich/framework
153 Downloads
PHP Service Bus (publish-subscribe pattern)
malkusch/php-autoloader
1352 Downloads
This autoloader supports every autoloadable PHP feature up to PHP 5.4’s traits. It find’s every class, interface or traits definition in any situation. No matter what convention is used. The autoloader is index based. After building the index there will be no performance issue. The building is done dynamically. There is no explicit need of calling a build script. For the sake of comfortability there exists a script for prebuilding an index.