-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
22 lines (22 loc) · 830 Bytes
/
composer.json
File metadata and controls
22 lines (22 loc) · 830 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "hackerpro536/pdo-class-wrapper",
"type": "library",
"description": "PDO Class Wrapper is a wrapper class of PDO (PHP Data Object) library. As we know that in any web application, database makes an important role for developer to create a good dynamic web application.",
"keywords": ["pdo","mysql", "database", "db", "pdohelper", "pdo-class-wrapper", "mysql-class"],
"homepage": "https://github.com/hackerpro536/PDO_Class_Wrapper",
"license": "LGPL-3.0",
"authors": [
{
"name": "Le Van Phu",
"email": "hackerpro536@gmail.com",
"homepage": "https://github.com/hackerpro536/",
"role": "Developer"
}
],
"require": {
"php": ">=5.0.0"
},
"autoload": {
"files": ["class/class.pdowrapper.php"]
}
}