Libraries tagged by code pattern
vsent/codegenerator
1 Downloads
A robust, flexible, and pattern-based unique code generator for Laravel applications.
wickedbyte/tombstone
5 Downloads
Basic implementation of the Tombstone pattern for PHP to uncover zombie code
fleshgrinder/constraint-violations
14 Downloads
This library provides an implementation of the Notification Pattern with additional functionality to keep code DRY and to be more useful in the context of Domain-Driven Design (DDD) and its value objects.
takielias/contract-resolver
4 Downloads
A Laravel package that automatically resolves and binds contracts (interfaces) to their implementations, with powerful code generation commands for repositories and services following the Repository and Service pattern.
rajtechnologies/laravel-tools
136 Downloads
All Type of Base Tools to Helping Development and Repository Generator
mezatech/paggern
7 Downloads
Pattern interpreter for generating random strings.
jjanvier/broken-oop
5 Downloads
A set of annotations to help describe common OOP problems met during code reads or code reviews.
hilalahmad/string-util
7 Downloads
php-string-util is a versatile PHP library designed to simplify and enhance string manipulation tasks in your PHP projects. Whether you're working on web development, data processing, or any other application requiring robust string handling, this utility provides a comprehensive set of functions.
gavinggordon/constantgroups
18 Downloads
A PHP class which provides quick as-needed access to pre- and user defined data via constants.
da2e/simple-factory
14 Downloads
Mini-package implementing and providing a Simple Factory (design pattern) functionality.
blaisebueno/laravel-repository
10 Downloads
A Laravel package implementing a clean, scalable repository design pattern architecture to abstract data persistence and promote testable, maintainable code.
phphelper/phphelper
34 Downloads
This is a simpler helpers classes to create a better web application using php. This is intentend to be use for devlopment only for learning purpose using xampp or others. This provides routing,data passing, separation of code using mvc pattern. This is not optmize for production level. Its only for beginner who don't want to use library like laravel or etc
kuriv/phpdp
10 Downloads
Sample code for several design patterns in PHP.
ifcastle/service-manager
194 Downloads
A library that allows organizing code according to the Services pattern.
amroboney/repository-generator
42 Downloads
A feature-rich Laravel package to simplify and streamline the process of generating repository files using the repository pattern, promoting clean architecture and maintainable code.