riconet / t3-extension-softgarden
Displays jobs fetched from the API of softgarden, using only request with basic authorization.
2.0.0
2020-02-27 10:44 UTC
Requires
- php: ^7.2
- softgarden/php-sdk: dev-master
- typo3/cms-core: ^9.5
Requires (Dev)
- nimut/testing-framework: ^4.1
- phpmd/phpmd: ^2.7
- phpstan/phpstan: 0.11.*
- phpunit/phpunit: ^6.0 || ^7.0 || ^8.3
- squizlabs/php_codesniffer: ^3.4
This package is auto-updated.
Last update: 2024-11-24 23:06:24 UTC
README
Dependencies
- TYPO3 9.5.X
Description
Displays jobs fetched from the API of softgarden, using only request with basic authorization.
How to install - not composer mode
- Get and install composer
- Navigate to the root of the extension and run:
composer install --no-dev
- Activate the extension via the Extensions module.
- Include the static typoscript file.
- Install frontend dependencies using
yarn install
How to integrate?
Open the Extensions module, enter the settings of `rico_softgarden
and set the option
api.clientID
` to a valid value.