Setup
============
============
Dependencies
============
| You need `Php `_ version >= 8.4
| You need a running `Mongodb `_ instance
============
Install
============
You can install Recruiter through `Composer`_ by running the following command in your terminal:
.. code-block:: bash
$ composer require recruiterphp/recruiter
.. _Composer: https://getcomposer.org
============
Setup
============
| You will need to create a bootstrap file for the worker processes, in order to include your classes so they can be used by the worker.
| If for example you use `composer` autoloading for your project, you can write a simple bootstrap file like this:
.. code-block:: php
`_ using Recruiter.