PayuMoney Gateway wrapper for Laravel.

Overview

InfyOm

PayuMoney Integration with Laravel

Total Downloads Monthly Downloads Daily Downloads License

Easy to use integration for PayUMoney into Laravel apps.

Video Tutorial

Watch the video

Usage

composer require infyomlabs/laravel-payumoney:"^1.3.0"

Publish the config files and view files

php artisan laravel-payumoney:publish

Above command will publish the following files:

  • resources/views/payumoney/pay.blade.php
  • resources/views/payumoney/fail.blade.php
  • config/payu.php
  • App\Http\Controllers\PayuMoneyController.php

Add the following two routes to VerifyCsrfToken.php into except as its callback routes.

payu-money-payment-cancel
payu-money-payment-success

You need to change the PAYU_TEST_MODE=false when you are done with testing and want to use it in production.

Route to open payumoney form :

{APP_URL}/payu-money-payment
You might also like...
Laravel API wrapper to interact fluently with your Janus Media Server

Laravel API wrapper to interact fluently with your Janus Media Server. Core server interactions, as well as the video room plugin included.

Open Food Facts API wrapper for Laravel

Laravel Open Food Facts API This package provides a convenient wrapper to the Open Food Facts API for Laravel applications (5.7+). Installation You ca

a Google API v3 wrapper for Laravel 4.x

A Google API v3 wrapper for Laravel 4 This package enables a Laravel flavoured way to manage Google services through its API interface (v3) Installati

27Laracurl Laravel wrapper package for PHP cURL class that provides OOP interface to cURL. [10/27/2015] View Details

Laracurl Laravel cURL Wrapper for Andreas Lutro's OOP cURL Class Installation To install the package, simply add the following to your Laravel install

Laravel wrapper for Sentry Official API

Laravel Sentry API Provides a simple laravel wrapper to some of the endpoints listed on (Official Sentry API)[https://docs.sentry.io/api/]. **Note: Th

A wrapper package to run mysqldump from laravel console commands.

A wrapper package to run mysqldump from laravel console commands.

Laravel wrapper for the Gmail API

Laravel Gmail Gmail Gmail API for Laravel 8 You need to create an application in the Google Console. Guidance here. if you need Laravel 5 compatibilit

Simple and ready to use API response wrapper for Laravel.
Simple and ready to use API response wrapper for Laravel.

Laravel API Response Simple Laravel API response wrapper. Installation Install the package through composer: $ composer require obiefy/api-response Re

Laravel wrapper for zendesk/zendesk_api_client_php package.

Laravel Zendesk This package provides integration with the Zendesk API. It supports creating tickets, retrieving and updating tickets, deleting ticket

Comments
  • Error on publishing assets

    Error on publishing assets

    While publishing assets i am getting this error.

    ErrorException

    copy({PROECT_PATH}\vendor/infyomlabs/laravel-payumoney/assets/infyom-logo.png): failed to open stream: No such file or directory

    at {PROECT_PATH}\vendor\laravel\framework\src\Illuminate\Filesystem\Filesystem.php:302 298▕ * @return bool 299▕ / 300▕ public function copy($path, $target) 301▕ { ➜ 302▕ return copy($path, $target); 303▕ } 304▕ 305▕ /* 306▕ * Create a symlink to the target file or directory. On Windows, a hard link is created if the target is a file.

    1 {PROECT_PATH}\vendor\laravel\framework\src\Illuminate\Filesystem\Filesystem.php:302 copy(" {PROECT_PATH}\vendor/infyomlabs/laravel-payumoney/assets/infyom-logo.png", " {PROECT_PATH}\public
    payumoney/infyom-logo.png")

    2 {PROECT_PATH}\vendor\laravel\framework\src\Illuminate\Support\Facades\Facade.php:261 Illuminate\Filesystem\Filesystem::copy(" {PROECT_PATH}\vendor/infyomlabs/laravel-payumoney/assets/infyom-logo.png", " {PROECT_PATH}\public\payumoney/infyom-logo.png")

    opened by thedevsbuddy 2
Releases(v1.3.0)
Owner
InfyOmLabs (InfyOm Technologies)
India's Leading Laravel Development Company, Working in Laravel since 2014
InfyOmLabs (InfyOm Technologies)
Razorpay payment gateway integration in laravel with submit form and storing details in payment table.

Integrating razorpay payment gateway in laravel with submit form and storing payment details in payment table. How to settup the project in your local

Mohammed-Thamnees 3 Apr 15, 2021
SSLCommerz Payment gateway library for Laravel framework

SSLCommerz SSLCommerz Payment gateway library for Laravel framework. Official documentation is here. install composer require sam-asif/sslcommerz Pro

Md. Asif Iqbal 1 Oct 28, 2021
Integrasi Payment Gateway Midtrans dengan Framework Laravel 8

About Laravel Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experie

Martin Mulyo Syahidin 25 Dec 4, 2022
Laravel SMS Gateway

This is a Laravel Package for SMS Gateway Integration. Now Sending SMS is easy.

Fowitech 12 Sep 6, 2022
Backend application using Laravel 9.x REST APIs for games topup from digiflazz.com and payment gateway using xendit.co

TOPUP - Laravel 9.x REST API Documentation is still on progress. For now, you can fork this postman collection Installation Clone this project git clo

Muhammad Athhar Kautsar 46 Dec 17, 2022
Mollie API client wrapper for Laravel & Mollie Connect provider for Laravel Socialite

Mollie for Laravel Laravel-Mollie incorporates the Mollie API and Mollie Connect into your Laravel or Lumen project. Accepting iDEAL, Apple Pay, Banco

Mollie 289 Nov 24, 2022
A Laravel Wrapper for the CoinDCX API. Now easily connect and consume the CoinDCX Public API in your Laravel apps without any hassle.

This package provides a Laravel Wrapper for the CoinDCX API and allows you to easily communicate with it. Important Note This package is in early deve

Moinuddin S. Khaja 2 Feb 16, 2022
A CommonMark wrapper for Laravel

Laravel Markdown Laravel Markdown was created by, and is maintained by Graham Campbell, and is a CommonMark wrapper for Laravel. It ships with integra

Graham Campbell 1.2k Jan 2, 2023
Laravel wrapper package for the Aimon.it API

Laravel Aimon Package A laravel wrapper package for the Aimon.it API. For more information see Aimon Requirements Laravel 6 or later Installation Inst

Ruslan 3 Aug 7, 2022
A Laravel wrapper for spatie/dns. Allows to query and validate DNS records.

A Laravel wrapper for spatie/dns. Allows to query and validate DNS records.

Astrotomic 22 Nov 17, 2022