All Projects → kalkun-sms → Kalkun

kalkun-sms / Kalkun

Licence: GPL-3.0 license
Open Source Web based SMS Manager

Programming Languages

PHP
23972 projects - #3 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to Kalkun

laravelbdsms
Xenon\LaravelBDSms is a sms gateway package for sending text message to Bangladeshi mobile numbers using several gateways like sslcommerz, greenweb, dianahost, metronet,boomcast, bulksmsbd, banglalink from Laravel framework
Stars: ✭ 68 (-63.44%)
Mutual labels:  sms, sms-gateway
cht-gateway
Android SMS gateway app for CHT Applications
Stars: ✭ 60 (-67.74%)
Mutual labels:  sms, sms-gateway
jasmin-web-panel
📨 Jasmin Web Panel for Jasmin SMS Gateway
Stars: ✭ 33 (-82.26%)
Mutual labels:  sms, sms-gateway
matrix-pstn-bridge
☎️ A Matrix Puppet bridge for the public telephone network that supports a number of VoIP providers (Twillo, Vonage, etc.). Sends and receives voice and SMS.
Stars: ✭ 25 (-86.56%)
Mutual labels:  sms, sms-gateway
Easy Sms
📲 一款满足你的多种发送需求的短信发送组件
Stars: ✭ 2,646 (+1322.58%)
Mutual labels:  sms, sms-gateway
Cms
News Management System Written In PHP
Stars: ✭ 245 (+31.72%)
Mutual labels:  codeigniter
apostello
sms for your church
Stars: ✭ 62 (-66.67%)
Mutual labels:  sms
Validate.js
Lightweight JavaScript form validation library inspired by CodeIgniter.
Stars: ✭ 2,540 (+1265.59%)
Mutual labels:  codeigniter
Learnify
👨🏻‍🏫 — Web Edukasi Open-Source yang dibuat oleh SYAUQIZAIDAN KHAIRAN KHALAF. Learnify adalah Web edukasi yang dilengkapi video, materi dan sistem ujian yang tersedia secara gratis. Learnify dibuat ditujukan agar para siswa dan guru dapat terus belajar dan mengajar dimana saja dan kapan saja.
Stars: ✭ 199 (+6.99%)
Mutual labels:  codeigniter
Andspoilt
Run interactive android exploits in linux.
Stars: ✭ 101 (-45.7%)
Mutual labels:  sms
pindo-cli
A simple Command Line Interface that allows you to authenticate with the Pindo API.
Stars: ✭ 32 (-82.8%)
Mutual labels:  sms-gateway
Web
Source Code of www.codeigniter.org.tw
Stars: ✭ 13 (-93.01%)
Mutual labels:  codeigniter
Admin Panel User Management Using Codeigniter
Admin Panel User Management Demo - CodeIgniter + AdminLTE Theme
Stars: ✭ 250 (+34.41%)
Mutual labels:  codeigniter
sistem skripsi
Proses skripsi menjadi lebih teratur dan cepat yang dilakukan secara online yang bisa diakses dimana saja melalui browser dengan bertujuan menghemat waktu, tenaga dan memudahkan mendapatkan informasi proses skripsi secara Online.
Stars: ✭ 23 (-87.63%)
Mutual labels:  codeigniter
Codeigniter Phpmailer
A CodeIgniter 3 compatible email-library powered by PHPMailer
Stars: ✭ 239 (+28.49%)
Mutual labels:  codeigniter
laravel-otp-login
Adds a customizable, translatable, configurable OTP verification step to Laravel Auth. You can add your own SMS provider too.
Stars: ✭ 16 (-91.4%)
Mutual labels:  sms
Vue Questionnaire
使用 Vue + CI 开发的简易问卷调查系统,演示账户:admin / admin
Stars: ✭ 220 (+18.28%)
Mutual labels:  codeigniter
SmsForwarder
短信转发器——监控Android手机短信、来电、APP通知,并根据指定规则转发到其他手机:钉钉群自定义机器人、钉钉企业内机器人、企业微信群机器人、飞书机器人、企业微信应用消息、邮箱、bark、webhook、Telegram机器人、Server酱、PushPlus、手机短信等。包括主动控制服务端与客户端,让你轻松远程发短信、查短信、查通话、查话簿、查电量等。(V3.0 新增)PS.这个APK主要是学习与自用,如有BUG请提ISSUE,同时欢迎大家提PR指正
Stars: ✭ 8,386 (+4408.6%)
Mutual labels:  sms
hasura-auth
Authentication for Hasura.
Stars: ✭ 276 (+48.39%)
Mutual labels:  sms
sms
Student Management System With Php
Stars: ✭ 26 (-86.02%)
Mutual labels:  sms

Kalkun - Open Source Web-based SMS Manager

Kalkun is an open source web-based SMS (Short Message Service) manager. It uses gammu-smsd (part of gammu family) as SMS gateway engine to deliver and retrieve messages from your phone/modem.

Features

Requirements

For full details, see the requirements on the wiki.

Briefly, this is what has to be installed & configured prior to installing Kalkun:

  • HTTP Server (any of Apache httpd, Lighttpd, NGINX, IIS...)
  • Composer (Dependency Manager for PHP)
  • PHP >=5.6, >=7, >=8
  • PHP-CLI (command line interface)
  • PHP extensions (composer should tell you which ones are missing on your system)
  • MySQL/MariadDB 5.5.3+ (having full UTF-8 support) or PostgreSQL or SQLite3
  • Gammu SMSD (make sure it is already running and configured)

Installation

You can find detailed installation instructions on the wiki.

There are also Debian packages produced on every commit. Find them on the github actions page. Detailed installation instructions of the Debian package are on the wiki.

Brief installation steps

Find the detailed installation steps on the wiki.

If you are upgrading, check the Release notes.

Steps in brief:

  1. Extract to web root folder (eg: /var/www/html => Ubuntu)
  2. Run composer install from there to get & check the dependencies.
  3. Create the gammu smsd database.
    • Kalkun uses the database that is created by gammu with all the tables created by gammu. Kalkun then adds tables and some columns. So there is no such case where one has a gammu database separate from the kalkun database. Both software share the same database.
  4. Import gammu database schema (it's included on gammu sources, eg. gammu/docs/sql/mysql.sql).
  5. Configure Kalkun daemon & outbox_queue scripts (to manage inbox and autoreply)
  6. Optionally: increase the security of your installation
  7. Configure the connection to the database in application/config/database.php
  8. Launch the install wizard of Kalkun, preferably by going to http://localhost/kalkun/index.php/install
  9. Delete the installation file (the install wizard tell you where it is, if this step is needed)
  10. Change the default encryption key in application/config/config.php
  11. Launch Kalkun by browsing to http://localhost/kalkun. Default login and password are kalkun.

Contributing

Please check the wiki contribution suggestions.

Documentation

See the documentation on the Wiki

License

Kalkun is licensed under GPL-3-or-later.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].