PHP Classes

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

Recommend this page to a friend!
  Info   Example   Demos   View files Files   Install with Composer Install with Composer   Download Download   Reputation   Support forum   Blog    
Ratings Unique User Downloads Download Rankings
Not yet rated by the usersTotal: 360 This week: 1All time: 6,911 This week: 34Up
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: 51129 in India India
Week rank: 44 Up5 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 (4)  
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

The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page.
Install with Composer Install with Composer
 Version Control Unique User Downloads Download Rankings  
 0%
Total:360
This week:1
All time:6,911
This week:34Up