indipay | Laravel Framework Package for Indian Payment Gateways | Networking library

 by   softon PHP Version: v1.2.4 License: MIT

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.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              indipay has a low active ecosystem.
              It has 51 star(s) with 67 fork(s). There are 5 watchers for this library.
              OutlinedDot
              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

            kandi-Quality Quality

              indipay has 17 bugs (0 blocker, 0 critical, 17 major, 0 minor) and 55 code smells.

            kandi-Security Security

              indipay has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              OutlinedDot
              indipay code analysis shows 6 unresolved vulnerabilities (0 blocker, 6 critical, 0 major, 0 minor).
              There are 7 security hotspots that need review.

            kandi-License 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.

            kandi-Reuse 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

            IndiPay,Usage
            PHPdot img1Lines of Code : 29dot img1License : Permissive (MIT)
            copy iconCopy
             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' => '  
            IndiPay,Installation
            PHPdot img2Lines of Code : 10dot img2License : Permissive (MIT)
            copy iconCopy
            
                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  
            IndiPay,Payment Verification
            PHPdot img3Lines of Code : 4dot img3License : Permissive (MIT)
            copy iconCopy
                $order = Indipay::verify([
                    'transaction_no' => '3322344231223'
                ]);
            
              

            Community Discussions

            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:00

            I have solved this error by bypassing all necessary parameters in the same

            Here I am using ccavenue as a payment gateway

            For Example :

            Source https://stackoverflow.com/questions/66224307

            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:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries

            Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link

            Explore Related Topics

            Consider Popular Networking Libraries

            Moya

            by Moya

            diaspora

            by diaspora

            kcptun

            by xtaci

            cilium

            by cilium

            kcp

            by skywind3000

            Try Top Libraries by softon

            sms

            by softonPHP

            sweetalert

            by softonPHP

            mysqliDBclass

            by softonPHP

            gsmA3

            by softonPHP