Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# PHP Extension for Swiss Ephemeris

## IMPORTANT: PLEASE READ

**2026-03-24**

This repository has been transferred from its original location courtesy of @cyjoelchen.

If you're using the old repository URL in any of your workflows, you should change it immediately to:

```
kevindecapite/php-sweph.git
```

This is the new home for this extension where it will be maintained indefinitely. Contributions are welcome!

## Introduction
`php-sweph` is a PHP extension to Astrodienst Swiss Ephemeris library. It's statically linked with libswe.a to implement one-to-one, C-to-PHP function mapping, no external binary executable required.

Expand Down
Loading