We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ad68a28 + 188b9ed commit 9fd9a37Copy full SHA for 9fd9a37
composer.json
@@ -0,0 +1,11 @@
1
+{
2
+ "name": "joshcam/PHP-MySQLi-Database-Class",
3
+ "description": "Wrapper for a PHP MySQL class, which utilizes MySQLi and prepared statements.",
4
+ "license": "GPL-3.0",
5
+ "require": {
6
+ "php": ">=5.3.0"
7
+ },
8
+ "autoload": {
9
+ "files": ["MysqliDb.php"]
10
+ }
11
+}
0 commit comments