Download the PHP package brotechsploit/daraja without Composer
On this page you can find all versions of the php package brotechsploit/daraja. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package daraja
brotechsploit daraja APi intergration
mpesa stk push made easy , b2c , b2b
Daraja API PHP SDK
A lightweight Object-Oriented PHP SDK for integrating with the Safaricom Daraja API for effecient mpesa payments
This package simplifies working with Daraja services such as STK Push, STK Push Query, OAuth token generation, and other supported endpoints.
Features
- Object-Oriented API
- Composer compatible
- OAuth Access Token generation
- STK Push
- B2c payments
- B2B Payments
- B2Pochi payments
- Configurable using PHP configuration files
- Simple and easy to integrate
Requirements
- PHP 8.1 or later
- Composer
- Safaricom Daraja API credentials
Installation
Install the package using Composer:
Project Structure
Configuration
edit the .env file with the valid safaricom daraja credentials and place it in the home directory folder to prevent read file errors
Example: MPESA_CONSUMER_KEY=qP50LHCHnaIJajKsOMZAxbC3v0PoGvaj4GhQa02pszLy0e00 MPESA_CONSUMER_SECRET=i7dP8GRQJ4G6avPzM4GfUBKvAJ4pdaRUT0SajUPuEfnUhjAhSScGR4YHcIwnwPKW MPESA_PASSKEY=bfb279f9aa9bdbcf158e97dd71a467cd2e0c893059b10f78e6b72ada1ed2c919 MPESA_SHORTCODE=174379 MPESA_CALLBACK_URL=https://example.com/callback/ MPESA_INITIATOR_USERNAME=apiuser MPESA_SECURITY_CREDENTIALS=i7dP8GRQJ4G6avPzM4GfUBKvAJ4pdaRUT0SajUPuEfnUhjAhSScGR4YHcIwnwPKW QueueTimeOutURL=https://example.com/timeout.php ResultURL=https://example.com/result.php
Basic Usage
Callback Handling
Configure your callback URL inside your Safaricom Developer Portal. we have a sample of the callback code in the callback/callback.php The callback data can then be processed and stored according to your application's requirements.
Environment
The package supports:
- Sandbox
- Production
Simply update your configuration to switch environments.
Example
An example implementation is provided in:
Security
Do not commit your production credentials.
Store sensitive information in your .env file and exclude it from version control using .gitignore.
Contributing
Contributions, bug reports, and feature requests are welcome.
- Fork the repository.
- Create a feature branch.
- Commit your changes.
- Open a Pull Request.
Author
Vincent Oloo
If you find this package useful, consider giving the repository a ⭐ on GitHub.