This project demonstrates the integration of Paystack's payment gateway into a PHP-based application. The application allows users to register, log in, and make payments through Paystack.
- User registration and login
- Paystack payment gateway integration
- Transaction verification
- PHP for backend development
- MySQL for database management
- Paystack API for payment processing
- Tabler UI for the frontend
- Bootstrap for responsive design
-
Clone the repository:
git clone https://github.com/Maithy-a/PaystackIntergration.git
-
Navigate to the project directory:
cd PaystackIntergration -
Install dependencies using Composer:
composer install
-
Set up your
.envfile with your Paystack API keys and database configuration.
DB_HOST=
DB_USER=
DB_PASSWORD=
DB_NAME=
DB_PORT=
PAYSTACK_SECRET_KEY=
PAYSTACK_PUBLIC_KEY=php -S localhost:8080After setting up the project, you can use the registration page to create an account, then make payments using Paystack.
Feel free to fork the repository and submit pull requests with improvements or bug fixes.
This project is open-source and available under the MIT License.
Let me know if you’d like to modify it or need additional details! 😊
