Libraries tagged by Pear Admin
contenir/errors-laminas-mvc
84 Downloads
Laminas MVC adapter for contenir/errors — swaps the default error rendering with admin-authored per-status pages.
mage2kishan/module-checkout-success
60 Downloads
Modern, configurable checkout success page for Magento 2. Replaces the default order confirmation with a two-column or single-column layout showing order details, items with thumbnails, shipping/billing addresses, order totals, payment/shipping method, guest account creation prompt, CMS block slot, and custom tracking scripts with order variable placeholders. Fully admin-configurable with per-section visibility toggles.
arraypress/wp-register-notices
10 Downloads
Declarative WordPress admin notices — dismissible, per-user, and shown after a redirect.
stezkoy/flarum-modularis
27 Downloads
Manage custom CSS styles for the forum and the admin panel with simple grouping, per-style activation and caching.
parkktech/fastmagento-checkout
6 Downloads
FastMagento Checkout — makes the Magento 2 onepage checkout paint instantly. Renders a cacheable form shell with a skeleton, then hydrates window.checkoutConfig over an async request so the heavy per-quote config no longer blocks first paint. Optional add-on to FastMagento; works standalone on base Magento (no Hyvä/Breeze required). Fails safe to stock checkout via an admin toggle or ?fastcheckout=0.
ordereazi/commerce-sdk
4 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.
mage2kishan/module-robots-seo
39 Downloads
Panth Robots SEO — dedicated robots.txt, X-Robots-Tag, and LLM-bot (GPTBot, ClaudeBot, PerplexityBot, Google-Extended, etc.) policy control for Magento 2. Extracted from Panth_AdvancedSEO. Self-contained: emits a per-store robots.txt, adds X-Robots-Tag response headers, validates robots meta directives, and exposes admin CRUD for user-agent / path policies. Hyva and Luma compatible.
a2zwebltd/laravel-newsletter
61 Downloads
A portable Laravel newsletter / broadcast-mailing engine — admin-authored mailings to registered users and external subscribers, approval → schedule → send workflow, per-recipient tracking, double opt-in subscribe/verify/unsubscribe flow, queued delivery with rate limiting, mail templates, and Nova admin resources.
enzoaccardo/ci4-adminkit-adminlte4
12 Downloads
Tema AdminLTE 4 (Bootstrap 5) per ci4-adminkit: layout pannello admin + pagine front auth, asset precompilati + sorgenti Vite.
enzoaccardo/ci4-adminkit-rbac
12 Downloads
RBAC (ruoli/permessi) per ci4-adminkit: implementa il contratto AdminKit\Contracts\Rbac (soft-discovery), servizio, model, migrazioni.
enzoaccardo/ci4-adminkit-mfa
12 Downloads
MFA (TOTP + WebAuthn/Passkey + recovery codes) per ci4-adminkit: servizi, flusso front, model, migrazioni. Viste dal tema ci4-adminkit-adminlte4.
enzoaccardo/ci4-adminkit
12 Downloads
Admin kit per CodeIgniter 4: Smarty + list builder (filtri/ordinamento/paginazione) + form builder (widget, interazioni, AJAX)
xsanz/magento2-module-admin-color-captcha
7 Downloads
Magento 2 admin image CAPTCHA with optional per-character colors and grayscale noise (XavierSanz_ColorCaptcha).
sinkronia/simple-admin
12 Downloads
Un esempio di custom package per laravel 5.1
chrisguitarguy/advanced-posts-per-page
22 Downloads
Control posts per page for each post type from the admin area.