Libraries tagged by check link

drupal-eca-recipe/eca_lib_0016

0 Favers
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)

Go to Download


scandi/module-store-hreflang-scope

0 Favers
1 Downloads

A module that will check each occurrence of the page and set the hreflang link

Go to Download


purplespider/silverstripe-page-type-status-checker

0 Favers
16 Downloads

A Silverstripe BuildTask that checks page type status by verifying HTTP status codes for CMS and frontend links

Go to Download


maispace/mai-accessibility

0 Favers
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.

Go to Download


drupal-eca-recipe/eca_lib_0004

0 Favers
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.

Go to Download


php-parallel-lint/php-parallel-lint

362 Favers
66128374 Downloads

This tool checks the syntax of PHP files about 20x faster than serial check.

Go to Download


overtrue/phplint

1028 Favers
14787520 Downloads

`phplint` is a tool that can speed up linting of php files by running several lint processes at once.

Go to Download


jakub-onderka/php-parallel-lint

634 Favers
10368950 Downloads

This tool check syntax of PHP files about 20x faster than serial check.

Go to Download


php-parallel-lint/php-var-dump-check

22 Favers
1653820 Downloads

Find forgotten variables dump in PHP source code.

Go to Download


sstalle/php7cc

1456 Favers
515097 Downloads

A command-line tool to check PHP 5.3 - 5.6 code compatibility with PHP 7

Go to Download


niels-de-blaauw/php-doc-check

43 Favers
249583 Downloads

Command line tool that identifies code that needs documentation.

Go to Download


nunomaduro/patrol

278 Favers
134632 Downloads

An elegant command-line tool that keeps your PHP Project's dependencies in check

Go to Download


gordinskiy/line-length-checker

4 Favers
51952 Downloads

PHP-CS-Fixer rule to check line length

Go to Download


codelicia/xulieta

67 Favers
13995 Downloads

Xulieta is a light php binary that lint documentation snippets

Go to Download


cipi/agent

5 Favers
2617 Downloads

Cipi Agent for Laravel — webhook deploy, health check, and server integration

Go to Download


<< Previous Next >>