-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
29 lines (29 loc) · 788 Bytes
/
composer.json
File metadata and controls
29 lines (29 loc) · 788 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
{
"name": "tural/epoint",
"type": "library",
"description": "The library provides convenient access to the Epoint API from applications written in the PHP language. It includes a pre-defined set of static class functions for API resources that initialize themselves dynamically from Tural/Epoint class which makes it easier without writing repetitive configuration.",
"keywords": [
"epoint",
"epoint.az",
"epoint library",
"epoint api",
"epoint client"
],
"require": {
"php": ">=7.0.0",
"php-http/guzzle6-adapter": "1.1"
},
"license": "MIT",
"autoload": {
"psr-4": {
"Tural\\Epoint\\": "src/"
}
},
"authors": [
{
"name": "Tural",
"email": "tural.esger@gmail.com"
}
],
"minimum-stability": "stable"
}