tanerincode / fonzip
Fonzip Payment Package
1.0.1
2020-06-27 20:47 UTC
Requires
- php: >=7.2.0
- ext-mbstring: *
- illuminate/support: >=5.3.0
- laravel/framework: ^6.2
This package is auto-updated.
Last update: 2024-10-28 06:37:18 UTC
README
Getting Started
This Package: You to send your Fonzip Payments.
Prerequisites
What things you need to install the software and how to install them
"php": "^7.2.0",
"illuminate/console": "^5.3.0",
"illuminate/support": "^5.3.0",
"laravel/laravel" : "^5.6.*"
""
Installing
A step by step series of examples that tell you how to get a development env running
Step 1 : require composer package
composer require tanerincode/fonzip
Step 2 : Add Service Provider in your application config file config/app.php
...
TanerInCode\Fonzip\FonzipServiceProvider::class,
...
Step 3 : add .env file this keys and values
FONZIP_DOMAIN=https://fonzip.com/api/v1-1/
FONZIP_APPKEY = your_application_key
FONZIP_ERROR_LOG_CHANNEL = "cloudwatch_error_logs"
Step 4 : Run this command and share config file
php artisan vendor:publish
ps : select fonzip.php
config file
Built With
- Laravel - The laravel framework
Authors
- Taner Tombas - TanerInCode
License
This project is licensed under the MIT License - see the LICENSE.md file for details