Libraries tagged by separate
juanchosl/datatransfer
348 Downloads
A small, lightweight utility to read values and properties from distinct sources using the same methodology
vxsoft/laravel-repository
16 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.
vatson/isolated-callback
2424 Downloads
Allows to execute a callback in a separate fork
uttamrabadiya/api-version-manager
648 Downloads
Simplify Laravel API versioning with ease. No more separate controllers—just flexibility, fallbacks, and version-specific components.
sschreier/sschreierpropertiesinseparateareaproductdetailpage
0 Downloads
show the properties in a separate area on the product detail page
silverstripe-australia/silverstripe-splitdb
59 Downloads
Provides functionality to configure separate read/write database connections
shelob9/rest-format
8 Downloads
Prepares WordPress objects, using the REST API, without a separate HTTP request.
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)'
plazzag/polario-sdk-php
139 Downloads
API for Polario __Naming:__ * json properties are formatted in camel case (fooBar) besides of enums (FooBar) * route params are formatted in hyphen case (foo-bar) * query params are formatted in snake case (foo_bar) * query params could hold lists of elements if they are comma separated * enum properties are formatted in capitalized camel case (FooBar) __Default values:__ * default values are specified for optional parameters do only apply to POST requests __Types:__ * numbers are considered to be float values * strings that are not specified to be html formatted should not be interpreted as html to avoid unexpected bahavior, like xss attacks * timestamps are considered to be in unix time __Headers:__ * ___Platform___: can be always set as header param to specify the platform of the request for the logging output
payter/has-column-many
19042 Downloads
This package will provide functionality to add coma separated ID relations for Laravel Eloquent models
nickjbedford/laravel-endpoints
98 Downloads
The Laravel Endpoints framework provides an easy way to implement API endpoints in separate Responsable-style classes.
mb4it/stringable
369 Downloads
Separated Laravel Illuminate\Support\Str
mb4it/collections
379 Downloads
Separate collections Illuminate\Support\Collections
maherremita/laravel-dev
46 Downloads
A simple command to run and manage all necessary development servers and commands in separate terminals.
mahbubhelal/refresh-databases
62 Downloads
A Laravel package that extends RefreshDatabase trait to support multiple database connections with separate migration paths. Also provides fast database refreshing with checksum-based caching.