Download the PHP package taitech/azampay without Composer
On this page you can find all versions of the php package taitech/azampay. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package azampay
Azampay PHP Integration Package
A robust PHP package for seamless integration with Azampay payment services, supporting Mobile Money (MNO), Bank, and Merchant payment options.
Features
- Mobile Money (MNO) payments integration
- Bank payments processing
- Merchant services support
- Environment switching (Sandbox/Production)
- Simple credential management
- Flexible service selection
- Laravel 9.x, 10.x, 11.x, and 12.x support
- Automatic service discovery and registration
- Built-in facades and dependency injection
- Spatie Activity Log integration for database logging
- Comprehensive payment event tracking
Installation
Standard Installation
Requirements
- PHP: ^8.1
- Laravel: ^9.0|^10.0|^11.0|^12.0
- GuzzleHTTP: ^7.5
Laravel Integration
This package is designed to work seamlessly with Laravel applications. For detailed Laravel integration instructions, see LARAVEL_INTEGRATION.md.
Quick Laravel Setup:
- Install the package:
composer require taitech/azampay
- Publish configuration:
php artisan vendor:publish --tag=azampay-config
- Add environment variables to your
.env
file - Include routes:
require base_path('routes/azampay.php');
Laravel Usage Examples:
Quick Start
Configuration
The package requires the following configuration parameters:
- appName: Your application name registered with Azampay
- clientId: Your Azampay client ID
- secret: Your Azampay client secret
- env: Environment setting (SANDBOX or PRODUCTION)
- service: Service type (MNO, BANK, or MERCHANT)
-
Service Types
Mobile Money (MNO)
Bank Payments
Merchant Services
Usage
Initiate Payment and Checkout
Contributing
- Fork the repository
- Create your feature branch (
git checkout -b feature/your-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin feature/your-feature
) - Create a new Pull Request
- Ensure your code adheres to the project's coding standards
- Provide clear and concise commit messages
For more details, please refer to the CONTRIBUTING file.
License
This project is licensed under the MIT License - see the LICENSE file for details.
Support
For any issues or questions, please open an issue on the GitHub repository.
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[1.1.0] - 2024-12-19
Added
- Laravel 12.x compatibility and support
- Enhanced version compatibility across Laravel 9.x, 10.x, 11.x, and 12.x
[1.0.0] - 2024-01-01
Added
- Initial release
- Support for Mobile Money (MNO) payments
- Support for Bank payments
- Support for Merchant services
- Environment switching capability
- Flexible service selection
All versions of azampay with dependencies
guzzlehttp/guzzle Version ^7.5
illuminate/support Version ^9.0|^10.0|^11.0|^12.0
illuminate/routing Version ^9.0|^10.0|^11.0|^12.0
illuminate/http Version ^9.0|^10.0|^11.0|^12.0
illuminate/config Version ^9.0|^10.0|^11.0|^12.0
spatie/laravel-activitylog Version ^4.0
laravel/framework Version ^9.0|^10.0|^11.0|^12.0