Libraries tagged by custom log
exadium/emailverifiedmember
6 Downloads
This module provides a mechanism that requires users to verify their email address before they can log on to the CMS. This works with custom registration forms and the forum. Option for accounts to require manual moderation before they can log on.
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.
miniorangedev/craft-single-sign-on
500 Downloads
Craft Single Sign-On OAuth & SAML Connect plugin allows unlimited sso / login ( Single Sign On ) with your Azure AD, Discord, G Suite / Google Apps or other custom SAML, OAuth 2.0, OpenID Connect providers.
lxberlin/netefx-validator
8684 Downloads
NetefxValidator is a class for form validation, so it replaces the RequiredFields() validator. Features: A lot of build in validationrules - logical rule combination - validationrule for unique database fields - custom validation functions - works in getCMSValidator() in Modeladmin - There is no javascript validation at all. So you can disable js-validation in your _config.php
causal/direct_mail_userfunc
594 Downloads
Adds support for external providers to Direct Mail. This extension extends the types of recipient lists handled by Direct Mail with an entry for parameterized custom lists. These custom lists are prepared by user functions and may easily reuse your own business logic.
zimonh/log-viewer-custom-log-path
93 Downloads
Fast and easy-to-use log viewer for your Laravel application
zero1/module-custom-logging
32 Downloads
Allows you to configure different logging 'stacks' on a per environment basis. This would allow you to have a logging level of DEBUG on non_production and ERROR on production.
yakiv-khorunzhyi/log
0 Downloads
Custom logs
vkr/custom-logger-bundle
281 Downloads
A bundle for logging to non-default files in Symfony2/3
toshkq93/custom-logger
7 Downloads
Logger PSR-3
synaptic4u/logging
48 Downloads
Custom logging class able to log to files and database
submtd/laravel-custom-log
905 Downloads
Define custom log drivers from within a class
ryudith/mezzio-custom-log
0 Downloads
Library/middleware custom log for Mezzio.
ridge/laravel-custom-log
22 Downloads
extend laravel logger.
octedia/fix-monolog-custom-log-files
12 Downloads
Fix Monolog implementations to use custom log files for SaaS Common and Data Exporter modules