We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0d1bdd commit ea25187Copy full SHA for ea25187
1 file changed
README.md
@@ -1,5 +1,5 @@
1
-# a3pay-php
2
-PHP library for a3Pay
+# codeboxsql
+Wrapper for the PHP MySQLi Extension
3
4
5
## Requirements
@@ -9,7 +9,7 @@ PHP library for a3Pay
9
## Installation
10
To install with composer run the following command
11
12
- composer require a3pay/php
+ composer require esiokugbechoice/codeboxsql
13
14
15
## Usage
@@ -19,7 +19,7 @@ To install with composer run the following command
19
require_once 'vendor/autoload.php';
20
//OR
21
//Include the classes directly from path
22
-require_once 'vendor/a3pay/php/dist/payments.php';
+require_once 'vendor/esiokugbechoice/codeboxsql/dist/payments.php';
23
24
//mysqli USAGE
25
//INSERT
0 commit comments