Libraries tagged by bewor
vardumper/legacy-wordpress-password-encoder
593 Downloads
Import or migrate users from WordPress and WooCommerce to Shopware 6. Use the 'wordpress' encoder setting. Users will be able to login as before.
subzerobo/sabalim-action-wrapper
17626 Downloads
Action Wrapper Library for Before/After action handling
serhii/short-number
3052 Downloads
For changing the language you want to call `set` method once before calling other methods from this package.
raccoondepot/error-log
548 Downloads
This TYPO3 extension manages errors and exceptions, even before TYPO3 fully loads. It groups and displays errors in the backend, with detailed information and stack traces. Configurable notifications and reports via email and Slack keep you informed, while AI assistance aids in resolving issues.
phpro/grumphp-combined-coverage-extension
3533 Downloads
Combine multiple PHP coverage into a single clover XML before executing a clover check.
palpalani/laravel-spamassassin-score
2923 Downloads
Check the spam score of emails before sending them.
mundschenk-at/check-wp-requirements
22576 Downloads
A class to allow WordPress plugins to check certain runtime requirements before activation.
mouf/utils.common.lock
67271 Downloads
A simple package that provides functions to get a lock. Typically, you want to use locks when you want to be sure that 2 actions do not happen at the same time. For instance, if you regularly schedule cron tasks, you might want to be sure the last cron task finished before running the new one. A lock can help you do that.
mantraideas/laravel-env-doctor
113 Downloads
LaravelEnvDoctor is a developer-friendly CLI tool for Laravel that checks your .env variables, validates the current environment, and ensures directory permissions are correctly set — helping you catch misconfigurations before they become problems.
m-wardany/hash-ids
516 Downloads
This package is designed to hash sequential keys so that they appear as random characters, making them difficult to predict. There is no requirement to check if the key already exists in the database before saving, as each key is guaranteed to be unique
laxity7/yii2-trim-behavior
3542 Downloads
Behavior that truncates all spaces and other characters in all attributes in a model before validate
laravelgems/escape
12230 Downloads
Basic methods to escape untrusted data before inserting into different HTML contexts
innomedio/sulu-image-optimizer-bundle
3866 Downloads
Optimizes images before they are being uploaded and stored in the Sulu media library
datatables.net/datatables.net-rowgroup-bs5
2912 Downloads
RowGroup adds the ability to easily group rows in a DataTable by a given data point. The grouping is shown as an inserted row either before or after the group. This is RowGroup for DataTables with styling for [Bootstrap5](https://getbootstrap.com/)
czim/laravel-modelcomparer
3994 Downloads
Performs a deep-nested comparison of a model's before/after state.