Libraries tagged by write protect
robertbaelde/laravel_read_only_fields
11955 Downloads
Protect read only fields from accidentally being updated
topshelfcraft/write-protected-fields-core
3054 Downloads
jojijacobk/access-sso-protected-data
7 Downloads
Read/Write data on single-sign-on protected pages with a single line of script.
svenjuergens/lock_ts
7 Downloads
A simple write protection for TypoScript Templates.
phpoffice/phpproject
18203 Downloads
PHPProject - Read, Create and Write Project Management documents in PHP
wcm/git-php-hooks
42387 Downloads
Write git hooks with PHP, organize them on a per-project base and automatically add them
usmonaliyev/laravel-route-logger
3748 Downloads
This package write log when project handle request.
terremoth/php-async
18 Downloads
Write async PHP processes or process async files with no phtreads, parallel or reactive libs
it-for-free/rusphp
5432 Downloads
Universal PHP library for different perposis
sarehub/dockerutil
3531 Downloads
This project contains some docker util for write docker based applications
drupal-composer/info-rewrite
14112 Downloads
Writes out version information to the .info.yml files for Drupal projects.
ninjaphp/ninja
616 Downloads
A simple but very effective PHP firewall. It enables you to easily block most SQL and XSS injections. It also includes a white-/blacklisting of IP's and throttling request using Leaky Bucket.
sofa/laravel-test-generator
7 Downloads
Don't write boilerplate for your feature tests in a Laravel project
uniquelibs/fos-user-recaptcha-protection-bundle
70 Downloads
A bundle to extend fos user by adding brute force protection, white -and blacklisting and recaptcha integration.
hotelmah/write-file
15 Downloads
Write File is a rudimentary PHP write a file to disk class. Data can be added incrementally to memory using the saveData method which can then be written at once to a file via the write method. This library is used by the MySQL Table Editor (MTE) project.