indipay | Laravel Framework Package for Indian Payment Gateways | Networking library
kandi X-RAY | indipay Summary
kandi X-RAY | indipay Summary
indipay is a PHP library typically used in Networking, Laravel applications. indipay has a Permissive License and it has low support. However indipay has 17 bugs and it has 6 vulnerabilities. You can download it from GitHub.
The Laravel 5+ Package for Indian Payment Gateways. Currently supported gateway: CCAvenue, PayUMoney, EBS, CitrusPay ,ZapakPay (Mobikwik), Paytm, Mocker.
The Laravel 5+ Package for Indian Payment Gateways. Currently supported gateway: CCAvenue, PayUMoney, EBS, CitrusPay ,ZapakPay (Mobikwik), Paytm, Mocker.
Support
Quality
Security
License
Reuse
Support
indipay has a low active ecosystem.
It has 51 star(s) with 67 fork(s). There are 5 watchers for this library.
It had no major release in the last 12 months.
There are 4 open issues and 62 have been closed. On average issues are closed in 212 days. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of indipay is v1.2.4
Quality
indipay has 17 bugs (0 blocker, 0 critical, 17 major, 0 minor) and 55 code smells.
Security
indipay has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
indipay code analysis shows 6 unresolved vulnerabilities (0 blocker, 6 critical, 0 major, 0 minor).
There are 7 security hotspots that need review.
License
indipay is licensed under the MIT License. This license is Permissive.
Permissive licenses have the least restrictions, and you can use them in most projects.
Reuse
indipay releases are available to install and integrate.
Installation instructions, examples and code snippets are available.
indipay saves you 541 person hours of effort in developing the same functionality from scratch.
It has 1268 lines of code, 106 functions and 24 files.
It has medium code complexity. Code complexity directly impacts maintainability of the code.
Top functions reviewed by kandi - BETA
kandi has reviewed indipay and discovered the below as its top functions. This is intended to give you an instant insight into indipay implemented functionality, and help decide if they suit your requirements.
- get all params
- Set gateway .
- Convert hex string to hex string
- Convert array list to string
- Verify the IP address
- Determine if the request should be excluded .
- Bootstrap services .
- Encrypt the hash .
- Decrypt the response .
- Generate a transaction ID .
Get all kandi verified functions for this library.
indipay Key Features
No Key Features are available at this moment for indipay.
indipay Examples and Code Snippets
Copy
use Softon\Indipay\Facades\Indipay;
/* All Required Parameters by your Gateway will differ from gateway to gateway refer the gate manual */
$parameters = [
'transaction_no' => '1233221223322',
'amount' => '
Copy
composer require softon/indipay
Softon\Indipay\IndipayServiceProvider::class,
'Indipay' => Softon\Indipay\Facades\Indipay::class,
php artisan vendor:publish --provider="Softon\Indipay\IndipayServiceProvider"
App\Http\Middl
Community Discussions
Trending Discussions on indipay
QUESTION
Laravel payment gateway - Softon\Indipay\Exceptions\IndipayParametersMissingException
Asked 2021-Feb-17 at 09:00
I am having a laravel project on the local system I have used the following package for ccavenue payment gateway.
Package name: https://github.com/softon/indipay
following is my configuration file
...ANSWER
Answered 2021-Feb-17 at 09:00I have solved this error by bypassing all necessary parameters in the same
Here I am using ccavenue as a payment gateway
For Example :
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install indipay
Step 2: Add the service provider to the config/app.php file in Laravel (Optional for Laravel 5.5+). Step 3: Add an alias for the Facade to the config/app.php file in Laravel (Optional for Laravel 5.5+). Step 4: Publish the config & Middleware by running in your terminal. Step 5: Modify the app\Http\Kernel.php to use the new Middleware. This is required so as to avoid CSRF verification on the Response Url from the payment gateways. You may adjust the routes in the config file config/indipay.php to disable CSRF on your gateways response routes. NOTE: You may also use the new VerifyCsrfToken middleware and add the routes in the $except array.
Support
For any new features, suggestions and bugs create an issue on GitHub.
If you have any questions check and ask questions on community page Stack Overflow .
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page