From 350b9e4e39c3a81a474624ffd67edae3cec7149d Mon Sep 17 00:00:00 2001 From: Kevin DeCapite Date: Tue, 24 Mar 2026 18:19:28 +0000 Subject: [PATCH] Add note about repo transfer to README.md. --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index df9054d..c321a8a 100644 --- a/README.md +++ b/README.md @@ -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.