Libraries tagged by abstractor
matthewbdaly/abstract-or-final-sniff
9572 Downloads
A CodeSniffer sniff that requires that all classes be either abstract or final
marcusslv/abstractor
166 Downloads
Pacote Laravel para geração de classes base de domínio com foco em arquitetura limpa, reutilização e produtividade.
dominikstyp/laravel-model-abstractor
9 Downloads
Makes AbstractModel inside app/models directory, changes make:model command to generate models which inherit from AbstractModel, and provides php artisan command to move your existing models to app/models directory and change their inheritance to AbstractModel. Thanks to that all your models will inherit from your custom class.
matthewslouismarie/auth-abstractor
4 Downloads
Complete abstraction of credential and U2F authentication
chrisdjst/upload-abstractor
26 Downloads
Abstração SOLID para upload com suporte a S3 e armazenamento local.
vibius/abstract-templating
31 Downloads
Templating engine abstractor component of Vibius PHP Framework
johnnyjoy/uda
1 Downloads
Universal Data Abstractor (UDA) — PHP 8.2+ deterministic SQL execution and query composition
hnrazevedo/router
280 Downloads
Router is a simple friendly URL abstractor.
abstractrs/laravel-pdf-merger
19929 Downloads
Package for Laravel that merges multiple PDFs into one.
abstractrs/translation
13850 Downloads
A Translation package for Laravel with database and cache support
codiverum/yii2-abstracttree
57 Downloads
Extension contains abstract classes to provide base for tree structured data
rtmatt/abstractresource
148 Downloads
Abstract Resource Manager for Laravel
abstractrs/url-shortener
46 Downloads
Url Shortener for Laravel 5 with support for Google and Bitly drivers.
abstractrs/laravel-filters
678 Downloads
Create filters which transform input values, by removing or changing characters within the value.
riste/repository
21 Downloads
Allow you to easily cache laravel models and retrieve from laravel's cache by extending AbstractRepository