Download the PHP package skilldisplay/typo3-skilldisplay without Composer

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


Display Skills & SkillSets from SkillDisplay as TYPO3 Content Elements

This TYPO3 extension allows to show SkillDisplay Skills & SkillSets in TYPO3 installations.

Scenarios * Show job requirements based on official certification and expert definitions on your website

You can list the skills as content elements one by one, or use SkillSets for grouping purposes (see scenarios above). All public SkillSets available on the SkillDisplay platform (e.g.: Certification curriculums, etc.) are automatically available for use in this extension. To use custom SkillSets you either need a business account on the official SkillDisplay platform, or host the Open Source SkillDisplay Core Extension on your own TYPO3 instance.

Right now this extension provides the following features:

Installation

Install the extension via Extension Manager or composer.

Add static TypoScript once installed and activated via Extension Manager. The TypoScript contains the rendering definition for provided content elements.

Next Step: Copy Templates or adjust template paths via TypoScript. In order to allow TYPO3 to find the Fluid templates for content elements, either add the path `EXT:skilldisplay_content/Resources/Private/Templates/ContentElements/` in TypoScript, e.g.:

lib.contentElement {
    partialRootPaths {
        50 = EXT:skilldisplay_content/Resources/Private/Partials/ContentElements/
    }
    templateRootPaths {
        50 = EXT:skilldisplay_content/Resources/Private/Templates/ContentElements/
    }
}

Ensure the path has a lower number then your own paths and doesn't overwrite any existing number.

Or copy the files from `/Resources/Private/Templates/ContentElements/` to your existing template folder.

Configuration

It is possible to cache the API results for Skill Sets with this TypoScript constant:

SkilldisplayContent.skillSet.cache = 1

You may include default CSS for the templates in your TypoScript:

page.includeCSS.skilldisplay = EXT:skilldisplay_content/Resources/Public/Css/Styles.css

Site configuration is extended, where options like API Key can be provided.

Also TypoScript and TSconfig is added to provide wizard entries for new content elements, as well as rendering. Both can be adjusted via custom TypoScript and TSconfig.

Usage

Add content elements to the pages and insert the ID of skills as comma separated list, or select one of the available skillsets. (The list includes all public SkillSets on the official SkillDisplay platform. Using custom SkillDisplay instances based on the Open Source extension is possible, check the skilldisplay/php-api package for more information)


All versions of typo3-skilldisplay with dependencies

PHP Build Version
Package Version
Requires php Version ^7.4 || ^8.1 || ^8.2
skilldisplay/phptoolkit Version ^2.1.1
typo3/cms-backend Version ^11.5 || ^12.4
typo3/cms-frontend Version ^11.5 || ^12.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 skilldisplay/typo3-skilldisplay contains the following files

Loading the files please wait ....