kalkun-sms / Kalkun

Open Source Web based SMS Manager
https://kalkun.sourceforge.io/
GNU General Public License v2.0
211 stars 129 forks source link

Migrate away from CodeIgniter3, update to newer web standards #516

Open tenzap opened 6 months ago

tenzap commented 6 months ago

Kalkun is based on the CodeIgniter 3 (CI3) framework. Its code is hosted at: https://github.com/bcit-ci/CodeIgniter

CI3 releases are becoming rare or coming a long time after PHP releases which can be a problem because of the deprecations introduced in each new version of PHP.

Any help is welcome to

There is no specific tool or framework in mind. However The components used in Kalkun should have DFSG compatible licenses.

I think for that change we don't have to stick supporting PHP 5.6 as Kalkun 0.8 currently does. The minimal required version of PHP can be bumped.

Anyone having ideas and willing to develop it can comment on Discussion #515.