Git Product home page Git Product logo

payu's Introduction

🎁 PayU Payment Gateway

Payu Package

GitHub License Latest Version on Packagist GitHub Tests Action Status Total Downloads

📦 Official Documentation

Documentation of Laravel PayU can be found on Laravel PayU website.

🔬 Testing

composer test

📅 Changelog

Please see CHANGELOG for more information on what has changed recently.

❤️ Contributing

Please see CONTRIBUTING for details.

🔒 Security

If you discover any security related issues, please email [email protected] instead of using the issue tracker.

👑 Credits

👮‍♂️ License

The MIT License (MIT). Please see License File for more information.

payu's People

Contributors

dependabot-preview[bot] avatar dependabot[bot] avatar laravel-shift avatar scrutinizer-auto-fixer avatar tzsk avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

payu's Issues

database issue on localhost

#1273 - Unknown collation: 'utf8mb4_unicode_ci' when i open phpmyadmin this error is shown ..how can i solve it...???

How do I refund the transactions?

This is a great library for making payments, but how about initiating a refund of the payment? How can I achieve this using this library? I did not find any documentation about it anywhere and also no code for refund in the library.

Can you add the refund APIs as well to this library?

This is an enhancement to the library.

Context

I would like to refund the transactions to the users in case they cancel or return the items they purchased from my store. This would help me find an alternative to this library and I can do all PayU Money related tasks using this awesome library.

Refund is a critical part for any business. I am sure this will help other developers to take on this library as it would be a all in one wrapper for the payment gateway.

Where i can set payumoney salt and merchant id?

Detailed description

Provide a detailed description of the change or addition you are proposing.

Make it clear if the issue is a bug, an enhancement or just a question.

Context

Why is this change important to you? How would you use it?

How can it benefit other users?

Possible implementation

Not obligatory, but suggest an idea for implementing addition or change.

Your environment

Include as many relevant details about the environment you experienced the bug in and how to reproduce it.

  • Laravel 5.5
  • Version used (e.g. PHP 7, HHVM 3):
  • Operating system and version (Windows 10):
  • Link to your project:
  • ...
  • ...
    Where i can set my merchant id and salt? There is no information regarding this.

Session not available inside constructor

Hi, You are using session data for storage in paymentcontroller constructor but as this post suggest:
laravel/framework#15048

see comment:
Oh, yeh, you totally can rely on the IOC, BUT you must not ever do anything with the request state. That includes sessions and auth. You can inject those classes for later though.

So either you move the storage initialization in individual function or roll back the cache. spent almost 5 hours on this to figure out.

Thanks

Argument 1 passed to Tzsk\Payu\Model\PayuPayment::__construct() must be of the type array, null given, called in C:\wamp64\www\sweetnew\vendor\tzsk\payu\src\PayuGateway.php on line 101

Detailed description

Provide a detailed description of the change or addition you are proposing.

Make it clear if the issue is a bug, an enhancement or just a question.

Context

Why is this change important to you? How would you use it?

How can it benefit other users?

Possible implementation

Not obligatory, but suggest an idea for implementing addition or change.

Your environment

Include as many relevant details about the environment you experienced the bug in and how to reproduce it.

  • Version used PHP 7.2
    Laravel version 6
  • Operating system and version (e.g. Ubuntu 16.04, Windows 7):
  • Link to your project:
  • ...
  • ...

Enable Laravel8

Hi,

I installed the package after install this package when I try to run:

php artisan config:cache

It is showing like this:
image

I tried to remove the cache file in bootstrap, still the same error.

Currencies Integration for payu

How to integrate currencies
##Payu Integration

hello sir thanks for your previews answer please i wanna integrate multi-currencies
or how to return a price from my website with selected currency

regards sir thanks for your greatest job

  • Version used (e.g. PHP 5.6, HHVM 3):
  • Operating system and version (e.g. Ubuntu 16.04, Windows 7):
  • Link to your project:
  • ...
  • ...

enforce_paymethod is not working

actually i am passing attribute 'enforce_paymethod' => 'DC' only but in payumoney showing all the payment method how i can remove other payment mode.

Get payUmoney details using transation ID

I have try
Payment::verify("1612950218156")->full();
error :+ Call to undefined method stdClass::full()

I try to : Payment::verify("1612950218156");

Client error: POST https://www.payumoney.com/sandbox/payment/op/getPaymentResponse?merchantKey=sRkksn&merchantTransactionIds=1612950218156 resulted in a `401 ▶
<title>PayUMoney - Error report</title><style><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;backgr (truncated...)

Please give me solution how to capture payment Using translation id.

Not able to install with laravel 9

Problem 1
- Root composer.json requires tzsk/payu ^5.2 -> satisfiable by tzsk/payu[5.2.0].
- tzsk/payu 5.2.0 requires illuminate/support ^7.0|^8.0 -> found illuminate/support[v7.0.0, ..., 7.x-dev, v8.0.0, ..., 8.x-dev] but these were not loaded, likely because it conflicts with another require.

Changed php to ^7.0|^8.0 but still gives same error.

Please update it to support laravel 7

Detailed description

Provide a detailed description of the change or addition you are proposing.

Make it clear if the issue is a bug, an enhancement or just a question.

Context

Why is this change important to you? How would you use it?

How can it benefit other users?

Possible implementation

Not obligatory, but suggest an idea for implementing addition or change.

Your environment

Include as many relevant details about the environment you experienced the bug in and how to reproduce it.

  • Version used (e.g. PHP 5.6, HHVM 3):
  • Operating system and version (e.g. Ubuntu 16.04, Windows 7):
  • Link to your project:
  • ...
  • ...

Cannot Post / Home/User

data() {
return {
showProducts: true,
id: "",
disable: true,
list: [],
state: [],
city: [],
country: [],
amount_pay: "300",
products: [],
email: "[email protected]",
mobile_no: "",
first_name: "om",
last_name: "",
address: "",
pincode: "",
coupon_code: "",
country_id: "101",
state_id: "",
city_id: "",
productInfo: "Salesforce",
paynowbtn: "",
loading: "",
// =================================Payment Data================================
txnid: this.makeid(),
payuUrl: "https://test.payu.in/_payment",
mkey: "rjQUPktU",
saltKey: "e5iIg1jwi8",
surl: window.location.origin + "/home/User/Success",
//surl: "http://localhost:8080/Success",
furl: window.location.origin + "/home/User/Fail",
//this.post("https://test.payu.in/_payment","post")

  // =========================For testing===============================
};

},

Facing Issue During Install Library Using Composer

Hi,

I am use laravel 5.6 In that I need to add this package.

Can you please help me I facing issue when install this package using command:

composer require tzsk/payu

It gives error below:

Your requirements could not be resolved to an installable set of packages.

Problem 1
- Conclusion: don't install lakshmaji/payubiz 1.0.3
- Conclusion: don't install lakshmaji/payubiz 1.0.2
- Conclusion: don't install lakshmaji/payubiz 1.0.1
- Conclusion: remove symfony/http-foundation v4.2.4
- Installation request for lakshmaji/payubiz ^1.0 -> satisfiable by lakshmaji/payubiz[1.0.0, 1.0.1, 1.0.2, 1.0.3].
- Conclusion: don't install symfony/http-foundation v4.2.4
- lakshmaji/payubiz 1.0.0 requires symfony/http-foundation ~2.6|~3.0 -> satisfiable by symfony/http-foundation[v2.6.0, v2.6.1, v2.6.10, v2.6.11, v2.6.12, v2.6.13, v2.6.2, v2.6.3, v2.6.4, v2.6.5, v2.6.6, v2.6.7, v2.6.8, v2.6.9, v2.7.0, v2.7.1, v2.7.10, v2.7.11, v2.7.12, v2.7.13, v2.7.14, v2.7.15, v2.7.16, v2.7.17, v2.7.18, v2.7.19, v2.7.2, v2.7.20, v2.7.21, v2.7.22, v2.7.23, v2.7.24, v2.7.25, v2.7.26, v2.7.27, v2.7.28, v2.7.29, v2.7.3, v2.7.30, v2.7.31, v2.7.32, v2.7.33, v2.7.34, v2.7.35, v2.7.36, v2.7.37, v2.7.38, v2.7.39, v2.7.4, v2.7.40, v2.7.41, v2.7.42, v2.7.43, v2.7.44, v2.7.45, v2.7.46, v2.7.47, v2.7.48, v2.7.49, v2.7.5, v2.7.50, v2.7.51, v2.7.6, v2.7.7, v2.7.8, v2.7.9, v2.8.0, v2.8.1, v2.8.10, v2.8.11, v2.8.12, v2.8.13, v2.8.14, v2.8.15, v2.8.16, v2.8.17, v2.8.18, v2.8.19, v2.8.2, v2.8.20, v2.8.21, v2.8.22, v2.8.23, v2.8.24, v2.8.25, v2.8.26, v2.8.27, v2.8.28, v2.8.29, v2.8.3, v2.8.30, v2.8.31, v2.8.32, v2.8.33, v2.8.34, v2.8.35, v2.8.36, v2.8.37, v2.8.38, v2.8.39, v2.8.4, v2.8.40, v2.8.41, v2.8.42, v2.8.43, v2.8.44, v2.8.45, v2.8.46, v2.8.47, v2.8.48, v2.8.49, v2.8.5, v2.8.50, v2.8.6, v2.8.7, v2.8.8, v2.8.9, v3.0.0, v3.0.1, v3.0.2, v3.0.3, v3.0.4, v3.0.5, v3.0.6, v3.0.7, v3.0.8, v3.0.9, v3.1.0, v3.1.1, v3.1.10, v3.1.2, v3.1.3, v3.1.4, v3.1.5, v3.1.6, v3.1.7, v3.1.8, v3.1.9, v3.2.0, v3.2.1, v3.2.10, v3.2.11, v3.2.12, v3.2.13, v3.2.14, v3.2.2, v3.2.3, v3.2.4, v3.2.5, v3.2.6, v3.2.7, v3.2.8, v3.2.9, v3.3.0, v3.3.1, v3.3.10, v3.3.11, v3.3.12, v3.3.13, v3.3.14, v3.3.15, v3.3.16, v3.3.17, v3.3.18, v3.3.2, v3.3.3, v3.3.4, v3.3.5, v3.3.6, v3.3.7, v3.3.8, v3.3.9, v3.4.0, v3.4.1, v3.4.10, v3.4.11, v3.4.12, v3.4.13, v3.4.14, v3.4.15, v3.4.16, v3.4.17, v3.4.18, v3.4.19, v3.4.2, v3.4.20, v3.4.21, v3.4.22, v3.4.23, v3.4.24, v3.4.25, v3.4.26, v3.4.27, v3.4.28, v3.4.29, v3.4.3, v3.4.4, v3.4.5, v3.4.6, v3.4.7, v3.4.8, v3.4.9].
- Can only install one of: symfony/http-foundation[v2.6.0, v4.2.4].
- Can only install one of: symfony/http-foundation[v2.6.1, v4.2.4].
- Can only install one of: symfony/http-foundation[v2.6.10, v4.2.4].
- Can only install one of: symfony/http-foundation[v2.6.11, v4.2.4].
- Can only install one of: symfony/http-foundation[v2.6.12, v4.2.4].
- Can only install one of: symfony/http-foundation[v2.6.13, v4.2.4].
- Can only install one of: symfony/http-foundation[v2.6.2, v4.2.4].
- Can only install one of: symfony/http-foundation[v2.6.3, v4.2.4].
- Can only install one of: symfony/http-foundation[v2.6.4, v4.2.4].
- Can only install one of: symfony/http-foundation[v2.6.5, v4.2.4].
- Can only install one of: symfony/http-foundation[v2.6.6, v4.2.4].
- Can only install one of: symfony/http-foundation[v2.6.7, v4.2.4].
- Can only install one of: symfony/http-foundation[v2.6.8, v4.2.4].
- Can only install one of: symfony/http-foundation[v2.6.9, v4.2.4].
- Can only install one of: symfony/http-foundation[v2.7.0, v4.2.4].
- Can only install one of: symfony/http-foundation[v2.7.1, v4.2.4].
- Can only install one of: symfony/http-foundation[v2.7.10, v4.2.4].
- Can only install one of: symfony/http-foundation[v2.7.11, v4.2.4].
- Can only install one of: symfony/http-foundation[v2.7.12, v4.2.4].
- Can only install one of: symfony/http-foundation[v2.7.13, v4.2.4].
- Can only install one of: symfony/http-foundation[v2.7.14, v4.2.4].
- Can only install one of: symfony/http-foundation[v2.7.15, v4.2.4].
- Can only install one of: symfony/http-foundation[v2.7.16, v4.2.4].
- Can only install one of: symfony/http-foundation[v2.7.17, v4.2.4].
- Can only install one of: symfony/http-foundation[v2.7.18, v4.2.4].
- Can only install one of: symfony/http-foundation[v2.7.19, v4.2.4].
- Can only install one of: symfony/http-foundation[v2.7.2, v4.2.4].
- Can only install one of: symfony/http-foundation[v2.7.20, v4.2.4].
- Can only install one of: symfony/http-foundation[v2.7.21, v4.2.4].
- Can only install one of: symfony/http-foundation[v2.7.22, v4.2.4].
- Can only install one of: symfony/http-foundation[v2.7.23, v4.2.4].
- Can only install one of: symfony/http-foundation[v2.7.24, v4.2.4].
- Can only install one of: symfony/http-foundation[v2.7.25, v4.2.4].
- Can only install one of: symfony/http-foundation[v2.7.26, v4.2.4].
- Can only install one of: symfony/http-foundation[v2.7.27, v4.2.4].
- Can only install one of: symfony/http-foundation[v2.7.28, v4.2.4].
- Can only install one of: symfony/http-foundation[v2.7.29, v4.2.4].
- Can only install one of: symfony/http-foundation[v2.7.3, v4.2.4].
- Can only install one of: symfony/http-foundation[v2.7.30, v4.2.4].
- Can only install one of: symfony/http-foundation[v2.7.31, v4.2.4].
- Can only install one of: symfony/http-foundation[v2.7.32, v4.2.4].
- Can only install one of: symfony/http-foundation[v2.7.33, v4.2.4].
- Can only install one of: symfony/http-foundation[v2.7.34, v4.2.4].
- Can only install one of: symfony/http-foundation[v2.7.35, v4.2.4].
- Can only install one of: symfony/http-foundation[v2.7.36, v4.2.4].
- Can only install one of: symfony/http-foundation[v2.7.37, v4.2.4].
- Can only install one of: symfony/http-foundation[v2.7.38, v4.2.4].
- Can only install one of: symfony/http-foundation[v2.7.39, v4.2.4].
- Can only install one of: symfony/http-foundation[v2.7.4, v4.2.4].
- Can only install one of: symfony/http-foundation[v2.7.40, v4.2.4].
- Can only install one of: symfony/http-foundation[v2.7.41, v4.2.4].
- Can only install one of: symfony/http-foundation[v2.7.42, v4.2.4].
- Can only install one of: symfony/http-foundation[v2.7.43, v4.2.4].
- Can only install one of: symfony/http-foundation[v2.7.44, v4.2.4].
- Can only install one of: symfony/http-foundation[v2.7.45, v4.2.4].
- Can only install one of: symfony/http-foundation[v2.7.46, v4.2.4].
- Can only install one of: symfony/http-foundation[v2.7.47, v4.2.4].
- Can only install one of: symfony/http-foundation[v2.7.48, v4.2.4].
- Can only install one of: symfony/http-foundation[v2.7.49, v4.2.4].
- Can only install one of: symfony/http-foundation[v2.7.5, v4.2.4].
- Can only install one of: symfony/http-foundation[v2.7.50, v4.2.4].
- Can only install one of: symfony/http-foundation[v2.7.51, v4.2.4].
- Can only install one of: symfony/http-foundation[v2.7.6, v4.2.4].
- Can only install one of: symfony/http-foundation[v2.7.7, v4.2.4].
- Can only install one of: symfony/http-foundation[v2.7.8, v4.2.4].
- Can only install one of: symfony/http-foundation[v2.7.9, v4.2.4].
- Can only install one of: symfony/http-foundation[v2.8.0, v4.2.4].
- Can only install one of: symfony/http-foundation[v2.8.1, v4.2.4].
- Can only install one of: symfony/http-foundation[v2.8.10, v4.2.4].
- Can only install one of: symfony/http-foundation[v2.8.11, v4.2.4].
- Can only install one of: symfony/http-foundation[v2.8.12, v4.2.4].
- Can only install one of: symfony/http-foundation[v2.8.13, v4.2.4].
- Can only install one of: symfony/http-foundation[v2.8.14, v4.2.4].
- Can only install one of: symfony/http-foundation[v2.8.15, v4.2.4].
- Can only install one of: symfony/http-foundation[v2.8.16, v4.2.4].
- Can only install one of: symfony/http-foundation[v2.8.17, v4.2.4].
- Can only install one of: symfony/http-foundation[v2.8.18, v4.2.4].
- Can only install one of: symfony/http-foundation[v2.8.19, v4.2.4].
- Can only install one of: symfony/http-foundation[v2.8.2, v4.2.4].
- Can only install one of: symfony/http-foundation[v2.8.20, v4.2.4].
- Can only install one of: symfony/http-foundation[v2.8.21, v4.2.4].
- Can only install one of: symfony/http-foundation[v2.8.22, v4.2.4].
- Can only install one of: symfony/http-foundation[v2.8.23, v4.2.4].
- Can only install one of: symfony/http-foundation[v2.8.24, v4.2.4].
- Can only install one of: symfony/http-foundation[v2.8.25, v4.2.4].
- Can only install one of: symfony/http-foundation[v2.8.26, v4.2.4].
- Can only install one of: symfony/http-foundation[v2.8.27, v4.2.4].
- Can only install one of: symfony/http-foundation[v2.8.28, v4.2.4].
- Can only install one of: symfony/http-foundation[v2.8.29, v4.2.4].
- Can only install one of: symfony/http-foundation[v2.8.3, v4.2.4].
- Can only install one of: symfony/http-foundation[v2.8.30, v4.2.4].
- Can only install one of: symfony/http-foundation[v2.8.31, v4.2.4].
- Can only install one of: symfony/http-foundation[v2.8.32, v4.2.4].
- Can only install one of: symfony/http-foundation[v2.8.33, v4.2.4].
- Can only install one of: symfony/http-foundation[v2.8.34, v4.2.4].
- Can only install one of: symfony/http-foundation[v2.8.35, v4.2.4].
- Can only install one of: symfony/http-foundation[v2.8.36, v4.2.4].
- Can only install one of: symfony/http-foundation[v2.8.37, v4.2.4].
- Can only install one of: symfony/http-foundation[v2.8.38, v4.2.4].
- Can only install one of: symfony/http-foundation[v2.8.39, v4.2.4].
- Can only install one of: symfony/http-foundation[v2.8.4, v4.2.4].
- Can only install one of: symfony/http-foundation[v2.8.40, v4.2.4].
- Can only install one of: symfony/http-foundation[v2.8.41, v4.2.4].
- Can only install one of: symfony/http-foundation[v2.8.42, v4.2.4].
- Can only install one of: symfony/http-foundation[v2.8.43, v4.2.4].
- Can only install one of: symfony/http-foundation[v2.8.44, v4.2.4].
- Can only install one of: symfony/http-foundation[v2.8.45, v4.2.4].
- Can only install one of: symfony/http-foundation[v2.8.46, v4.2.4].
- Can only install one of: symfony/http-foundation[v2.8.47, v4.2.4].
- Can only install one of: symfony/http-foundation[v2.8.48, v4.2.4].
- Can only install one of: symfony/http-foundation[v2.8.49, v4.2.4].
- Can only install one of: symfony/http-foundation[v2.8.5, v4.2.4].
- Can only install one of: symfony/http-foundation[v2.8.50, v4.2.4].
- Can only install one of: symfony/http-foundation[v2.8.6, v4.2.4].
- Can only install one of: symfony/http-foundation[v2.8.7, v4.2.4].
- Can only install one of: symfony/http-foundation[v2.8.8, v4.2.4].
- Can only install one of: symfony/http-foundation[v2.8.9, v4.2.4].
- Can only install one of: symfony/http-foundation[v3.0.0, v4.2.4].
- Can only install one of: symfony/http-foundation[v3.0.1, v4.2.4].
- Can only install one of: symfony/http-foundation[v3.0.2, v4.2.4].
- Can only install one of: symfony/http-foundation[v3.0.3, v4.2.4].
- Can only install one of: symfony/http-foundation[v3.0.4, v4.2.4].
- Can only install one of: symfony/http-foundation[v3.0.5, v4.2.4].
- Can only install one of: symfony/http-foundation[v3.0.6, v4.2.4].
- Can only install one of: symfony/http-foundation[v3.0.7, v4.2.4].
- Can only install one of: symfony/http-foundation[v3.0.8, v4.2.4].
- Can only install one of: symfony/http-foundation[v3.0.9, v4.2.4].
- Can only install one of: symfony/http-foundation[v3.1.0, v4.2.4].
- Can only install one of: symfony/http-foundation[v3.1.1, v4.2.4].
- Can only install one of: symfony/http-foundation[v3.1.10, v4.2.4].
- Can only install one of: symfony/http-foundation[v3.1.2, v4.2.4].
- Can only install one of: symfony/http-foundation[v3.1.3, v4.2.4].
- Can only install one of: symfony/http-foundation[v3.1.4, v4.2.4].
- Can only install one of: symfony/http-foundation[v3.1.5, v4.2.4].
- Can only install one of: symfony/http-foundation[v3.1.6, v4.2.4].
- Can only install one of: symfony/http-foundation[v3.1.7, v4.2.4].
- Can only install one of: symfony/http-foundation[v3.1.8, v4.2.4].
- Can only install one of: symfony/http-foundation[v3.1.9, v4.2.4].
- Can only install one of: symfony/http-foundation[v3.2.0, v4.2.4].
- Can only install one of: symfony/http-foundation[v3.2.1, v4.2.4].
- Can only install one of: symfony/http-foundation[v3.2.10, v4.2.4].
- Can only install one of: symfony/http-foundation[v3.2.11, v4.2.4].
- Can only install one of: symfony/http-foundation[v3.2.12, v4.2.4].
- Can only install one of: symfony/http-foundation[v3.2.13, v4.2.4].
- Can only install one of: symfony/http-foundation[v3.2.14, v4.2.4].
- Can only install one of: symfony/http-foundation[v3.2.2, v4.2.4].
- Can only install one of: symfony/http-foundation[v3.2.3, v4.2.4].
- Can only install one of: symfony/http-foundation[v3.2.4, v4.2.4].
- Can only install one of: symfony/http-foundation[v3.2.5, v4.2.4].
- Can only install one of: symfony/http-foundation[v3.2.6, v4.2.4].
- Can only install one of: symfony/http-foundation[v3.2.7, v4.2.4].
- Can only install one of: symfony/http-foundation[v3.2.8, v4.2.4].
- Can only install one of: symfony/http-foundation[v3.2.9, v4.2.4].
- Can only install one of: symfony/http-foundation[v3.3.0, v4.2.4].
- Can only install one of: symfony/http-foundation[v3.3.1, v4.2.4].
- Can only install one of: symfony/http-foundation[v3.3.10, v4.2.4].
- Can only install one of: symfony/http-foundation[v3.3.11, v4.2.4].
- Can only install one of: symfony/http-foundation[v3.3.12, v4.2.4].
- Can only install one of: symfony/http-foundation[v3.3.13, v4.2.4].
- Can only install one of: symfony/http-foundation[v3.3.14, v4.2.4].
- Can only install one of: symfony/http-foundation[v3.3.15, v4.2.4].
- Can only install one of: symfony/http-foundation[v3.3.16, v4.2.4].
- Can only install one of: symfony/http-foundation[v3.3.17, v4.2.4].
- Can only install one of: symfony/http-foundation[v3.3.18, v4.2.4].
- Can only install one of: symfony/http-foundation[v3.3.2, v4.2.4].
- Can only install one of: symfony/http-foundation[v3.3.3, v4.2.4].
- Can only install one of: symfony/http-foundation[v3.3.4, v4.2.4].
- Can only install one of: symfony/http-foundation[v3.3.5, v4.2.4].
- Can only install one of: symfony/http-foundation[v3.3.6, v4.2.4].
- Can only install one of: symfony/http-foundation[v3.3.7, v4.2.4].
- Can only install one of: symfony/http-foundation[v3.3.8, v4.2.4].
- Can only install one of: symfony/http-foundation[v3.3.9, v4.2.4].
- Can only install one of: symfony/http-foundation[v3.4.0, v4.2.4].
- Can only install one of: symfony/http-foundation[v3.4.1, v4.2.4].
- Can only install one of: symfony/http-foundation[v3.4.10, v4.2.4].
- Can only install one of: symfony/http-foundation[v3.4.11, v4.2.4].
- Can only install one of: symfony/http-foundation[v3.4.12, v4.2.4].
- Can only install one of: symfony/http-foundation[v3.4.13, v4.2.4].
- Can only install one of: symfony/http-foundation[v3.4.14, v4.2.4].
- Can only install one of: symfony/http-foundation[v3.4.15, v4.2.4].
- Can only install one of: symfony/http-foundation[v3.4.16, v4.2.4].
- Can only install one of: symfony/http-foundation[v3.4.17, v4.2.4].
- Can only install one of: symfony/http-foundation[v3.4.18, v4.2.4].
- Can only install one of: symfony/http-foundation[v3.4.19, v4.2.4].
- Can only install one of: symfony/http-foundation[v3.4.2, v4.2.4].
- Can only install one of: symfony/http-foundation[v3.4.20, v4.2.4].
- Can only install one of: symfony/http-foundation[v3.4.21, v4.2.4].
- Can only install one of: symfony/http-foundation[v3.4.22, v4.2.4].
- Can only install one of: symfony/http-foundation[v3.4.23, v4.2.4].
- Can only install one of: symfony/http-foundation[v3.4.24, v4.2.4].
- Can only install one of: symfony/http-foundation[v3.4.25, v4.2.4].
- Can only install one of: symfony/http-foundation[v3.4.26, v4.2.4].
- Can only install one of: symfony/http-foundation[v3.4.27, v4.2.4].
- Can only install one of: symfony/http-foundation[v3.4.28, v4.2.4].
- Can only install one of: symfony/http-foundation[v3.4.29, v4.2.4].
- Can only install one of: symfony/http-foundation[v3.4.3, v4.2.4].
- Can only install one of: symfony/http-foundation[v3.4.4, v4.2.4].
- Can only install one of: symfony/http-foundation[v3.4.5, v4.2.4].
- Can only install one of: symfony/http-foundation[v3.4.6, v4.2.4].
- Can only install one of: symfony/http-foundation[v3.4.7, v4.2.4].
- Can only install one of: symfony/http-foundation[v3.4.8, v4.2.4].
- Can only install one of: symfony/http-foundation[v3.4.9, v4.2.4].
- Installation request for symfony/http-foundation (locked at v4.2.4) -> satisfiable by symfony/http-foundation[v4.2.4].

Installation failed, reverting ./composer.json to its original content.


Any One Help Me For Solve This Issue ?

Thanks

PayUmoney integrated in laravel

I have change env('PAYU_DEFAULT_GATEWAY', 'biz'), to env('PAYU_DEFAULT_GATEWAY', 'money'),
but the payment page not open and redirect with my status page.

Please give me document of setup payUmoney .

Thanks
Mit

Account credentials does not exist.

I am Using Laravel 5.6 and PHP 7, Insted Of I Added All Settings in config/payu.php
When i am trying to make a test payment its Giving An Error Of Account credentials does not exist.
Can You Please Help Why This Happens.

Optional parameter not receive after payment

I have integrated this package with my project but one thing is creating trouble. I am passing an reg_id as optional parameter so that it receive me from gateway after transaction perform successfully or failed but i am not getting receive it.

$data = [
    'txnid' => strtoupper($tr_id), # Transaction ID.
    'amount' => $request->amt_inr, # Amount to be charged.
    'productinfo' => "Membership Fees",
    'firstname' => $request->name, # Payee Name.
    'email' => $request->email, # Payee Email Address.
    'phone' => $request->mobile, # Payee Phone Number.
   'reg_id'=>$reg_id #Member registration id
];

Verifiying a transaction on live server causes redirection issues?

Hi, I want to verify a pending payment using the verify() function. I fetch my PayuTransaction and try to verify it using $transaction->verify() but it gives the following error in firefox : "The page isn’t redirecting properly". I first thought maybe there is some issue with the route but the same code works absolutely fine and verifies the transaction without any issue on localhost. Also other function like shouldVerify(), pending() etc work fine. The only issue lies with the verify() function.
Any help in this matter?
Thanks alot.

Invalid argument supplied for foreach() - Helpers/Storage.php

Hello Team,

I am facing issue sometimes in your one of helper class. I have described error log below.

I think session data not saved sometimes.

[2019-12-08 04:24:27] production.ERROR: Invalid argument supplied for foreach() {"exception":"[object] (ErrorException(code: 0): Invalid argument supplied for foreach() at /var/www/unic1usr/domains/kuit/public_html/uid2020-21/vendor/tzsk/payu/src/Helpers/Storage.php:42) [stacktrace] #0 /var/www/unic1usr/domains/kuit/public_html/uid2020-21/vendor/tzsk/payu/src/Helpers/Storage.php(42): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->handleError(2, 'Invalid argumen...', '/var/www/unic1u...', 42, Array) #1 /var/www/unic1usr/domains/kuit/public_html/uid2020-21/vendor/tzsk/payu/src/Helpers/Processor.php(40): Tzsk\\Payu\\Helpers\\Storage->__construct() #2 /var/www/unic1usr/domains/kuit/public_html/uid2020-21/vendor/tzsk/payu/src/Controllers/PaymentController.php(34): Tzsk\\Payu\\Helpers\\Processor->__construct(Object(Illuminate\\Http\\Request)) #3 [internal function]: Tzsk\\Payu\\Controllers\\PaymentController->payment(Object(Illuminate\\Http\\Request), 'failed') #4 /var/www/unic1usr/domains/kuit/public_html/uid2020-21/vendor/laravel/framework/src/Illuminate/Routing/Controller.php(54): call_user_func_array(Array, Array) #5 /var/www/unic1usr/domains/kuit/public_html/uid2020-21/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(45): Illuminate\\Routing\\Controller->callAction('payment', Array) #6 /var/www/unic1usr/domains/kuit/public_html/uid2020-21/vendor/laravel/framework/src/Illuminate/Routing/Route.php(219): Illuminate\\Routing\\ControllerDispatcher->dispatch(Object(Illuminate\\Routing\\Route), Object(Tzsk\\Payu\\Controllers\\PaymentController), 'payment') #7 /var/www/unic1usr/domains/kuit/public_html/uid2020-21/vendor/laravel/framework/src/Illuminate/Routing/Route.php(176): Illuminate\\Routing\\Route->runController() #8 /var/www/unic1usr/domains/kuit/public_html/uid2020-21/vendor/laravel/framework/src/Illuminate/Routing/Router.php(680): Illuminate\\Routing\\Route->run() #9 /var/www/unic1usr/domains/kuit/public_html/uid2020-21/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php(30): Illuminate\\Routing\\Router->Illuminate\\Routing\\{closure}(Object(Illuminate\\Http\\Request)) #10 /var/www/unic1usr/domains/kuit/public_html/uid2020-21/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(41): Illuminate\\Routing\\Pipeline->Illuminate\\Routing\\{closure}(Object(Illuminate\\Http\\Request)) #11 /var/www/unic1usr/domains/kuit/public_html/uid2020-21/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(163): Illuminate\\Routing\\Middleware\\SubstituteBindings->handle(Object(Illuminate\\Http\\Request), Object(Closure)) #12 /var/www/unic1usr/domains/kuit/public_html/uid2020-21/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php(53): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request)) #13 /var/www/unic1usr/domains/kuit/public_html/uid2020-21/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php(75): Illuminate\\Routing\\Pipeline->Illuminate\\Routing\\{closure}(Object(Illuminate\\Http\\Request)) #14 /var/www/unic1usr/domains/kuit/public_html/uid2020-21/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(163): Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken->handle(Object(Illuminate\\Http\\Request), Object(Closure)) #15 /var/www/unic1usr/domains/kuit/public_html/uid2020-21/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php(53): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request)) #16 /var/www/unic1usr/domains/kuit/public_html/uid2020-21/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(49): Illuminate\\Routing\\Pipeline->Illuminate\\Routing\\{closure}(Object(Illuminate\\Http\\Request)) #17 /var/www/unic1usr/domains/kuit/public_html/uid2020-21/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(163): Illuminate\\View\\Middleware\\ShareErrorsFromSession->handle(Object(Illuminate\\Http\\Request), Object(Closure)) #18 /var/www/unic1usr/domains/kuit/public_html/uid2020-21/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php(53): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request)) #19 /var/www/unic1usr/domains/kuit/public_html/uid2020-21/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(56): Illuminate\\Routing\\Pipeline->Illuminate\\Routing\\{closure}(Object(Illuminate\\Http\\Request)) #20 /var/www/unic1usr/domains/kuit/public_html/uid2020-21/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(163): Illuminate\\Session\\Middleware\\StartSession->handle(Object(Illuminate\\Http\\Request), Object(Closure)) #21 /var/www/unic1usr/domains/kuit/public_html/uid2020-21/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php(53): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request)) #22 /var/www/unic1usr/domains/kuit/public_html/uid2020-21/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(37): Illuminate\\Routing\\Pipeline->Illuminate\\Routing\\{closure}(Object(Illuminate\\Http\\Request)) #23 /var/www/unic1usr/domains/kuit/public_html/uid2020-21/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(163): Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse->handle(Object(Illuminate\\Http\\Request), Object(Closure)) #24 /var/www/unic1usr/domains/kuit/public_html/uid2020-21/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php(53): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request)) #25 /var/www/unic1usr/domains/kuit/public_html/uid2020-21/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(66): Illuminate\\Routing\\Pipeline->Illuminate\\Routing\\{closure}(Object(Illuminate\\Http\\Request)) #26 /var/www/unic1usr/domains/kuit/public_html/uid2020-21/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(163): Illuminate\\Cookie\\Middleware\\EncryptCookies->handle(Object(Illuminate\\Http\\Request), Object(Closure)) #27 /var/www/unic1usr/domains/kuit/public_html/uid2020-21/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php(53): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request)) #28 /var/www/unic1usr/domains/kuit/public_html/uid2020-21/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(104): Illuminate\\Routing\\Pipeline->Illuminate\\Routing\\{closure}(Object(Illuminate\\Http\\Request)) #29 /var/www/unic1usr/domains/kuit/public_html/uid2020-21/vendor/laravel/framework/src/Illuminate/Routing/Router.php(682): Illuminate\\Pipeline\\Pipeline->then(Object(Closure)) #30 /var/www/unic1usr/domains/kuit/public_html/uid2020-21/vendor/laravel/framework/src/Illuminate/Routing/Router.php(657): Illuminate\\Routing\\Router->runRouteWithinStack(Object(Illuminate\\Routing\\Route), Object(Illuminate\\Http\\Request)) #31 /var/www/unic1usr/domains/kuit/public_html/uid2020-21/vendor/laravel/framework/src/Illuminate/Routing/Router.php(623): Illuminate\\Routing\\Router->runRoute(Object(Illuminate\\Http\\Request), Object(Illuminate\\Routing\\Route)) #32 /var/www/unic1usr/domains/kuit/public_html/uid2020-21/vendor/laravel/framework/src/Illuminate/Routing/Router.php(612): Illuminate\\Routing\\Router->dispatchToRoute(Object(Illuminate\\Http\\Request)) #33 /var/www/unic1usr/domains/kuit/public_html/uid2020-21/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(176): Illuminate\\Routing\\Router->dispatch(Object(Illuminate\\Http\\Request)) #34 /var/www/unic1usr/domains/kuit/public_html/uid2020-21/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php(30): Illuminate\\Foundation\\Http\\Kernel->Illuminate\\Foundation\\Http\\{closure}(Object(Illuminate\\Http\\Request)) #35 /var/www/unic1usr/domains/kuit/public_html/uid2020-21/vendor/fideloper/proxy/src/TrustProxies.php(57): Illuminate\\Routing\\Pipeline->Illuminate\\Routing\\{closure}(Object(Illuminate\\Http\\Request)) #36 /var/www/unic1usr/domains/kuit/public_html/uid2020-21/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(163): Fideloper\\Proxy\\TrustProxies->handle(Object(Illuminate\\Http\\Request), Object(Closure)) #37 /var/www/unic1usr/domains/kuit/public_html/uid2020-21/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php(53): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request)) #38 /var/www/unic1usr/domains/kuit/public_html/uid2020-21/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Routing\\Pipeline->Illuminate\\Routing\\{closure}(Object(Illuminate\\Http\\Request)) #39 /var/www/unic1usr/domains/kuit/public_html/uid2020-21/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(163): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle(Object(Illuminate\\Http\\Request), Object(Closure)) #40 /var/www/unic1usr/domains/kuit/public_html/uid2020-21/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php(53): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request)) #41 /var/www/unic1usr/domains/kuit/public_html/uid2020-21/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Routing\\Pipeline->Illuminate\\Routing\\{closure}(Object(Illuminate\\Http\\Request)) #42 /var/www/unic1usr/domains/kuit/public_html/uid2020-21/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(163): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle(Object(Illuminate\\Http\\Request), Object(Closure)) #43 /var/www/unic1usr/domains/kuit/public_html/uid2020-21/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php(53): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request)) #44 /var/www/unic1usr/domains/kuit/public_html/uid2020-21/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ValidatePostSize.php(27): Illuminate\\Routing\\Pipeline->Illuminate\\Routing\\{closure}(Object(Illuminate\\Http\\Request)) #45 /var/www/unic1usr/domains/kuit/public_html/uid2020-21/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(163): Illuminate\\Foundation\\Http\\Middleware\\ValidatePostSize->handle(Object(Illuminate\\Http\\Request), Object(Closure)) #46 /var/www/unic1usr/domains/kuit/public_html/uid2020-21/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php(53): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request)) #47 /var/www/unic1usr/domains/kuit/public_html/uid2020-21/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/CheckForMaintenanceMode.php(62): Illuminate\\Routing\\Pipeline->Illuminate\\Routing\\{closure}(Object(Illuminate\\Http\\Request)) #48 /var/www/unic1usr/domains/kuit/public_html/uid2020-21/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(163): Illuminate\\Foundation\\Http\\Middleware\\CheckForMaintenanceMode->handle(Object(Illuminate\\Http\\Request), Object(Closure)) #49 /var/www/unic1usr/domains/kuit/public_html/uid2020-21/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php(53): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request)) #50 /var/www/unic1usr/domains/kuit/public_html/uid2020-21/vendor/barryvdh/laravel-cors/src/HandlePreflight.php(29): Illuminate\\Routing\\Pipeline->Illuminate\\Routing\\{closure}(Object(Illuminate\\Http\\Request)) #51 /var/www/unic1usr/domains/kuit/public_html/uid2020-21/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(163): Barryvdh\\Cors\\HandlePreflight->handle(Object(Illuminate\\Http\\Request), Object(Closure)) #52 /var/www/unic1usr/domains/kuit/public_html/uid2020-21/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php(53): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request)) #53 /var/www/unic1usr/domains/kuit/public_html/uid2020-21/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(104): Illuminate\\Routing\\Pipeline->Illuminate\\Routing\\{closure}(Object(Illuminate\\Http\\Request)) #54 /var/www/unic1usr/domains/kuit/public_html/uid2020-21/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(151): Illuminate\\Pipeline\\Pipeline->then(Object(Closure)) #55 /var/www/unic1usr/domains/kuit/public_html/uid2020-21/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(116): Illuminate\\Foundation\\Http\\Kernel->sendRequestThroughRouter(Object(Illuminate\\Http\\Request)) #56 /var/www/unic1usr/domains/kuit/public_html/uid2020-21/index.php(55): Illuminate\\Foundation\\Http\\Kernel->handle(Object(Illuminate\\Http\\Request)) #57 {main} "}

Let me know the solution.

Cancel Url

How To i Pass Cancel URL
Its Show me 404 page not found when i cancel in production mode

PAYU_MONEY_MODE=test is not working after the new payu website

Hi, how are you?
Recently after the PayU website was revamped, the test mode is no longer working.
Also, the Auth key value is no longer available from the Merchant Dashboard.

From the documentation
'Auth'
This is only required for PayuMoney gateway. You can get it from your merchant dashboard as well

Sandbox Integration 2022

Recently I have encountered an issue with Sandbox integration, on making payments I was getting error "Sorry, Some Problem Occurred.".

Following is the configuration that I am using in my project:

  1. Gateway: Payu money
  2. PAYU_MONEY_MODE: test
  3. Url: https://sandboxsecure.payu.in/_payment

So I contacted the payu support team and they have told me to make following changes:

  1. Please remove the below param from all your requests. service_provider
  2. update the URL to https://test.payu.in/_payment

Now I have concern that what if one wants to change/update/remove one/more parameters, how that can be achieved. I guess here we need to make things little more flexible so that one can tweak think as per his/her needs.

Transaction always INVALID in production server

Hi, I have integrated the PayU package and everything works perfectly in localhost. On my actual server, the transactions are always in INVALID status.

My Config in localhost and server are the same

PAYU_DEFAULT_GATEWAY=money
PAYU_MONEY_MODE=test

Can you please tell me what I'm doing wrong

419 Page Expired when using live payment

Hi,
I am getting 419 Page expired when I made a payment from PayUMoney. It is making a post request to /tzsk/payment/success?_token which is:

Domain Method URI Name Action Middleware
POST tzsk/payment/{status} tzsk.payu.payment.status Tzsk\Payu\Controllers\PaymentController@payment Web

I don't know why it is throwing 419|Page expired error. Can you please tell me why?

Currently I am using Laravel v6 and this package "tzsk/payu": "4.0.1".

Test payment always goes to failed

I am using tzsk/payu package with laravel 5.4. after setting all things when i submitted payment details on payumoney test payment gateway, it always returns a Failed Transaction. I am not understanding what things are going wrong . please help

Need more details About this integration

Hello sir first of all i thank you for that great job, please i am beginner and i need more explanation about this like the script that i have to right on views and controller and model and plz sir i need and exemple to work on it if i see the exemple i can build the same thanks

payumoney service provider

Pay Money service_provider = 'payu_paisa' is unable to send to secure server .

Showing error
SORRY!
We were unable to process your payment

Error Reason
You seem to be using an incorrect key or salt value.

But working on test environment

Issue with config file

Hi,

I am getting this error - Argument 1 passed to Tzsk\Payu\Payu::via() must be of the type string, null given, called in /var/www/astroprofit/vendor/tzsk/payu/src/Payu.php on line 55

I have tried to debug and cleared the cache - but when i use via while initiate, it redirects me as already specified in docs.

But i am not able to figure out what am i missing in config file.

I have make sure to publish all settings.

PHP Version: 7.4.3
Laravel Version: 8.11.2

Thanks

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.