Skip to content

Commit ea25187

Browse files
Update README.md
1 parent f0d1bdd commit ea25187

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# a3pay-php
2-
PHP library for a3Pay
1+
# codeboxsql
2+
Wrapper for the PHP MySQLi Extension
33

44

55
## Requirements
@@ -9,7 +9,7 @@ PHP library for a3Pay
99
## Installation
1010
To install with composer run the following command
1111

12-
composer require a3pay/php
12+
composer require esiokugbechoice/codeboxsql
1313

1414

1515
## Usage
@@ -19,7 +19,7 @@ To install with composer run the following command
1919
require_once 'vendor/autoload.php';
2020
//OR
2121
//Include the classes directly from path
22-
require_once 'vendor/a3pay/php/dist/payments.php';
22+
require_once 'vendor/esiokugbechoice/codeboxsql/dist/payments.php';
2323

2424
//mysqli USAGE
2525
//INSERT

0 commit comments

Comments
 (0)