Libraries tagged by separate
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
1 Downloads
show the properties in a separate area on the product detail page
sportsgearswag/artwork-vectorizer
20 Downloads
Converts raster artwork into colour-separated, print-ready SVG: one editable layer per ink, snapped to a PMS palette.
sloukapetr/laravel-cookie-consent
18 Downloads
Multi-site cookie consent for Laravel: one app, many hostnames, separate consent per domain.
silverstripe-australia/silverstripe-splitdb
59 Downloads
Provides functionality to configure separate read/write database connections
silber/client-templates
112 Downloads
Renders client templates from separate files into the main view of your application
shelob9/rest-format
8 Downloads
Prepares WordPress objects, using the REST API, without a separate HTTP request.
sevenphp/savantphp
3903 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)'
php-gtk4/php-gtk4
11 Downloads
GTK 4 bindings for PHP: desktop applications written in PHP against the native GTK 4 API. Installed with PIE (pie install php-gtk4/php-gtk4); the IDE/PHPStan stubs are the separate php-gtk4/stubs package.
payter/has-column-many
19093 Downloads
This package will provide functionality to add coma separated ID relations for Laravel Eloquent models
ordereazi/commerce-sdk
5 Downloads
Build a fully custom headless storefront - your own web app, mobile app, or POS - against a single OE Commerce store. Every endpoint below is namespaced under `/api/v1/store/...`. Building admin/back-office tooling instead? See [/docs/admin](/docs/admin). New here? [/guides/store](/guides/store) walks through getting a key, the anonymous cart session, and calling your first endpoints step by step - this page is the field-level reference to come back to afterward. ## Getting Started 1. Click the **Authorize** button at the top of this page. 2. Provide credentials: - **X-Commerce-Key** (always required) - your store's Store Access Key from Backoffice > Settings > Application APIs. `pk_store_...` (publishable) is safe for browser/mobile code; `sk_store_...` (secret) is server-to-server only and is rejected outright if a browser Origin header is present. - **Bearer** (only for endpoints acting on a specific customer - Account, Orders, Wishlists, etc.) - the token from **Auth > register** or **Auth > login**. Once authorized, you can explore and test all available endpoints directly from this interface. ## Anonymous Carts A guest cart is tracked by an `X-Session-Ref` header, not a cookie - the server generates one on your first request and echoes it back on every response after. Keep sending back whatever value you last received. Logging in carries that same cart forward onto the customer's account automatically, with no separate merge step. ## Errors Failures use RFC 9457 Problem Details (`application/problem+json`) with a stable `code` field for programmatic handling, e.g. `store_key_invalid`, `store_key_revoked`, `store_key_scope_denied`, `rate_limited`. A rejected *business* action (e.g. adding fewer than a product's minimum order quantity to the cart) instead comes back as HTTP 200 with `"success": false` and a human-readable `message` - always check `success` in the body, not just the HTTP status code. ## Rate Limits Requests are limited per Store Access Key (200/minute). The credential-stuffing surface (register/login/forgot-password/reset-password) is limited more tightly per caller IP (10 per 5 minutes). A 429 response includes a `Retry-After` header.
naoki-tsuchiya/ray-di-context
320 Downloads
Context, meta, and compile management for Ray.Di applications with separated read-only compile dir and writable tmp dir
mb-x/architect-bundle
2555 Downloads
This Bundle provides an architecture to separate the different job layers in your Symfony application.
maherremita/laravel-dev
48 Downloads
A simple command to run and manage all necessary development servers and commands in separate terminals.
mahbubhelal/refresh-databases
82 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.