{"id":25705259,"url":"https://github.com/classyid/ai-deepseek-chatbot-php","last_synced_at":"2026-05-13T01:31:36.560Z","repository":{"id":277171945,"uuid":"931561352","full_name":"classyid/ai-deepseek-chatbot-php","owner":"classyid","description":"🤖 Aplikasi chat AI berbasis PHP dengan model DeepSeek. Solusi chatbot cerdas dengan antarmuka responsif, sistem autentikasi lengkap, dan integrasi DeepSeek untuk respons yang akurat.","archived":false,"fork":false,"pushed_at":"2025-02-12T14:31:12.000Z","size":30,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-25T06:41:43.871Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://s.id/0ATrv","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/classyid.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-02-12T13:42:41.000Z","updated_at":"2025-02-12T14:31:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"696c9323-847f-4338-b1fa-cce2d3b21c30","html_url":"https://github.com/classyid/ai-deepseek-chatbot-php","commit_stats":null,"previous_names":["classyid/ai-deepseek-chatbot-php"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/classyid/ai-deepseek-chatbot-php","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/classyid%2Fai-deepseek-chatbot-php","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/classyid%2Fai-deepseek-chatbot-php/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/classyid%2Fai-deepseek-chatbot-php/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/classyid%2Fai-deepseek-chatbot-php/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/classyid","download_url":"https://codeload.github.com/classyid/ai-deepseek-chatbot-php/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/classyid%2Fai-deepseek-chatbot-php/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32963811,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-12T23:30:32.555Z","status":"ssl_error","status_checked_at":"2026-05-12T23:30:18.191Z","response_time":102,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-02-25T06:39:36.745Z","updated_at":"2026-05-13T01:31:36.553Z","avatar_url":"https://github.com/classyid.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DeepSeek AI Chat Assistant\n\n![PHP Version](https://img.shields.io/badge/PHP-8.3%2B-blue)\n![MySQL Version](https://img.shields.io/badge/MySQL-5.7%2B-blue)\n![License](https://img.shields.io/badge/License-MIT-green)\n\nAplikasi chat AI berbasis web yang dikembangkan menggunakan PHP dan mengintegrasikan model DeepSeek untuk memberikan respons cerdas dan akurat.\n\n## 🌟 Fitur Utama\n\n### 1. Sistem Autentikasi Lengkap\n- Registrasi pengguna dengan validasi\n- Login dengan sistem keamanan berlapis\n- Manajemen sesi pengguna\n- Logout secure\n\n### 2. Landing Page Modern\n- Desain responsif dan menarik\n- Animasi interaktif\n- Penjelasan fitur komprehensif\n- Call-to-action yang jelas\n\n### 3. Chat Interface\n- Antarmuka chat real-time\n- Riwayat percakapan tersimpan\n- Dukungan format pesan beragam\n- Indikator status pengiriman\n\n### 4. Integrasi DeepSeek\n- Konfigurasi model AI yang fleksibel\n- Parameter respons yang dapat disesuaikan\n- Pemrosesan bahasa natural\n- Respons cepat dan akurat\n\n### 5. Manajemen Percakapan\n- Penyimpanan riwayat chat\n- Organisasi percakapan per pengguna\n\n\n## 📋 Persyaratan Sistem\n\n- PHP 8.3 atau lebih tinggi\n- MySQL 5.7 atau lebih tinggi\n- Web Server (Apache/Nginx)\n- Ekstensi PHP: mysqli, curl, json\n- Akses ke Ollama server dengan model DeepSeek\n\n## 🚀 Instalasi\n\n1. Clone repository:\n```bash\ngit clone https://github.com/classyid/ai-deepseek-chatbot-php.git\n```\n\n2. Import database:\n```bash\nmysql -u username -p database_name \u003c database.sql\n```\n\n3. Konfigurasi koneksi:\n   - Salin `config.example.php` ke `config.php`\n   - Sesuaikan pengaturan database dan Ollama\n\n\n## 💻 Penggunaan\n\n1. Akses aplikasi melalui browser\n2. Daftar akun baru atau login\n3. Mulai percakapan dengan AI\n4. Akses riwayat chat di sidebar\n\n## 🔧 Konfigurasi\n### Pengaturan Model AI\n```php\ndefine('OLLAMA_MODEL', 'deepseek-r1');\ndefine('OLLAMA_TEMPERATURE', 0.7);\ndefine('OLLAMA_TOP_K', 40);\ndefine('OLLAMA_TOP_P', 0.95);\n```\n\n### Keamanan\n- Validasi input\n- Prepared statements\n- XSS protection\n- CSRF protection\n- Session management\n\n## 🤝 Kontribusi\n\nKami sangat menghargai kontribusi! Silakan:\n1. Fork repository\n2. Buat branch fitur (`git checkout -b fitur-baru`)\n3. Commit perubahan (`git commit -am 'Menambah fitur baru'`)\n4. Push ke branch (`git push origin fitur-baru`)\n5. Buat Pull Request\n\n## 📝 Lisensi\n\nProyek ini dilisensikan di bawah Lisensi MIT - lihat file [LICENSE](LICENSE) untuk detail.\n\n## 📞 Dukungan\n\nJika Anda menemukan masalah atau memiliki pertanyaan:\n- Buat issue di GitHub\n- Email: kontak@classy.id\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclassyid%2Fai-deepseek-chatbot-php","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fclassyid%2Fai-deepseek-chatbot-php","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclassyid%2Fai-deepseek-chatbot-php/lists"}