Chapa is a widely used payment method which is largely used in Ethiopia.
# 🌟 Chapa Integration in Laravel
## 🚀 Introduction
This project demonstrates the **Chapa Payment Gateway** integration in a Laravel application without using any third-party package. The implementation follows the official Chapa Documentation. It provides a seamless way to integrate and manage Chapa payments in your Laravel applications.
---
## đź› Features
- **Custom Integration**: Direct integration using Chapa's official documentation.
- **Laravel Framework**: Built on the robust and scalable Laravel framework.
- **Simple and Clean Code**: Designed for easy understanding and extensibility.
---
## 📚 Documentation Links
- **Chapa Official Documentation**: Chapa Developer Docs
- **Laravel Official Documentation**: Laravel Docs
---
## đź”§ Setup Instructions
### Prerequisites
1. Ensure you have Laravel installed. (Get Started with Laravel)
2. Get your Chapa API Key from the Chapa Dashboard.
### Steps
1. Clone this repository:
```bash
git clone
github.com
cd Chapa-Integration