Libraries tagged by censure
vangelis/todoordie
1 Downloads
Write TODOs in code that ensure you actually do them
ularanigu/cherrystone
0 Downloads
Designed to ensure security on web authentication systems.
sweikenb/contracts-bundle
0 Downloads
Helper bundle that ensures your public and private contracts don't change unintentionally during development.
suin/livexample
168 Downloads
Ensures your example codes works well by unit testing.
stephanmeijer/typed
850 Downloads
Ensure your value's type
stefangabos/zebra_cache
22 Downloads
A file-based lightweight PHP caching library that uses file locking to ensure proper functionality under heavy load
stechstudio/laravel-locking-migrations
1 Downloads
Ensure only one server runs migrations at a time
sonyatv/composer-plugin-vcschecker
13 Downloads
Checks VCS definitions in composer.json to ensure it does not contain any file:/// URLs
scriptbaker/magento2-ship-out-of-stock-items
0 Downloads
This Magento 2 module allows the creation of shipments for orders containing items that are out of stock. In default Magento, attempting to create a shipment for an order with out-of-stock items results in the error: "Not all of your products are available in the requested quantity." This module remedies that problem by adjusting the stock quantities to ensure the shipment can be processed.
savioamin/laravel-model-affected-rows-verification
3 Downloads
laravel-model-affected-rows-verification is a library that extends the default Laravel model to include implicit row count verification for update and delete operations. This ensures that these operations are conducted safely, providing an extra layer of validation to prevent unintended data modifications and enhance the stability of your Laravel applications.
sandromiguel/php-type
17 Downloads
Validate PHP field values to ensure data integrity and suppress linter alerts.
sadekur-rahman/laravel-installer
0 Downloads
Laravel Secure is a comprehensive security package designed to strengthen the security of Laravel applications. It provides multiple layers of protection to guard your project against common vulnerabilities and threats. With built-in tools for securing data, monitoring threats, and managing user access, Secure ensures your Laravel project stays secure without compromising on performance.
ricorocks-digital-agency/ricorocks-coding-standard
488 Downloads
A set of rules that can be applied to projects to ensure a consistent level of code quality.
rezouce/codeception-mongodb-cleanstate
341 Downloads
Drop MongoDB databases to ensure each test using MongoDB are in a clean environment
rawveg/model-validation
45 Downloads
Laravel Model Validation - Uses validation rules at the model level to ensure that all data being saved in a model is valid. Just as you would use Request Validation in your Controllers, Model-Level validation allows you to be ensure that even code within your application that manually creates a model, cannot do so using invalid data.