Skip to content

SolarPositionPHP v1.0.0

Latest
Compare
Choose a tag to compare
@abmo abmo released this 01 Sep 06:53
· 1 commit to master since this release

First version of the Solar Position PHP Library permits to calculate the different solar phases times for a particular location and date:

  • Solar Noon -> getSolarNoon()
  • Sunset -> getSunset()
  • Sunrise -> getSunrise()
  • Civil Twilight -> getCivilTwilightBegin(), getCivilTwilightEnd()
  • Nautical Twilight -> getNauticalTwilightBegin(), getNauticalTwilightEnd()
  • Astronomical Twilight -> getAstronomicalTwilightBegin(), getAstronomicalTwilightEnd()