Download the PHP
package furan/module-queue-config-status without Composer
On this page you can find all versions of the php package
furan/module-queue-config-status. It is possible to download/install
these versions without Composer. Possible dependencies are resolved
automatically.
After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.
Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.
In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories.
In this case some credentials are needed to access such packages.
Please use the auth.json textarea to insert credentials, if a package is coming from a private repository.
You can look here for more information.
Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
To use Composer is sometimes complicated. Especially for beginners.
Composer needs much resources. Sometimes they are not available on a simple webspace.
If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?
Informations about the package module-queue-config-status
Furan_QueueConfigStatus
A Magento 2 module that provides a command to check if your queue configuration is out of sync with the database.
Overview
This module adds a queue:config:status command that validates whether your queue topology configuration matches what's registered in the database. It helps you determine if you need to run setup:upgrade after modifying queue configuration files.
Why Use This?
When you modify queue_topology.xml or queue_consumer.xml files in your modules, those changes don't take effect until you run setup:upgrade. This command lets you quickly check if your queue configuration is up to date without running the full upgrade process.
Usage
Check queue configuration status:
Possible outputs:
Queue Consumer files are up to date. - No action needed
Queue consumer files have changed. Run setup:upgrade command to synchronize queue consumer config. - You need to run setup:upgrade, exit code 2
Requirements
PHP 8.0+
How It Works
The command compares:
Queue names defined in your queue_topology.xml files across all modules
Queue names registered in the queue database table
If there are queues in your configuration that don't exist in the database, setup:upgrade is required.
Notes
This command reads configuration directly from XML files to bypass cache
Database may contain legacy queue entries from removed modules - this is expected and not flagged as an issue
Only detects missing queues, not configuration changes to existing queues
All versions of module-queue-config-status with dependencies
Composer command for our command line client (download client)This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free.Standard composer command
The package furan/module-queue-config-status contains the following files
Loading the files please wait ...
Loading please wait ...
Before you can download the PHP files, the dependencies should be resolved. This can take some minutes. Please be patient.