PHP Classes

Kundli PHP Astrology Chart Generator: Render a Kundli astrology chart using an API

Recommend this page to a friend!
  Info   View files Example   Demos   View files View files (4)   DownloadInstall with Composer Download .zip   Reputation   Support forum (1)   Blog    
Ratings Unique User Downloads Download Rankings
Not yet rated by the usersTotal: 350 This week: 1All time: 6,994 This week: 560Up
Version License PHP version Categories
kundli_class 1.0.0Freeware5HTML, PHP 5, Graphics, Astrology
Description 

Author

This class can render a Kundli astrology chart using an API.

It takes parameters for the birth day and birth location of a person and sends an API request to the AstrologyChart API Web server to retrieve chart details.

The class renders the chart on a Web page using the retrieved chart details to display them using a chart template.

Innovation Award
PHP Programming Innovation award nominee
November 2019
Number 6
Astrology is an activity that interests people that are curious about what may happen to them in the future, at least for those that believe in predicting the future based on the position of stars and planets.

This class can be used to render a Kundli astrology chart for a person based on the day and month of birth, as well the location of birth.

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: 106 Up8 in India India Up
Innovation award
Innovation award
Nominee: 7x

Example

<?php
if (session_status() !== PHP_SESSION_ACTIVE) {session_start();}
include
"kundli_class.php";
$kundli = new kundli_class;
if(isset(
$_POST['submit']) && $_POST['submit']=='Submit'){
$kundli->set_session($_POST);
}

if(isset(
$_SESSION['chart_info']['status']))
$kundli->kundli_birth_chart();
else
$kundli->reload('birth_info_template.php');




  Files folder image Files  
File Role Description
Plain text file birth_info_template.php Data template
Plain text file example.php Example example
Plain text file kundli_class.php Class class
Plain text file kundli_template.php Aux. template

 Version Control Unique User Downloads Download Rankings  
 0%
Total:350
This week:1
All time:6,994
This week:560Up