Libraries tagged by sepa
mage2pro/stripe
5292 Downloads
Stripe integration with Magento 2
firefly-iii/csv-importer
2147 Downloads
Firefly III CSV Importer Tool.
vxsoft/laravel-repository
7 Downloads
Laravel Repository is a powerful Laravel package designed to simplify the interaction with Eloquent models by implementing a repository-based architecture. It separates the data persistence logic from the application's business logic, promoting a clean, maintainable, and testable codebase.
ttskch/doctrine-orm-criteria
933 Downloads
Doctrine ORM Criteria allows you to separate any complex "search condition" as a Criteria with a specialized API for QueryBuilder of doctrine/orm.
skilldlabs/druxxy
4619 Downloads
Drupal distribution focused on page building, contributor experience and a strict separation of Drupal content and Drupal configuration for streamlined deployments.
silber/client-templates
86 Downloads
Renders client templates from separate files into the main view of your application
sevenphp/savantphp
3752 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)'
rollerworks/search-dev
16 Downloads
RollerworksSearch monolith development (use separate packages instead)
okami101/laravel-admin
2048 Downloads
Admin panel generator for Laravel 8 and based on Vuetify Admin, a separate SPA admin framework running on top of REST APIs.
mb-x/architect-bundle
2517 Downloads
This Bundle provides an architecture to separate the different job layers in your Symfony application.
mathiasverraes/uptodocs
273 Downloads
UpToDocs scans a Markdown file for PHP code blocks, and executes each one in a separate process. Include this in your CI workflows, to make sure your documentation is always up to date with your code.
jlorente/laravel-eloquent-splitted-dates-trait
4871 Downloads
A Laravel Trait for Eloquent Models to handle date fields that are stored both in the date field itself and in separate field components such as year, month, day, time, etc...
inmanturbo/ecow
7 Downloads
Eloquent copy-on-write: automatically copy all model changes to a separate table.
easy2dev/multi-tenant-wizard
130 Downloads
Easy2Dev Laravel Tenant Migrate is a Laravel package designed to simplify database migration for multi-tenant applications, particularly those employing PostgreSQL databases. This package streamlines the migration process for Software as a Service (SaaS) web applications where tenant data is stored in separate databases. It eliminates the need to manually adjust database configuration files for each tenant, offering a scalable solution for database management.
donttrythisathome/elo-wrapper
5390 Downloads
EloWrapper is a wrapper around Laravel Eloquent model that allows you to create specific model actions in separated wrapper classes.