IsVipi Community Engine is an open source social networking, membership, dating, and community software released for free under GPL V3.
IsVipi Community Engine, previously IsVipi OSSN, was started in 2013 by Jones Baraza as a project of Swift Intellect. Development and maintenance of this software had been discontinued but with the release of this version, we hope to restart this project and continue supporting its development and maintenance.
IsVipi Community Engine is released under GPL V3. As we endeavor to provide this software for free, we kindly ask you not to modify the copyright text that attributes this work to us. If you wish to modify this text, please Contact Us for a white label license.
- PHP Version 7.4 and above
- MySQL Version 5.7+
- Curl
- GD Library
- mod_rewrite
We are working on an easy, step by step, installation process. We will update this once it is complete.
If you would like to contribute to this project by adding a feature or fixing a bug, please do the following:
-
Clone this project
git clone https://github.com/jonesbaraza/isvipi.git
-
If fixing a bug, create a branch from the development branch specific to the bug you wish to fix starting with the prefix "fixing_" (e.g fixing_broken_something)
git checkout -b fixing_broken_something origin/development
If there is an existing issue number for the bug you wish to fix, indicate the issue number in the new branch i.e.
fixing_broken_something_2552
-
If creating a new feature, create a branch from the development branch specifix to that new feature starting with the prefix "new_" (e.g. new_profile_field)
git checkout -b new_profile_field origin/development
-
Make the necessary updates, push and make a pull-request. We will review it and merge to the development branch.
You can support the development and maintenace of this software by making a donation with Github Sponsors here