Libraries tagged by check link
drupal-eca-recipe/eca_lib_0016
61 Downloads
This model provides an endpoint `/eca/export/users` which can be published as a menu item or a link. When requested, it does this:- Check access and only allow users with the administror role to cal that endpoint- Enqueue a task called `export-users` and forward the email address of the current user- Display a message to the user and redirect them back to the page where they came fromAfter that, the task is being queued and will be executed by the next cron of the Drupal site. This will then execute the view and export the result into a csv file. Finally, an email will be sent to the user who originally requested the export together with the link from where they can download the export.Building this model has been recorded: [watch video](https://tube.tchncs.de/w/qpc4qAu2jPMPqcnzV8125h)
scandi/module-store-hreflang-scope
1 Downloads
A module that will check each occurrence of the page and set the hreflang link
purplespider/silverstripe-page-type-status-checker
16 Downloads
A Silverstripe BuildTask that checks page type status by verifying HTTP status codes for CMS and frontend links
maispace/mai-accessibility
0 Downloads
Backend module for editorial accessibility analysis. Checks content elements for common accessibility issues before publication. Includes TYPO3 link validation to surface broken links alongside accessibility warnings.
drupal-eca-recipe/eca_lib_0004
77 Downloads
Demonstrate how typical switch-case PHP constructors could be simulated in ECA models - similar to if-elsif-else statements.The model is similar to what you would normally do in PHP like this:```phpswitch ($field_select) { case 'a1': case 'a2': case 'a3': case 'c7': // Set Status to 3 $field_status = 3; case 'b1': case 'b2': // Set Status to 4 $field_status = 4; default: // Set default Status $field_status = 2;}```Important note: after the action "Set default Status to 2", ECA first checks the conditions of ALL successors; only then does it execute the actions that follow for those conditions that return TRUE. That's why the "no condition" link has no condition, as we want to execute that path in any case, but not before the top two paths had a chance to change the status. Therefore the condition, if the status is still 2, happens with a delay, i.e. really after everything else has been completed.
php-parallel-lint/php-parallel-lint
66128374 Downloads
This tool checks the syntax of PHP files about 20x faster than serial check.
overtrue/phplint
14787520 Downloads
`phplint` is a tool that can speed up linting of php files by running several lint processes at once.
jakub-onderka/php-parallel-lint
10368950 Downloads
This tool check syntax of PHP files about 20x faster than serial check.
php-parallel-lint/php-var-dump-check
1653820 Downloads
Find forgotten variables dump in PHP source code.
sstalle/php7cc
515097 Downloads
A command-line tool to check PHP 5.3 - 5.6 code compatibility with PHP 7
niels-de-blaauw/php-doc-check
249583 Downloads
Command line tool that identifies code that needs documentation.
nunomaduro/patrol
134632 Downloads
An elegant command-line tool that keeps your PHP Project's dependencies in check
gordinskiy/line-length-checker
51952 Downloads
PHP-CS-Fixer rule to check line length
codelicia/xulieta
13995 Downloads
Xulieta is a light php binary that lint documentation snippets
cipi/agent
2617 Downloads
Cipi Agent for Laravel — webhook deploy, health check, and server integration