-
Notifications
You must be signed in to change notification settings - Fork 0
01.Installation
Muhammet ŞAFAK edited this page Aug 31, 2024
·
2 revisions
Before proceeding with the installation, make sure that you meet the dependencies and requirements.
- PHP 8.1 or later version.
- Compsoser (to be used during the installation and development process)
- PHP Manager Queue library (For abstraction and all the other nice features.)
- Symfony Console and Symfony Dotenv (A functional and recognized development process.)
Whatever queuing mechanisms you will use other than those listed above, you will have additional requirements.
- AMQP Extension https://pecl.php.net/package/amqp
- Include the
php-amqplib/php-amqplib
package in your project. - Service/Server connection information.
- rdKafka Extension https://pecl.php.net/package/rdkafka You can get support for installation and requirements from php.net Documentation.
- Service/Server connection information.
Open the empty directory where you will create the project and start a terminal there. Then run the following command and Composer will take care of everything for you.
composer create-project phpqueuemanager/application
That's all!