Libraries tagged by concern
henrotaym/laravel-ip-client
2895 Downloads
Helpers concerning client performing requests.
foxws/wireuse
9351 Downloads
Collection of Livewire traits and utilities
sevenphp/savantphp
3883 Downloads
Savant (SavantPHP) is a simple and minimalistic, yet object-oriented, Templating System For PHP minimalist. It aims at ONE thing, being a simple lightweight TEMPLATING system. The focus is on ONE thing - PHP can do everything, so do everything with PHP, just use SavantPHP for only separating the 'view/templating' concern from your business logic. Hence the philosophy of 'I just want to separate my front layer(view) from the back layer(code logic) in the most simple & effective way & that's it, nothing more, nothing less, nothing else (no added crap)'
heimrichhannot/contao-events-bundle
1839 Downloads
This bundle offers useful functionality concerning the entities "tl_calendar" and "tl_calendar_events" of the Contao CMS.
bigeweb/framework
81 Downloads
This MVC framework provides a structured approach to developing web applications by separating the application's concerns into three distinct components: model, view, and controller. This separation of concerns promotes code organization, maintainability, and scalability, making it easier to manage and extend the application over time
axn/laravel-models-organizer
12 Downloads
Organize Laravel models concerns (relations, scopes, attributes) in dedicated traits.
soberwp/unravel
5217 Downloads
WordPress plugin to separate concerns for plugins Models and Advanced Custom Fields.
heimrichhannot/contao-privacy-bundle
1034 Downloads
This bundle contains functionality concerning privacy and the European Union's "General Data Protection Regulation" (GDPR).
johnwhitley/seperate-eloquent-concerns
10 Downloads
Laravel eloquent has a lot in the model class, this package helps with separating the concerns away from just the model
dentro/laravel-concerns
4660 Downloads
Set of useful traits for Laravel and Lumen
authanram/laravel-concerns
9 Downloads
Fulfills repeating concerns
elnooronline/laravel-concerns
1099 Downloads
The components that make up the Elnooronline's Laravel Projects
pentacore/laravel-utils
4 Downloads
A collection of commonly used Laravel utilities, traits, and helpers.
pieterdev/repoflow
23 Downloads
A simple trait to allow fluently querying repositories with an eloquent model. Gives back the flexibility of eloquent to some extent, while remaining explicit on which methods are supported by a repository.
hamzaouaghad/multilayering
39 Downloads
A tiny laravel package to speed up the workflow with the multilayering convetion