Libraries tagged by isvalid
mjisoton/fast-env
11 Downloads
An ultra-fast compiled .env loader for PHP with built-in auto-invalidation.
martinezart87/laravel-sql-server-custom-connector
804 Downloads
This package fix Fatal error: Uncaught PDOException: SQLSTATE[IMSSP]: An invalid attribute was designated on the PDO object in PHP 8.1.22, 8.2.9, 8.3.0
lioshi/wonder-cache-bundle
20 Downloads
A full response cache with automatic invalidation.
kinglozzer/bfgoogleanalytics
5715 Downloads
A slimmed, trimmed & tweaked version of silverstripe-labs/silverstripe-googleanalytics. Designed for use in internal projects or where developers are the only CMS administrators; as users can break their analytics code by inserting invalid javascript.
karnoweb/smart-cache
58 Downloads
Model-aware smart caching for Laravel with automatic invalidation, tag support, and stampede protection.
jonathanmaron/increment-version
417 Downloads
increment-version helps you programmatically maintain a .version file in the root directory of your project that contains a version number. Using this version number it is trivial to programmatically invalidate URIs to resources with a long expires header (stored, for example, in a CDN) in your build scripts.
jeyroik/sm-plugin-error-state
478 Downloads
Plugin for jeyroik StateMachine. Let to use error state - valid state but in invalid case.
jeffersongoncalves/laravel-page-cache
58 Downloads
This Laravel package provides a full-page response cache middleware for stateless public GET pages. It caches 200 responses keyed by a version token, locale, and theme cookie, skips authenticated requests, exposes an X-Page-Cache HIT/MISS header, and offers a static flush() helper to invalidate every cached page at once.
ichikaway/securephp
23 Downloads
SecurePHP is the PHP library for security. Delete control characters(ex. null byte) and invalid array keyname(_SERVER, _GET, etc)
drago-ex/bootstrap
3047 Downloads
The `ExtraConfigurator` class extends Nette's configuration by searching for `.neon` files across directories and caching the results, with automatic cache invalidation in development.
dg/mysql-check
44 Downloads
Checks a MySQL database for orphaned records or invalid foreign keys, i.e., keys pointing to missing rows.
concept-image/wp-markdown
15 Downloads
Generates and serves a Markdown version of any WordPress page (via a .md URL or the Accept: text/markdown header), with caching and automatic cache invalidation.
cmpayments/jsonlint
4735 Downloads
JSON Lint for PHP checks a string for invalid or malformed JSON, control character error, incorrect encoding or just plain old syntax errors. It returns comprehensive feedback in a one-line error message (one-line message especially meant for REST APIs) about the first error that occurred in the (JSON) string. It supports both RFC 4627 and (its superseding) RFC 7159.
capell-app/html-cache
14 Downloads
Full-page static HTML cache for Capell with dependency-indexed invalidation, scheduled stale-regeneration, and public-output safety guarantees.
baukasten/cache
901 Downloads
Flexible multi-bucket caching system with support for Redis, file, and in-memory storage, featuring attribute-based method caching and tag-based invalidation