Libraries tagged by preserve
oldpocket/arais
0 Downloads
ARAIS is a simple IoT server for personal use or small projects. It can manage devices and sensors, together with its data. All with JWT tokens to preserve the data integrity. The server provide REST calls, to make it simple for integration and the solution dont have any external dependency. Everything you need with just a feel PHP files.
liquidlab-agency/magento2-multiline-grid
0 Downloads
Magento 2 module that preserves line breaks in text area custom attributes when displayed in the admin product grid.
jeremiah-shaulov/php-web-node
22 Downloads
PHP-FPM implementation that allows to preserve resources (global variables) between requests, so database connections pool is possible
jalle19/sanemail
31 Downloads
Zend Mail wrapper for those who want to preserve their sanity
griffnode/php-sdk
0 Downloads
Accept Bitcoin, Litecoin, Dogecoin, Dash, Ethereum and ERC-20 tokens. Server-to-server, authenticated with a secret API key (`Authorization: Bearer sk_live_…` for live, or `sk_test_…` for test mode — same base URL). All monetary amounts in API responses are JSON numbers; **webhook** amounts are strings to preserve decimal precision (see the `webhooks` section). **Rate limits.** Every request is rate-limited per API key in two windows — per minute and per hour — by plan tier (min/hour): starter 30/500, business 100/2000, professional 300/5000, enterprise 1000/20000. Every response carries `X-RateLimit-Limit`, `X-RateLimit-Remaining` and `X-RateLimit-Reset` (Unix seconds) for the per-minute window. On `429` the body is `error: "RATE_LIMIT_EXCEEDED"` (either window) with a `Retry-After` header (seconds) — clients should retry after it. A separate `429` with `error: "MONTHLY_LIMIT_REACHED"` means the plan's monthly transaction quota (not the request rate).
gplcart/xss
1 Downloads
Simple XSS filter with the ability to preserve some HTML tags
clicktrail/psr-middleware
0 Downloads
PSR-15 middleware for ClickTrail attribution: capture UTMs/click IDs from incoming requests, preserve first/last touch, persist only when consent permits, attach context downstream. No remote calls during the request.
blessedzulu/nativephp-deeplinks
0 Downloads
Deep-link hardening for NativePHP Mobile: scope Android App Links to specific path prefixes and preserve array query params (Livewire #[Url]) through the WebView bridge. Build-time only, no native SDK.
sof3/annotated-properties
7 Downloads
A PHP library for comment-preserved data serialization of INI-based languages
alsvanzelf/gaps
1402 Downloads
Stop minding the gap. Extend php with these polyfills and missing functionality. Right now, `array_splice_preserve_keys`.
consolidation/comments
8016923 Downloads
A tool for preserving comments, e.g. when parsing YAML files.
boundwize/jsonrecast
283091 Downloads
Editable JSON AST with visitor traversal and formatting-preserving printing.
jan2000/ffxradix
429410 Downloads
The Scheme FFX[radix] of the FFX Mode of Operation for Format-Preserving Encryption
jelix/inifile
146150 Downloads
classes to read and modify ini files by preserving comments and empty lines
aura/marshal
145038 Downloads
The Aura Marshal package is a data-object marshalling tool; it takes results from data sources and marshals those result sets into domain model objects of your own design, preserving data relationships along the way.