PHP Classes

Kundli Matching Marriage: Determine if two people can match for marriage

Recommend this page to a friend!
  Info   View files Example   Demos   View files View files (2)   DownloadInstall with Composer Download .zip   Reputation   Support forum   Blog (1)    
Ratings Unique User Downloads Download Rankings
Not enough user ratingsTotal: 123 This week: 1All time: 9,453 This week: 560Up
Version License PHP version Categories
goon 1.0.0Freeware5PHP 5, Astrology
Description 

Author

This class can determine if two people can match for marriage.

It takes the values of the angles of the Moon did with the Sun in the day when a boy and a girl were born and determine they would match for marriage.

The class performs several calculations of point values that are return as an array with the names of the results and their values, as well a total matching score.

Innovation Award
PHP Programming Innovation award nominee
March 2021
Number 5


Prize: One year server license IP to country, region, city, latitude, longitude, ZIP code, time zone, area code database
Many couples are curious to know if they marry they will be happily ever after. That will certainly depend on many factors.

This class provides a possible solution to determine if two people can match for marriage by performing some calculations with their birthday dates.

It compute a matching level score that can be used to give an idea of how a couple can match.

Manuel Lemos
Picture of Vishv Sahdev
  Performance   Level  
Name: Vishv Sahdev <contact>
Classes: 13 packages by
Country: India India
Age: 52
All time rank: 51530 in India India
Week rank: 109 Up9 in India India Up
Innovation award
Innovation award
Nominee: 7x

Example

include "Goon.php";
$n=new goon;
$r=$n->match(122.67,180.90); // boy - moon Degree , girl - moon Degree
echo "<table>";
foreach($r as $k=>$v){
echo "<tr>";
foreach($v as $kk=>$vv){
echo "<td>".$vv."</td>";
}
echo "</tr>";
}
echo "</table>";


  kundli-matchExternal page  

Open in a separate window

  Files folder image Files  
File Role Description
Plain text file example.php Example example
Plain text file Goon.php Class goon milan class

 Version Control Unique User Downloads Download Rankings  
 0%
Total:123
This week:1
All time:9,453
This week:560Up