Skip to content

Maithy-a/paystack-Intergration

Repository files navigation

Paystack Integration

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.

Features

  • User registration and login
  • Paystack payment gateway integration
  • Transaction verification

Technologies

  • PHP for backend development
  • MySQL for database management
  • Paystack API for payment processing
  • Tabler UI for the frontend
  • Bootstrap for responsive design

Installation

  1. Clone the repository:

    git clone https://github.com/Maithy-a/PaystackIntergration.git
  2. Navigate to the project directory:

    cd PaystackIntergration
  3. Install dependencies using Composer:

    composer install
  4. Set up your .env file with your Paystack API keys and database configuration.

DB_HOST=
DB_USER=
DB_PASSWORD=
DB_NAME=
DB_PORT=
PAYSTACK_SECRET_KEY=
PAYSTACK_PUBLIC_KEY=
  1. Create a database schema that looks like this: image

  2. Run the application on your local server.

php -S localhost:8080

Usage

After setting up the project, you can use the registration page to create an account, then make payments using Paystack.

Contributing

Feel free to fork the repository and submit pull requests with improvements or bug fixes.

License

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! 😊

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published