mirror of
https://codeberg.org/vlw/php-mysql.git
synced 2025-09-14 00:33:41 +02:00
The name I gave this years ago "libmysqldriver" never sat right with me.. okay it might be considered a library for mysql but it's *definitely* not a driver. Reviewed-on: https://codeberg.org/vlw/php-mysql/pulls/36 Co-authored-by: vlw <victor@vlw.se> Co-committed-by: vlw <victor@vlw.se>
19 lines
446 B
JSON
19 lines
446 B
JSON
{
|
|
"name": "vlw/mysql",
|
|
"description": "Abstraction library for common MySQL/MariaDB DML operations with php-mysqli",
|
|
"type": "library",
|
|
"license": "GPL-3.0-or-later",
|
|
"authors": [
|
|
{
|
|
"name": "Victor Westerlund",
|
|
"email": "victor@vlw.se"
|
|
}
|
|
],
|
|
"minimum-stability": "dev",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"vlw\\MySQL\\": "src/"
|
|
}
|
|
},
|
|
"require": {}
|
|
}
|