The module allows visitors to apply to job offers.
A demonstration of the module is available on the Icybee demo website:
http://demo.icybee.org/careers/offers/
The apply view displays the application form selected in the module configuration to apply to
a specified offer.
The package requires PHP 5.4 or later.
The recommended way to install this package is through Composer.
Create a composer.json file and run php composer.phar install command to install it:
{
"minimum-stability": "dev",
"require":
{
"icybee/module-careers-offers": "*"
}
}The package is available on GitHub, its repository can be cloned with the following command line:
$ git clone https://github.com/Icybee/module-careers-offers.git careers.offers
The documentation for the package and its dependencies can be generated with the make doc
command. The documentation is generated in the docs directory using ApiGen.
The package directory can later by cleaned with the make clean command.
The module is licensed under the New BSD License - See the LICENSE file for details.