pH7Builder, Dating Solution™ gives a Professional, Free and Open Source Enterprise-Class Dating WebApp CMS, fully responsive design, low-resource-intensive, powerful and very secure.
🤔 Imagine in 3 months' time..., you have a well-known successful online community with thousands of satisfied users, and without spending a dime for it. Instead, you spent money on advertising, user acquisition and other marketing strategies. Imagine the time you have saved. The great business and freedom you have now built.
With pH7Builder, THIS IS TOTALLY POSSIBLE! (however, you have to be motivated! Nothing comes as magic).
pH7 Dating CMS is a Social/Dating CMS written in Object-Oriented PHP (OOP), fully compatible and highly optimised for PHP 7+ and based on MVC architecture (Model-View-Controller).
It is designed with the KISS principle in mind, and the whole source code can be read and understood in minutes. For a better flexibility, the software uses PDO (PHP Data Objects) abstraction which allows the choice of the database. The principle of development is DRY (Don't Repeat Yourself) aimed at reducing repetition of information of all kinds (no duplicate code) and YAGNI principle to avoid unused code/not needed functionality in the software.
This Free and Open Source Social Dating Site Builder wants to be low resource-intensive, powerful, stable and secure. The software also comes with 42 system modules and is based on pH7Framework (written specifically for this project) that has over 52 packages.
To summarize, pH7Builder gives you the perfect ingredients to create the best online dating service or social networking website on the World Wide Web!
Coded & Designed with lots of ❤ by Pierre-Henry Soria. A SUPER Passionate Belgian Software Engineer 🍫🍺
You can reach me at pierre {AT} soria {D0T} email
Do you need a software engineer like me (and willing to relocate) at your company..? Let's chat together! 😊
You appreciate the project, the several years I spent on it, and don't want to let it die...?
-
Server Apache with mod_php or with PHP in CGI, FastCGI mode (nginx, LiteSpeed and IIS should also work. You might have to change some pieces of code and change the URL rewriting to make it work).
-
Application Server PHP 5.6 or higher (recommended version: PHP 7.0.4 or higher).
-
Database MySQL/MariaDB 5.5.3 or higher.
-
URL rewriting extension Apache, nginx, LiteSpeed, IIS (for Web.config, you have a good tutorial here).
-
Specific Requirement Server has to be connected to Internet.
-
Minimum Web Space 2.0 GB
-
Video Module Requirement (only if enabled) FFmpeg
- Github:
- Clone pH7Builder from Github
git clone [email protected]:pH7Software/pH7Builder.git
(use--depth=1
if you don't need the history) - Install Composer
- From a command line opened in the folder, run
composer install
to install pH7Builder's dependencies.
- Clone pH7Builder from Github
- Composer:
- Install Composer
composer create-project ph7software/ph7cms --prefer-dist ph7builder
- Sourceforge:
- Directly download the latest stable version from Sourceforge.
- Softaculous:
- If your Web host offers Softaculous, you might be able to install pH7Builder in one-click with Softaculous.
In order to get pH7Builder working on nginx server, you need to add some custom nginx configuration.
Create /etc/nginx/ph7builder.conf
and add the following:
location / {
try_files $uri $uri/ /index.php?$args;
index index.php;
}
Please note that the above code is the strict minimum and obviously you can add more rules by comparing with the main Apache .htaccess file.
Finally, in your nginx server configuration, you will have to include ph7builder.conf
file to complete the configuration like below:
In file, e.g., /etc/nginx/sites-enabled/yoursite.conf
for Ubuntu and other OS based on Debian or /etc/nginx/conf.d/yoursite.conf
for CentOS and other OS based on Red Hat.
server {
# Port number. In most cases, 80 for HTTP and 443 for HTTPS
listen 80;
server_name www.yoursite.com;
root /var/www/ph7builder_public_root;
index index.php; #you can use index.ph7; for hidding the *.php ...
client_max_body_size 50M;
error_log /var/log/nginx/yoursite.error.log;
access_log /var/log/nginx/yoursite.access.log;
# Include ph7builder.conf. You can also directly add the "location" rule instead of including the conf file
include /etc/nginx/ph7builder.conf;
}
For more information, please refer to the nginx documentation.
You can find and add other languages on the I18N repo.
Anyone can contribute on pH7Builder GitHub repository!
Finding bugs, improving the CMS/doc or adding translations. Any contribution is welcome and highly appreciated!
Just clone the repository, make your changes and then make a push ;-)
WARNING: Your code/modification must be of excellent quality and follow the Code Convention and PSR. I manually review and validate all improvements and changes you I've done.
pH7Builder has been built to reduce the power and CPU usage of your server in order to preserve the nature and help to save our environment.
pH7Builder's templates also use lighter colors since LCD monitors use less electricity to display them.
Finally, please consider using green Web hosting (which use Green Power supply).
-> Other 10 Easy Ways to Green Your Social Community 😉 <-
pH7Builder is generously distributed under Open Source, Free License.
General Public License 3 or later; See the PH7.LICENSE.txt and PH7.COPYRIGHT.txt files for further details.