Download the PHP package inspiredminds/contao-personio without Composer

On this page you can find all versions of the php package inspiredminds/contao-personio. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

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 contao-personio

Contao Personio

Personio API connection for Contao.

Configuration

For the job listings you first need to configure the public XML feed of the company's job listings:

For the Recruiting API you will need to define the Company ID and the Recruiting API token:

It is recommended to store the token as an environment variable:

Job List

The Personio jobs content elements lists all available jobs. Within the content element you can set a redirect page for the details of the job. This redirect page must be a page of the type Personio job (see below).

Job Reader

The Personio job content element acts as the reader output for the details of a job. For it work, it needs to be placed within a page of the type Personio job.

Application Form

The application form can be placed either alongside the Personio job reader content element, or on its own page. In both cases the type of the page needs to be Personio job. If you place the form on a separate page, you can define a redirect page in the Personio job content element, so that it automatically generates a link to the application form.

The application form can either be generated through the dedicated Personio job application content element, or a form from the Contao Form Generator.

Content Element

In order to get additional form fields for your custom Personio attributes into the application form, you can use the ModifyApplicationFormListener event:

The name of the field must match the internal name of the custom attribute.

Form Generator

Instead of using the Personio job application content element you can also create your own form in the Contao Form Generator and activate the Store in Personio setting. Within the form you can then add the form fields you need. The names of the fields must match the names of the fields in the API. For file uploads the field name must match the category of the file in the API.

Also keep in mind that the fields first_name, last_name and email are mandatory in the Personio API.

Acknowledgements

Development funded by Helmig + Weber Steuerberater.


All versions of contao-personio with dependencies

PHP Build Version
Package Version
Requires php Version >=8.1
codefog/contao-haste Version ^5.2
contao/core-bundle Version ^4.13 || ^5.0
phpdocumentor/reflection-docblock Version ^5.3
symfony/dependency-injection Version ^5.4 || ^6.4 || ^7.1
symfony/event-dispatcher Version ^5.4 || ^6.4 || ^7.1
symfony/event-dispatcher-contracts Version ^2.0 || ^3.0
symfony/filesystem Version ^5.4 || ^6.4 || ^7.1
symfony/framework-bundle Version ^5.4 || ^6.4 || ^7.1
symfony/http-client Version ^5.4 || ^6.4 || ^7.1
symfony/http-client-contracts Version ^2.0 || ^3.0
symfony/http-foundation Version ^5.4 || ^6.4 || ^7.1
symfony/http-kernel Version ^5.4 || ^6.4 || ^7.1
symfony/messenger Version ^5.4 || ^6.4 || ^7.1
symfony/mime Version ^5.4 || ^6.4 || ^7.1
symfony/property-access Version ^5.4 || ^6.4 || ^7.1
symfony/property-info Version ^5.4 || ^6.4 || ^7.1
symfony/serializer Version ^5.4 || ^6.4 || ^7.1
terminal42/contao-fineuploader Version ^3.4
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 inspiredminds/contao-personio contains the following files

Loading the files please wait ....