mirror of
https://github.com/SkillDisplay/PHPToolKit.git
synced 2024-11-23 08:16:09 +01:00
[TASK] Update ReadMe.md with composer info
This commit is contained in:
parent
64670ba49e
commit
efbd72c843
1 changed files with 12 additions and 5 deletions
17
ReadMe.md
17
ReadMe.md
|
@ -16,7 +16,7 @@ The PHP Toolkit is designed to help you connecting your own PHP application with
|
||||||
Self-Verifications are a users way to say "I can do this". This is like writing it in a resumée, but instead of an arbitrary text the claim is put into context of Skills on European level.
|
Self-Verifications are a users way to say "I can do this". This is like writing it in a resumée, but instead of an arbitrary text the claim is put into context of Skills on European level.
|
||||||
|
|
||||||
You'll want to include Self-Verification in your application for all matters of self-study. (Completing a tech article, Progressing in a Tutorial, etc.)
|
You'll want to include Self-Verification in your application for all matters of self-study. (Completing a tech article, Progressing in a Tutorial, etc.)
|
||||||
|
|
||||||
### External Verifications
|
### External Verifications
|
||||||
These Verifications require a second party - a person or organization who is tasked with verifying Skills of users in a specific context.
|
These Verifications require a second party - a person or organization who is tasked with verifying Skills of users in a specific context.
|
||||||
- Automatic Educational-Verification: Grant skill verification via an exam system in a school, an automated review after a coaching, etc.
|
- Automatic Educational-Verification: Grant skill verification via an exam system in a school, an automated review after a coaching, etc.
|
||||||
|
@ -35,19 +35,19 @@ Included examples:
|
||||||
### Automatic Self-Verifications
|
### Automatic Self-Verifications
|
||||||
In order to implement automatic Self-Verification for Skills you need:
|
In order to implement automatic Self-Verification for Skills you need:
|
||||||
- An API Key
|
- An API Key
|
||||||
|
|
||||||
Obtaining an API Key is easy. Just write us an E-Mail to [partners@skilldisplay.eu], and let us know your use-case. We'll then send you an API Key.
|
Obtaining an API Key is easy. Just write us an E-Mail to [partners@skilldisplay.eu], and let us know your use-case. We'll then send you an API Key.
|
||||||
|
|
||||||
Included examples:
|
Included examples:
|
||||||
- grant automatic Self-Verification of a skill to a user for whom you know the SkillDisplay E-Mail Account (src/Example/APIKeyRequired/AutoGrantSelfVerification.php)
|
- grant automatic Self-Verification of a skill to a user for whom you know the SkillDisplay E-Mail Account (src/Example/APIKeyRequired/AutoGrantSelfVerification.php)
|
||||||
|
|
||||||
### Automatic External-Verification
|
### Automatic External-Verification
|
||||||
|
|
||||||
In order to implement these types of Verification for Skills you need:
|
In order to implement these types of Verification for Skills you need:
|
||||||
- An API Key
|
- An API Key
|
||||||
- A VerifierID
|
- A VerifierID
|
||||||
- A Verifier secret key
|
- A Verifier secret key
|
||||||
|
|
||||||
We grant a VerifierID and a Verifier secret key to our partners.
|
We grant a VerifierID and a Verifier secret key to our partners.
|
||||||
- Business Representatives: https://www.skilldisplay.eu/en/platform-guide/skilldisplay-for-business-persons/
|
- Business Representatives: https://www.skilldisplay.eu/en/platform-guide/skilldisplay-for-business-persons/
|
||||||
- Educators: https://www.skilldisplay.eu/en/platform-guide/skilldisplay-for-educators/
|
- Educators: https://www.skilldisplay.eu/en/platform-guide/skilldisplay-for-educators/
|
||||||
|
@ -57,3 +57,10 @@ Included examples:
|
||||||
- grant automatic Business-Verification of a skill to a user for whom you know the SkillDisplay E-Mail Account (src/Example/FullSettingsRequired/AutoGrantBusinessVerification.php)
|
- grant automatic Business-Verification of a skill to a user for whom you know the SkillDisplay E-Mail Account (src/Example/FullSettingsRequired/AutoGrantBusinessVerification.php)
|
||||||
|
|
||||||
[partners@skilldisplay.eu]:(mailto:partners@skilldisplay.eu?subject=APIKey)
|
[partners@skilldisplay.eu]:(mailto:partners@skilldisplay.eu?subject=APIKey)
|
||||||
|
|
||||||
|
## Developer info
|
||||||
|
|
||||||
|
To fetch dependencies locally use:
|
||||||
|
|
||||||
|
`docker run --rm -it -v $PWD:/app composer composer install`
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue