All Projects → ndiecodes → MLM-Solution

ndiecodes / MLM-Solution

Licence: MIT license
MLM solution built with Laravel

Programming Languages

PHP
23972 projects - #3 most used programming language
Blade
752 projects
Less
1899 projects

Projects that are alternatives of or similar to MLM-Solution

RealityOpportunityClub
⚠️ Deprecated: Reality Opportunity Club - MultiLevel Marketing (MLM) Software ⚠️
Stars: ✭ 19 (-72.86%)
Mutual labels:  mlm, mlm-solution
FieldedSDM
Fielded Sequential Dependence Model (code and runs)
Stars: ✭ 32 (-54.29%)
Mutual labels:  mlm
ilp-plugin-ethereum
Settle Interledger payments with ETH and ERC-20 tokens
Stars: ✭ 41 (-41.43%)
Mutual labels:  payments
swift
SWIFT (payments) SDK in GO
Stars: ✭ 18 (-74.29%)
Mutual labels:  payments
borica-3ds
PHP Borica EMV 3DS library
Stars: ✭ 15 (-78.57%)
Mutual labels:  payments
lnd-routing
Lightning network liquidity service
Stars: ✭ 16 (-77.14%)
Mutual labels:  payments
uniteller-php-sdk
PHP (7.2+) SDK for integration internet-acquiring of the Uniteller (unofficial)
Stars: ✭ 21 (-70%)
Mutual labels:  payments
adyen-python-api-library
Adyen API Library for Python
Stars: ✭ 41 (-41.43%)
Mutual labels:  payments
sep-pay
Pay.ir Payment Package for Laravel 5.3+
Stars: ✭ 17 (-75.71%)
Mutual labels:  payments
wp-simple-pay-lite
Add high conversion Stripe payment forms to your WordPress site in minutes.
Stars: ✭ 31 (-55.71%)
Mutual labels:  payments
yandex-checkout-node
Node.js SDK for Yandex.Checkout (unofficial)
Stars: ✭ 64 (-8.57%)
Mutual labels:  payments
cms-prestashop
YooKassa payment module for PrestaShop
Stars: ✭ 13 (-81.43%)
Mutual labels:  payments
Documentations
Documentation to integrate PayU SDKs
Stars: ✭ 26 (-62.86%)
Mutual labels:  payments
cybersource-sdk-java
Java SDK for CyberSource Simple Order API
Stars: ✭ 44 (-37.14%)
Mutual labels:  payments
mangopay2-net-sdk
.Net SDK for MANGOPAY
Stars: ✭ 19 (-72.86%)
Mutual labels:  payments
adyen-android
Adyen SDK for Android
Stars: ✭ 89 (+27.14%)
Mutual labels:  payments
python-daraja
Python Wrapper for interacting with the MPESA Daraja API. More Features to be implemented
Stars: ✭ 20 (-71.43%)
Mutual labels:  payments
bitcoin-ux
💅💸 Ongoing assessment of bitcoin payments and privacy UX for @BitcoinDesign Community as well as tools to help designers understand the underlying protocols and specifications.
Stars: ✭ 39 (-44.29%)
Mutual labels:  payments
MugglePay
Make Crypto Payment Easy 让数字货币支付更简单
Stars: ✭ 176 (+151.43%)
Mutual labels:  payments
killbill-admin-ui
Kill Bill Administrative UI engine
Stars: ✭ 39 (-44.29%)
Mutual labels:  payments

MLM Solution

This MLM solution has six level of payments.
Levels are made using tree data structure(clusure table) which makes it better than all the recursive solutions out there.

Features

  • Activation Fee
  • Level payments (all through level six)
  • Paystack payments gateway
  • Fast Tree Structure

Usage

  • clone this repository
  • cd [project-directory]
  • composer install
  • create a .env file, copy all text in .env.example into the .env file and add your configurations.
  • php artisan key:generate
  • create your mysql database, and run the /model.sqlscript
  • php artisan serve

TIP: Change user role from "user" to "admin" in users table, after registering your first user; to see full admin privileges.

TIP: You can change monetary variables on base controller app/Http/Controllers/Controller.php 🤘

How do I thank you?

[ I don't know...start with giving the repo a star and maybe recommend me a cool job. Gracias.

Licensing

  • Copyright © 2019 ndiecodes
  • Licensed under MIT
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].