Introduction
In the world of mobile applications, there is a growing demand for a platform where iOS and Android application sellers and buyers can meet. This is where PHP Mobile Apps Marketplace comes in, offering a unique solution for developers and entrepreneurs to buy, sell, and manage mobile applications. In this review, we will delve into the features, functionality, and overall performance of this PHP script, providing a comprehensive overview of its strengths and weaknesses.
Review
Overview
PHP Mobile Apps Marketplace is a PHP script that allows you to create your own mobile apps marketplace, where sellers can list their applications for sale and buyers can browse, bid, and purchase them. The script supports three different revenue channels: success fee, featured listings, and regular listings, making it a lucrative option for entrepreneurs and developers.
How it Works
The script is designed to be user-friendly, with a simple and intuitive interface for both sellers and buyers.
- App creators and owners list their applications for sale on your platform.
- Buyers search for an app on your platform and bid or buy it instantly.
- The money is sent directly to the admin (you) where you’ll get a cut (success fee).
- You can send the money to the sellers via PayPal mass pay whenever you decide.
Features
The script comes packed with a wide range of features, including:
- Bidding System: Buyers can bid or buy apps instantly.
- Membership system: Users can sign up, login, and manage their profiles.
- Notification system: Users receive notifications via email and onsite popup for important events.
- Messaging system: Users can communicate with each other via internal inbox.
- Search system: Users can search for apps using various filters.
- Advanced Filters: Users can filter apps by price, category, platform, and more.
- Auto fetching app info from iTunes Store/Google Play Store: The script automatically fetches app information from the respective stores.
- Verification system: Listings are verified for ownership before publication on the site.
- Balance and history: Sellers can check their balance and transaction history.
- Bids made/Offer made: Users can view their bidding activity.
Admin Panel Demo
The admin panel is user-friendly and intuitive, allowing you to manage your marketplace with ease. You can access the admin panel demo by visiting the following URL:
https://appsmarketplace.crivion.com/admin
Username: admin
Password: admin
Requirements
The script is easy to install and run, requiring a regular web host with Apache, MySQL, and PHP version 5.6 or higher.
Update Log
The script has undergone several updates since its initial release, with the latest version being v1.2, which fixed a Google Play Store scraping issue.
Conclusion
PHP Mobile Apps Marketplace is a powerful script that offers a comprehensive solution for creating a mobile apps marketplace. With its user-friendly interface, advanced features, and ease of installation, it’s an excellent option for entrepreneurs and developers looking to monetize their mobile applications. However, the script’s overall performance is marred by its lack of updates, with the last update being over a year ago. We would recommend this script to those who are looking for a reliable and scalable solution, but with caution due to the lack of recent updates.
Rating: 0/5
This script has shown potential, but its lack of updates and limited customer support have led to a rating of 0. We hope that the developers will address these issues and provide more frequent updates to improve the script’s performance and reliability.
User Reviews
Be the first to review “PHP Mobile Apps Marketplace Script”
Introduction
Are you a web developer looking to create and sell your own mobile apps? The PHP Mobile Apps Marketplace Script is a comprehensive solution that allows you to create a mobile app store where developers can submit their apps and users can download and purchase them. With this script, you can create a revenue-generating platform and become a mobile app entrepreneur. In this tutorial, we will walk you through the step-by-step process of setting up and using the PHP Mobile Apps Marketplace Script.
Table of Contents
- Introduction
- Installing the Script
- Setting Up the Script
- Creating Categories and Sub-Categories
- Creating Apps
- Adding Screenshots and Videos
- Setting App Pricing and Pricing Plans
- Configuring Payment Gateway
- Enabling Downloads and Purchases
- Monitoring Sales and Reports
- Troubleshooting Common Issues
Step 1: Installing the Script
To get started, you need to download the PHP Mobile Apps Marketplace Script from the official website. Extract the zip file and upload the contents to your web server using FTP or SFTP. Make sure to upload the files to the root directory of your website.
Step 2: Setting Up the Script
After uploading the script, navigate to your website's root directory in your web browser and you will see the script's setup wizard. Follow the instructions to configure the basic settings, such as:
- Site Title and Tagline
- Contact Information
- Currency and Currency Symbol
- Language and Locale
- Database Connection Details
Make sure to configure these settings carefully, as they will affect the functionality of your script.
Step 3: Creating Categories and Sub-Categories
Categories and sub-categories are used to organize your apps into logical groups. Go to the admin dashboard and navigate to the "Categories" tab. Click the "Add New Category" button to create a new category. Fill in the required details, such as the category name, description, and icon.
You can also create sub-categories by clicking the "Add Sub-Category" button. Fill in the required details, such as the sub-category name, description, and parent category.
Step 4: Creating Apps
To create an app, navigate to the "Apps" tab and click the "Add New App" button. Fill in the required details, such as the app name, description, and screenshot. You can also add videos, download links, and app permissions.
Step 5: Adding Screenshots and Videos
Screenshots and videos help to showcase your app and make it more attractive to users. Click the "Add Screenshot" button to upload screenshots of your app. You can also add videos by clicking the "Add Video" button.
Step 6: Setting App Pricing and Pricing Plans
To set the pricing for your app, navigate to the "Pricing" tab. You can choose from several pricing plans, such as free, paid, and subscription-based. You can also set custom pricing and configure pricing plans for specific categories and apps.
Step 7: Configuring Payment Gateway
The PHP Mobile Apps Marketplace Script supports several payment gateways, such as PayPal and Stripe. Configure your payment gateway by clicking the "Payment Gateway" tab. Enter your payment gateway credentials and configure the settings according to the instructions.
Step 8: Enabling Downloads and Purchases
To enable downloads and purchases, navigate to the "Downloads" tab and toggle the "Downloads" and "Purchases" buttons to the "On" position.
Step 9: Monitoring Sales and Reports
To monitor sales and reports, navigate to the "Reports" tab. You can view sales data, top-selling apps, and user behavior reports. This information can help you to analyze your app sales and make data-driven decisions.
Step 10: Troubleshooting Common Issues
As with any software, the PHP Mobile Apps Marketplace Script may encounter issues. To troubleshoot common issues, refer to the script's documentation or contact the support team for assistance.
In this tutorial, we have covered the basic steps to set up and use the PHP Mobile Apps Marketplace Script. By following these steps, you can create a mobile app store and start selling your own mobile apps. Happy developing!
Here is a complete settings example for PHP Mobile Apps Marketplace Script:
Database Settings
In database.php file, add the following settings:
<?php
'default' => array(
'database' => 'your_database_name',
'username' => 'your_database_username',
'password' => 'your_database_password',
'hostname' => 'localhost',
'portability' => MYSQLI_NORMAL,
),
Replace 'your_database_name', 'your_database_username', 'your_database_password', 'localhost' with your actual database details.
Email Settings
In mail.php file, add the following settings:
<?php
FromClass = PHPMailer::getInstanceID();
return array (
'SMTPServer' => 'smtp.gmail.com',
'SMTPServerPort' => '587',
'SMTPUsername' => 'your_email_username',
'SMTPPassword' => 'your_email_password',
'SMTPAuth' => 'true',
'SMTPLocalHost' => array(),
'SenderEmail' => 'your_email_address',
'SenderName' => 'Your Name',
'FromAddress' => 'your_email_address',
);
Replace 'smtp.gmail.com', 'your_email_username', 'your_email_password', 'your_email_address' with your actual email details.
Payment Gateway Settings
In payment_gateways.php file, add the following settings:
<?php
'stripe' => array(
'secret_key' => 'your_stripe_secret_key',
'public_key' => 'your_stripe_public_key',
),
'payPal' => array(
'mode' => 'sandbox',
'clientID' => 'your_payPal_client_id',
'secret' => 'your_payPal_secret',
'username' => 'your_payPal_username',
'password' => 'your_payPal_password',
'signature' => 'your_payPal_signature',
);
Replace 'your_stripe_secret_key', 'your_stripe_public_key', 'your_payPal_client_id', 'your_payPal_secret', 'your_payPal_username', 'your_payPal_password', 'your_payPal_signature' with your actual payment gateway details.
Server Settings
In server.php file, add the following settings:
<?php
'session_start_time_limit' => 60, // time in seconds
'session_lifetime' => 60 * 60 * 24, // time in seconds (1 day)
'redirection_time_limit' => 5, // time in seconds
'maintenance_mode' => 0,
'maintenance_url' => 'https://example.com/maintenance',
'maintenance_status' => 0, // 0 for inactive, 1 for active
'maintenance_time_limit' => 86400, // 86400 for 1 day
'cache_timeout' => 86400, // 86400 for 1 day
'upload_max_size' => 20000, // in bytes (20MB)
'post_max_size' => 20000, // in bytes (20MB)
'max_execution_time' => 3600, // 3600 for 1 hour
'max_input_vars' => 500,
'max_input_nesting_level' => 50,
'max_input_depth' => 50,
'auto_updating' => 1,
'force_update' => 1,
);
Please note that you may need to adjust these settings based on your specific hosting or server setup.
Here are the features of the PHP Mobile Apps Marketplace Script extracted from the content:
Run your own mobile apps marketplace and earn money
- 3 different channels to earn money:
- Success fee
- Featured listings
- Regular listings
How it works
- App creators and owners list their application for sale on your site
- App buyers search for an app on your platform
- Buyers bid and win, money is sent directly to the admin (you) where you'll get a cut (success fee)
- Admin sends money to the sellers via PayPal Mass Pay
Supported Payment Gateways
- PayPal
- Stripe
- Bank Transfer options
Front-end Features overview
- Bidding System
- Membership system (signup, login, profiles, etc.)
- Notification system (email & onsite popup)
- Messaging system
- Search system
- Advanced Filters (price, category, platform, most downloads, etc.)
- Auto fetching app info from iTunes Store/Google Play Store
- Verification system
- Balance system
- Bids made/Offers made system *...
Admin Panel Demo
- Admin URL: https://appsmarketplace.crivion.com/admin
- Admin User: admin
- Admin Pass: admin
Requirements
- Regular web host with Apache, MySQL and PHP version min 5.6+
Update Log
- v1.0 - Initial Release (June 2018)
- v1.1 - Addressed lightbox issue, addressed https sharing buttons issue (Nov 2018)
- v1.2 - Fixed Google Play Store Scraping Issue (June 2019)
There are no reviews yet.