Download the PHP package browserwerk/bw_jobs without Composer

On this page you can find all versions of the php package browserwerk/bw_jobs. 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 bw_jobs

BW Jobs

The BW Jobs extension allows you to manage and present open job positions on your TYPO3 website.

Features

Installation

  1. Install the extension with composer:

  2. Include the TypoScript template in the template module
  3. Add the two plugins, Detail View and List View, to two separate pages
  4. Configure the extension to your liking (see below for available constants)
  5. Add these route enhancers to your site configuration:

Available TypoScript constants

plugin.tx_bwjobs_detail.settings

Constant Name Default Value Description
formPersistenceIdentifier EXT:bw_jobs/Resources/Private/Forms/jobApplication.form.yaml The path to the form YAML used for rendering the frontend application form.
senderName BW Jobs Extension The name of the sender emails should be sent by.
senderAddress [email protected] The address emails should be sent from.
templateRootPath EXT:bw_jobs/Resources/Private/Templates/ The path Fluid templates are stored in.
partialRootPath EXT:bw_jobs/Resources/Private/Partials/ The path Fluid partials are stored in.
layoutRootPath EXT:bw_jobs/Resources/Private/Layouts/ The path Fluid layouts are stored in.
emailTemplateRootPath EXT:bw_jobs/Resources/Private/Templates/Email/ The path Fluid email templates are stored in.
emailLayoutRootPath EXT:bw_jobs/Resources/Private/Layouts/Email/ The path Fluid email layouts are stored in.

plugin.tx_bwjobs_list.settings

Constant Name Default Value Description
itemsPerPage 10 The maximum number of items per page.
templateRootPath EXT:bw_jobs/Resources/Private/Templates/ The path Fluid templates are stored in.
partialRootPath EXT:bw_jobs/Resources/Private/Partials/ The path Fluid partials are stored in.
layoutRootPath EXT:bw_jobs/Resources/Private/Layouts/ The path Fluid layouts are stored in.

module.tx_bwjobs.settings

Constant Name Default Value Description
storagePid 1 The pid of the page where entities should be stored on.
hideFooter 0 Whether the footer in backend modules should be hidden.

Introduction for editors

This extension ships with five different record types:

To create a Job Position, first create a Location and assign one or more Contact Persons to it. Then, create an Employment Type. Lastly, create a Job Position and assign the created Location as well as the Employment Type to it. You can optionally create a Category and assign it to the Job Position as well.

Translations

The following translations are available by default:

Contributions for adding additional languages are always welcome.

Sitemap

Add the following TypoScript to output job positions in the TYPO3 sitemap:

Structured data

This extension outputs structured JSON-LD data for job positions. If you wish to disable it, override the Show template and remove the bw:structuredData ViewHelper at the very bottom of this template.

Overriding Fluid templates

To override the default Fluid templates used by the extension, simply set the following TypoScript constants to the desired paths:

This will not completely disable the default templates, it just allows you to override them from your own extension. If you wish to add more than just one additional path, use the TypoScript setup for plugin.tx_bwjobs_detail.view and plugin.tx_bwjobs_list.view instead.

Customizing the default styles

The following CSS Custom Properties are available for you to override from your own stylesheet:

Please note: Because of the usage of modern CSS features, the default styling is not compatible with Internet Explorer 11.

Disabling the default styles

This extension ships with Bootstrap 5 and some additional custom styling. To disable these styles, unset the includes via TypoScript:

Customizing the emails

To customize the emails sent by this extension, set the following TypoScript constants to the desired paths in your own extension:

Constant Name Default Value Description
emailTemplateRootPath EXT:bw_jobs/Resources/Private/Templates/Email/ The path Fluid email templates are stored in.
emailLayoutRootPath EXT:bw_jobs/Resources/Private/Layouts/Email/ The path Fluid email layouts are stored in.

Make sure these files exist in the new template path:

You can copy theses files from Resources/Private/Templates/Email.

The new layout path can be kept empty, but you are free to add custom layouts there as well.

The default application form is configured to use FluidEmail by default. If you want to change this, see below for instructions on how to customize the application form.

Customizing the application form

You can override the default YAML used for rendering the application form by setting the following TypoScript constant to point to your own form definition YAML:

Constant Name Default Value Description
formPersistenceIdentifier EXT:bw_jobs/Resources/Private/Forms/jobApplication.form.yaml The path to the form YAML used for rendering the frontend application form.

Make sure to take a look inside the default template in Resources/Private/Templates/Frontend/Apply.html to see which values are set dynamically from inside Fluid.

Found a bug?

If you found a bug, create an issue with detailed steps for reproduction.

About us

Browserwerk develops individual corporate websites and enterprise open source projects. Conception, consultation and implementation of tailor-made online and intranet solutions are part of the agency's core business. Short project times and fast release cycles play a decisive role here. The agency supports medium-sized and globally operating companies throughout Europe in the digitization of business processes. Agile working methods and best practices are used in the projects. By sharing issues from different angles, customers become long-term partners.

More about us on our website.


Icons by Heroicons.


All versions of bw_jobs with dependencies

PHP Build Version
Package Version
Requires typo3/cms-core Version ^12.4.0
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 browserwerk/bw_jobs contains the following files

Loading the files please wait ....