Scripts
phpWallet – e-wallet and online payment gateway system.

Are you looking for a custom online payment solution for your country’s local currency to integrate with your local business? or maybe you want to start your own Payment Gateway Site like PayPal. phpWallet is the script solution you where looking for.
With payment gateway Script you can easily accept any physical financial company/bank or online payment platform as deposits and withdrawal methods for your site. And, set a fee amount to earn on every online store purchase linked to your site API and Money transfers made through phpWallet .
How phpWallet Works ?
The core concept behind this payment gateway script is that there needs to be someone managing everything behind the scenes ( the site administrator ).
To process withdrawal requests the admin sends money to bank accounts manually outside the script and reduces the user’s wallet balance by clicking on a button after the offline bank transfer transaction is complete.
There are 3 API integrated and automated deposit methods ( PayPal, Stripe and Paystack ). The deposit methods that are registered by the admin ( Mobile money, Bitcoin Wallet address, Bank Swift number and other means to send and receive money registered by the admin ) follows the offline concept.
And the coin/currency Exchange rates are also defined by the admin from the admin dashboard.
KEY FEATURES
- Responsive UI.
- 6 Color Skins.
- Built with bootstrap 4.
- Unlimited Deposit Methods.
- Unlimited Withdrawal Methods
- Unlimited Currencies
- Currency Exchange
- Money Transfers
- Fund User’s Wallet from admin dashboard
- Vouchers System
- Support Ticket System
- Ability to add support agents
- User Roles
- Voyager Admin Dashboard
- Transactions History
- Developers API
- WordPress Ready ( WooCommerce Plugin ) | * Sold Separately Request The link
- KYC Ready ( Know Your Client )
- European GDPR Ready
- Ability to freese users balance while processing Withdrawal Requests.
- Ability to set Percentual and Unit Fee’s
- And more …
SERVER REQUIREMENT:
- PHP >= 7.1.*
- PDO PHP Extension
- Tokenizer PHP Extension
- PHP Fileinfo extension
- OpenSSL PHP Extension
- XML PHP Extension
- Mbstring PHP Extension
- GD Library
- CURL Library
- PHP mod_rewrite enabled
- A server that supports Symlinks
SUPPORT & OFFERS
For rapid support please use Whatsapp: +258850586897. Send a message via whatsapp so I can add funds to you demo account.
SetUp phpWallet on Your cPanel Based Server: 50$
Pro Updade Service: 25$
DEMOS
Regular User:
( Some features are disabled [ change password ] )
User: [email protected] | Password: 123456
Link: http://pagador.scriptdemo.website/admin
Admin Demo:
( Some features are disabled [ change password, browse users, add roles, site settings ] )
User: [email protected] | Password: 123456
Link: http://phpwallet.scriptdemo.website/admin
WooCommerce Demo:
Use the account ( User: [email protected] | Password : 123456 ) to pay your order in phpWallet payment terminal
Link: https://scriptdemo.website/woo/
UPDATE CHANGELOG
Read More -> http://pagador.scriptdemo.website/public/changelog/6
Update ( 08, November 2019 ) V 2.8
Developed a phpWallet WooCommerce payment gateway plugin, if you have a valid License please contact me via my profile contact form to get the purchase.
- Added an Updated Files Folder - Added Stripe Payment Gateway - Added Paystack Payment Gateway - Added Select Color Theme from admin dashboard option - Admin manually loads funds to a user wallet using vouchers - Tird part payment options on Checkout Page - Added Enable/Disable Payment Gateways option - Removed the shopping cart script from the zip file.
Update ( 28, August 2019 ) V 2.7
- Added User Impersonation feature - Prepared Twillio for sms notification ( comming in the next version of phpWallet ) - Fixed previous versions bugs - Added Mobile Phone number in registration form - Added Blog feature
Update ( 19, April 2019 ) V 2.5
- Added The Android Aplication to phpWallet - Bug Fixes.
Update ( 26, February 2019 ) V 2.4 | Update ( 19, February 2019 ) V 2.3
- Added the ability to send money with both username and email. - Added Automatic deposits by PayPal Credit Card Processor. - Bug Fixes. git status for phpWallet modified: app/Http/Controllers/ExchangeController.php modified: app/Http/Controllers/IPNController.php modified: app/Http/Controllers/MoneyTransferController.php new file: app/Http/Controllers/PayPalController.php modified: app/Http/Controllers/SignUpController.php new file: app/Http/Controllers/TransactionController.php modified: app/Http/Controllers/VoucherController.php modified: app/Http/Controllers/WithdrawalController.php modified: app/Models/Transaction.php modified: app/User.php modified: composer.json modified: composer.lock modified: config/app.php new file: config/paypal.php new file: public/assets/css/ecommerce.css modified: resources/lang/en.json new file: resources/views/Transactions/show.blade.php new file: resources/views/Transactions/type/purchase.blade.php new file: resources/views/Transactions/type/sale.blade.php modified: resources/views/auth/login.blade.php modified: resources/views/email/verifyEmail.blade.php modified: resources/views/flash.blade.php modified: resources/views/home/partials/name.blade.php modified: resources/views/home/partials/transactions.blade.php modified: resources/views/home/partials/transactions_to_confirm.blade.php modified: resources/views/layouts/app.blade.php modified: resources/views/layouts/topnavbar.blade.php new file: resources/views/layouts/transaction.blade.php modified: resources/views/merchant/new.blade.php modified: resources/views/partials/footer.blade.php modified: resources/views/partials/footerstyles.blade.php modified: resources/views/partials/sidebar.blade.php modified: resources/views/sendmoney/index.blade.php new file: resources/views/vouchers/buy.blade.php new file: resources/views/vouchers/buyvue.blade.php modified: resources/views/welcome.blade.php modified: routes/web.php new file: vendor.zip modified: vendor/composer/ClassLoader.php modified: vendor/composer/autoload_classmap.php modified: vendor/composer/autoload_psr4.php modified: vendor/composer/autoload_static.php modified: vendor/composer/installed.json new file: vendor/lab404/laravel-impersonate/.gitignore new file: vendor/lab404/laravel-impersonate/.scrutinizer.yml new file: vendor/lab404/laravel-impersonate/.travis.yml new file: vendor/lab404/laravel-impersonate/changelog.md new file: vendor/lab404/laravel-impersonate/composer.json new file: vendor/lab404/laravel-impersonate/composer.lock new file: vendor/lab404/laravel-impersonate/config/laravel-impersonate.php new file: vendor/lab404/laravel-impersonate/migrations/2017_02_11_000000_create_users_table.php new file: vendor/lab404/laravel-impersonate/phpunit.xml new file: vendor/lab404/laravel-impersonate/readme.md new file: vendor/lab404/laravel-impersonate/src/Controllers/ImpersonateController.php new file: vendor/lab404/laravel-impersonate/src/Events/LeaveImpersonation.php new file: vendor/lab404/laravel-impersonate/src/Events/TakeImpersonation.php new file: vendor/lab404/laravel-impersonate/src/Guard/SessionGuard.php new file: vendor/lab404/laravel-impersonate/src/Impersonate.php new file: vendor/lab404/laravel-impersonate/src/ImpersonateServiceProvider.php new file: vendor/lab404/laravel-impersonate/src/Middleware/ProtectFromImpersonation.php new file: vendor/lab404/laravel-impersonate/src/Models/Impersonate.php new file: vendor/lab404/laravel-impersonate/src/Services/ImpersonateManager.php new file: vendor/lab404/laravel-impersonate/tests/BladeDirectivesTest.php new file: vendor/lab404/laravel-impersonate/tests/EventsTest.php new file: vendor/lab404/laravel-impersonate/tests/ImpersonateManagerTest.php new file: vendor/lab404/laravel-impersonate/tests/MiddlewareProtectFromImpersonationTest.php new file: vendor/lab404/laravel-impersonate/tests/ModelImpersonateTest.php new file: vendor/lab404/laravel-impersonate/tests/RoutesTest.php new file: vendor/lab404/laravel-impersonate/tests/Stubs/Models/User.php new file: vendor/lab404/laravel-impersonate/tests/Stubs/views/can_be_impersonated.blade.php new file: vendor/lab404/laravel-impersonate/tests/Stubs/views/impersonate.blade.php new file: vendor/lab404/laravel-impersonate/tests/TestCase.php modified: vendor/srmklive/paypal/README.md modified: vendor/srmklive/paypal/composer.json modified: vendor/srmklive/paypal/config/config.php modified: vendor/srmklive/paypal/src/Services/ExpressCheckout.php modified: vendor/srmklive/paypal/src/Traits/PayPalHttpClient.php modified: vendor/srmklive/paypal/src/Traits/PayPalRequest.php modified: vendor/srmklive/paypal/src/Traits/RecurringProfiles.php Changelog for Shopping cart script modified: app/Categorie.php new file: app/Helpers/Money.php new file: app/Helpers/flash.php modified: app/Http/Controllers/CartController.php modified: app/Http/Controllers/HomeController.php new file: app/Http/Controllers/ProductController.php modified: app/Product.php modified: app/Providers/AppServiceProvider.php new file: app/Subcategorie.php new file: public/assets/css/bootstrap-select.min.css new file: public/assets/css/bootstrap.min.css new file: public/assets/css/color_skins.css new file: public/assets/css/dropzone.css new file: public/assets/css/ecommerce.css new file: public/assets/css/jquery-jvectormap-2.0.3.min.css new file: public/assets/css/main.css new file: public/assets/css/morris.min.css new file: public/assets/fonts/Material-Design-Iconic-Font.eot new file: public/assets/fonts/Material-Design-Iconic-Font.svg new file: public/assets/fonts/Material-Design-Iconic-Font.ttf new file: public/assets/fonts/Material-Design-Iconic-Font.woff new file: public/assets/fonts/Material-Design-Iconic-Font.woff2 new file: public/assets/fonts/simple-Line-Icons.eot new file: public/assets/fonts/simple-Line-Icons.svg new file: public/assets/fonts/simple-Line-Icons.ttf new file: public/assets/fonts/simple-Line-Icons.woff new file: public/assets/images/logo.svg new file: public/assets/js/dropzone.js new file: public/assets/js/index.js new file: public/assets/js/infobox-1.js new file: public/assets/js/jvectormap.bundle.js new file: public/assets/js/knob.bundle.js new file: public/assets/js/libscripts.bundle.js new file: public/assets/js/mainscripts.bundle.js new file: public/assets/js/morrisscripts.bundle.js new file: public/assets/js/particles.js new file: public/assets/js/particles.min.js new file: public/assets/js/vendorscripts.bundle.js modified: resources/views/auth/login.blade.php modified: resources/views/auth/register.blade.php modified: resources/views/checkout.blade.php modified: resources/views/home.blade.php modified: resources/views/layouts/app.blade.php new file: resources/views/layouts/aside.blade.php new file: resources/views/layouts/topnavbar.blade.php modified: resources/views/partials/nav.blade.php modified: resources/views/product.blade.php modified: resources/views/templates/invoice.blade.php modified: resources/views/templates/orders.blade.php modified: routes/web.php
Update ( 21, December 2018 ) V 2.2
Added a landing page. git status for phpWallet modified: resources/views/welcome.blade.php modified: resources/lang/en.json modified: routes/web.php added: public/landing ( folder with its contents )
Update ( 17, December 2018 ) V 2.1
UI bug fixes and responsivenes improvement git status for phpWallet modified: app/Http/Controllers/ExchangeController.php modified: app/Http/Controllers/HomeController.php modified: app/Http/Controllers/SignUpController.php modified: app/User.php modified: resources/lang/en.json modified: resources/views/auth/register.blade.php modified: resources/views/exchange/exchangeRequestForm.blade.php modified: resources/views/flash.blade.php modified: resources/views/home/partials/transactions.blade.php modified: resources/views/home/partials/transactions_to_confirm.blade.php modified: resources/views/layouts/app.blade.php modified: resources/views/merchant/new.blade.php modified: resources/views/partials/nav.blade.php modified: resources/views/partials/sidebar.blade.php modified: resources/views/withdrawals/partials/status.blade.php added: resources/views/vendor/pagination/
Update ( 13, December 2018 ) V 2.0
UI improvement and minor bug fixes git status for phpWallet modified: app/Http/Middleware/verifyEmail.php modified: app/widgets/Merchants.php new file: public/assets/css/bootstrap-select.min.css new file: public/assets/css/bootstrap.min.css new file: public/assets/css/dropzone.css new file: public/assets/css/jquery-jvectormap-2.0.3.min.css new file: public/assets/css/main.css new file: public/assets/css/morris.min.css new file: public/assets/fonts/Material-Design-Iconic-Font.eot new file: public/assets/fonts/Material-Design-Iconic-Font.svg new file: public/assets/fonts/Material-Design-Iconic-Font.ttf new file: public/assets/fonts/Material-Design-Iconic-Font.woff new file: public/assets/fonts/Material-Design-Iconic-Font.woff2 new file: public/assets/fonts/simple-Line-Icons.eot new file: public/assets/fonts/simple-Line-Icons.svg new file: public/assets/fonts/simple-Line-Icons.ttf new file: public/assets/fonts/simple-Line-Icons.woff new file: public/assets/images/logo.svg new file: public/assets/js/dropzone.js new file: public/assets/js/index.js new file: public/assets/js/infobox-1.js new file: public/assets/js/jvectormap.bundle.js new file: public/assets/js/knob.bundle.js new file: public/assets/js/libscripts.bundle.js new file: public/assets/js/mainscripts.bundle.js new file: public/assets/js/morrisscripts.bundle.js new file: public/assets/js/particles.js new file: public/assets/js/particles.min.js new file: public/assets/js/vendorscripts.bundle.js new file: public/symlink.php modified: resources/lang/en.json modified: resources/lang/es.json modified: resources/views/auth/login.blade.php modified: resources/views/auth/register.blade.php modified: resources/views/deposits/addCreditForm.blade.php modified: resources/views/deposits/index.blade.php modified: resources/views/deposits/partials/status.blade.php modified: resources/views/email/verifyEmail.blade.php modified: resources/views/exchange/exchangeRequestForm.blade.php modified: resources/views/flash.blade.php modified: resources/views/home/index.blade.php modified: resources/views/home/partials/status.blade.php modified: resources/views/home/partials/transactions.blade.php modified: resources/views/home/partials/transactions_to_confirm.blade.php modified: resources/views/layouts/app.blade.php new file: resources/views/layouts/aside.blade.php new file: resources/views/layouts/topnavbar.blade.php modified: resources/views/merchant/docs.blade.php modified: resources/views/merchant/index.blade.php modified: resources/views/page/show.blade.php new file: resources/views/partials/flash.blade.php modified: resources/views/partials/footer.blade.php modified: resources/views/partials/nav.blade.php modified: resources/views/partials/sidebar.blade.php modified: resources/views/profile/identity.blade.php modified: resources/views/profile/info.blade.php modified: resources/views/profile/newpassword.blade.php modified: resources/views/sendmoney/index.blade.php modified: resources/views/tickets/create.blade.php modified: resources/views/tickets/index.blade.php modified: resources/views/tickets/show.blade.php modified: resources/views/tickets/user_tickets.blade.php modified: resources/views/vouchers/generate.blade.php modified: resources/views/vouchers/index.blade.php modified: resources/views/withdrawals/index.blade.php modified: resources/views/withdrawals/withdrawalRequestForm.blade.php
Update ( 28, November 2018 ) V 1.9
Fund wallets with vouchers created by admin with zero credit and zero fee’s Update - Fixed user editing bug - Added quick admin panel in the user section - Added voucher generation for admin fund wallets with it. - Fixed previous version bugs. gitStatus: phpWallet: modified: app/Http/Controllers/HomeController.php modified: app/Http/Controllers/IPNController.php modified: app/Http/Controllers/SignUpController.php modified: app/Http/Controllers/VoucherController.php modified: app/User.php modified: resources/lang/en.json modified: resources/views/home/partials/name.blade.php modified: resources/views/layouts/app.blade.php modified: resources/views/partials/nav.blade.php modified: resources/views/partials/sidebar.blade.php modified: resources/views/tickets/index.blade.php modified: resources/views/tickets/show.blade.php modified: routes/web.php added: resources/views/vouchers/generate.blade.php Database Migration: Added: verification_token column to users table Git Status: shoppingcart modified: app/Http/Controllers/CartController.php modified: resources/views/checkout.blade.php modified: resources/views/home.blade.php modified: resources/views/partials/nav.blade.php modified: resources/views/product.blade.php modified: routes/web.php
Update ( 18, September 2018 ) V 1.8
Voucher System Update - Added Voucher System. - Fixed KYC Image Upload bug. - Fixed Change Profile Avatar bug. - Added more words to the translation file. Git status for phpWallet modified: app/Http/Controllers/AddCreditController.php modified: app/Http/Controllers/ExchangeController.php modified: app/Http/Controllers/IPNController.php modified: app/Http/Controllers/MoneyTransferController.php modified: app/Http/Controllers/ProfileController.php modified: app/Http/Controllers/SignUpController.php new file: app/Http/Controllers/VoucherController.php modified: app/Http/Controllers/WithdrawalController.php modified: app/Http/Middleware/verifyEmail.php new file: app/Models/Voucher.php modified: app/User.php modified: resources/lang/en.json modified: resources/views/exchange/exchangeRequestForm.blade.php modified: resources/views/home/partials/name.blade.php modified: resources/views/home/partials/transactions.blade.php modified: resources/views/partials/sidebar.blade.php modified: resources/views/profile/identity.blade.php modified: resources/views/profile/info.blade.php modified: resources/views/profile/newpassword.blade.php modified: resources/views/vendor/voyager/withdrawals/edit-add.blade.php new file: resources/views/vouchers/index.blade.php new file: resources/views/vouchers/vue.blade.php modified: resources/views/withdrawals/withdrawalRequestForm.blade.php modified: routes/web.php Database status for phpWallet Script: - please contact me ( use my profile contact form ) to make the necessary changes to your database without crashing your site and damage your data
Update ( 27, August 2018 ) V 1.7
- Added account email verification systrem. Git status for phpWallet modified: app/Http/Controllers/SignUpController.php modified: app/Http/Kernel.php new file: app/Http/Middleware/verifyEmail.php new file: app/Mail/verifyEmail.php modified: app/User.php new file: resources/views/email/verifyEmail.blade.php modified: resources/views/flash.blade.php modified: routes/web.php Database status for phpWallet Script: unmodified
Update ( 16, August 2018 ) V 1.6
- Fixed previous version shoppingcart script bug. - Improved developers API docs. Git status for phpWallet modified: resources/views/merchant/docs.blade.php Database status for phpWallet Script: unmodified Git status for ShoppingCart script: modified: app/Http/Controllers/CartController.php Database status for ShoppingCart Script: - modified the .sql file
Update ( 11, August 2018 ) V 1.5
- Fixed previous version bug reports. - Improved the shoppingcart script. -Improved The Developers API return URL formats. Git status for phpWallet modified: app/Http/Controllers/IPNController.php Git status for ShoppingCart script: modified: app/Http/Controllers/CartController.php modified: resources/views/checkout.blade.php modified: resources/views/home.blade.php modified: resources/views/product.blade.php modified: routes/web.php
Update ( 31, July 2018 ) V 1.4
User Profile, KYC ( Know Your Client ), and European GDPR update. - Fixed admin fund wallet from administrative area issue. - Added cookie consent to reflect new European GDPR law. - Added Privacy Policy agreement to register form. - Added Privacy Policy, Terms of Use, FAQ, and About Us pages from Backend CMS and linked to the footer links section. - Added footer settings to the admin area. - Added edit profile section for regular users. - Added ability to upload a profile picture. - Added a profile table to the database. - Added ability to change the password for regular users. - Started to implement KYC ( Know Your Client ) by adding a section for regular user submit their national id or equivalent document issued by a government entity. - Added more words to the language files. - Added " Message to the reviewer " field in add credit form ( useful for deposit methods that require more info than just the deposit receipt screenshot ).
Update ( 21, July 2018 ) V 1.3
This is the currency exchange Update for phpWallet - Added currency exchange feature - Added top nav - Improved Security - Fixed previous version bugs.
Update ( 11, July 2018 ) V 1.2
This is the multi-currencies Update for phpWallet * [ BREAD ] stands for Browse, Read, Edit, Add and Delete. - Code Improvements and bug fixes. - Added currencies BREAD menu to the admin panel. - Added Wallets BREAD menu in admin panel. - Added Currency exchange rates BREAD menu in admin panel. - Added deposit method to currency linking BREAD submenu to Deposit Methods menu in admin panel. - Added withdrawal method to currency linking BREAD submenu to Withdrawal Methods menu in admin panel. - Removed total money earned from fee’s analytics from admin dashboard because it was only in US Dollars, and now phpWallet supports multicurrency’s. ( will add this analytics back, but this time supporting all phpWallet’s added currencies ). - Removed total money deposited in the platform analytics from admin dashboard because it was only in US Dollars, and now phpWallet supports multi-currencies. ( will add this analytics back, but this time supporting all phpWallet’s added currencies ). - Added multilingual files for Portuguese. ( will add more words and languages in upcoming updates, please share your language translation file ) - Improved the shopping cart script to accept multiple currencies. - Updated the merchant API documentation - Updated the merchant system to accept one chosen - Removed the default currency symbol site setting because now the one setting the default wallet is the user. - Added a footer menu. - Added forgot password link in the login page. - Added Sign Up button on the login page.
Update ( 21 June 2018 ) V 1.1
- Added transactions menu in admin backend; - Added a setting to change the default currency sign in admin backend; - Added total deposits that are in the review queue process analytics in admin backend dashboard; - Added total withdrawal requests that are in the review queue process analytics in admin backend dashboard; - Added the name of the deposit owner and deposit transaction state ( pending / completed )in admin backend deposits page; - Added Merchant BREAD in admin backend's menu - Added all merchants analytics in admin backend dashboard; - Added total money deposited in the platform analytics in admin backend dashboard; - Added total money earned from fee's analytics in admin backend dashboard;
Initial Release ( 13 June 2018 ) V 1.0
[ad_2]
Source
-
Wordpress Plugin2 years ago
Real Estate Agency Portal
-
Video Templates3 years ago
Cartoon Logo Reveal | After Effects Template
-
Scripts3 years ago
Signup Php Portal
-
Wordpress Plugin3 years ago
WP Mega Intro – Amazing Intro Pages for WP Free Download not nulled
-
Wordpress Plugin3 years ago
The Parallaxer WP – Parallax Effects on Content
-
Wordpress Plugin4 years ago
AdLinkFly – Monetized URL Shortener
-
Wordpress Plugin3 months ago
Facebook Instagram Youtube Social Stream Plugin Free Download not nulled
-
Scripts3 years ago
ShotPro Community Script