-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
46 lines (46 loc) · 985 Bytes
/
composer.json
File metadata and controls
46 lines (46 loc) · 985 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "sharpapi/php-resume-job-match-score",
"description": "Resume/CV & Job Description Compatibility Scoring API for PHP powered by SharpAPI.com",
"type": "library",
"keywords": [
"sharpapi",
"resume matching",
"cv",
"job description",
"php",
"ai api",
"ats",
"hr tech",
"natural language processing",
"job score",
"compatibility scoring"
],
"license": "MIT",
"homepage": "https://github.com/sharpapi/php-resume-job-match-score",
"authors": [
{
"name": "Dawid Makowski",
"email": "contact@sharpapi.com",
"role": "Developer"
}
],
"require": {
"php": "^8.0",
"ext-json": "*",
"guzzlehttp/guzzle": "^7.8.2",
"sharpapi/php-core": "^1.4.0",
"spatie/url": "^2.4"
},
"autoload": {
"psr-4": {
"SharpAPI\\ResumeMatchScore\\": "src/"
}
},
"scripts": {
},
"config": {
"sort-packages": true
},
"minimum-stability": "dev",
"prefer-stable": true
}