{"id":25363437,"url":"https://github.com/huseyinselen/codeigniter-cms-project","last_synced_at":"2026-04-13T04:05:01.817Z","repository":{"id":276855865,"uuid":"930549491","full_name":"HuseyinSelen/CodeIgniter-CMS-Project","owner":"HuseyinSelen","description":"Version 1.0.0","archived":false,"fork":false,"pushed_at":"2025-02-14T06:41:17.000Z","size":77237,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-09T03:43:58.983Z","etag":null,"topics":["bootstrap","cms","codeigniter","css","database","domain","framework","hosting","html","javascript","jquery","mvc-architecture","mysql","php","seo-optimization","website"],"latest_commit_sha":null,"homepage":"","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/HuseyinSelen.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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-10T20:15:03.000Z","updated_at":"2025-02-14T06:41:20.000Z","dependencies_parsed_at":"2025-02-14T07:31:17.952Z","dependency_job_id":null,"html_url":"https://github.com/HuseyinSelen/CodeIgniter-CMS-Project","commit_stats":null,"previous_names":["huseyinselen/codeigniter","huseyinselen/codeigniter-cms-project"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HuseyinSelen%2FCodeIgniter-CMS-Project","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HuseyinSelen%2FCodeIgniter-CMS-Project/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HuseyinSelen%2FCodeIgniter-CMS-Project/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HuseyinSelen%2FCodeIgniter-CMS-Project/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HuseyinSelen","download_url":"https://codeload.github.com/HuseyinSelen/CodeIgniter-CMS-Project/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247974595,"owners_count":21026742,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["bootstrap","cms","codeigniter","css","database","domain","framework","hosting","html","javascript","jquery","mvc-architecture","mysql","php","seo-optimization","website"],"created_at":"2025-02-14T22:22:13.150Z","updated_at":"2026-04-13T04:05:01.732Z","avatar_url":"https://github.com/HuseyinSelen.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CodeIgniter CMS Project\n\n![CodeIgniter](site/assets/images/codeigniter_logo.png)\n\n### 📷 CMS page\n![screenshot1](site/assets/images/screenshot1.png)\n\n## 📖 About the Project\nThis project is a **Content Management System (CMS)** built using the **CodeIgniter PHP framework**. It allows administrators to manage website content efficiently through a user-friendly dashboard. Updates made in the CMS can be viewed directly on the website in real-time.\n\n## 🚀 Features\n- Developed with MVC architecture\n- User management (login, registration, password reset)\n- Content management (create, edit, delete pages and posts)\n- Database operations (CRUD)\n- SEO-friendly URL structure\n- Security measures (CSRF protection, XSS filtering)\n- Real-time website updates via the CMS panel\n\n## 🛠️ Technologies Used\n- **Backend:** PHP, CodeIgniter\n- **Frontend:** HTML, CSS, JavaScript\n- **Database:** MySQL  \n- **Others:** Bootstrap, jQuery\n\n### 📷 Site\n![screenshot3](site/assets/images/screenshot3.png)\n\n## 📦 Installation\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/HuseyinSelen/codeigniter.git\n\n2. Navigate to the project directory:\n   cd codeigniter\n   \n3. Configure the config/config.php and config/database.php files:\n\n   ```php\n   \n   $config['base_url'] = 'http://localhost/cms/panel/';\n\n   $db['default'] = array(\n\t'dsn'\t=\u003e '',\n\t'hostname' =\u003e 'localhost',\n\t'username' =\u003e 'root',\n\t'password' =\u003e '',\n\t'database' =\u003e 'cms',\n\t'dbdriver' =\u003e 'mysqli',\n\t'dbprefix' =\u003e '',\n\t'pconnect' =\u003e FALSE,\n\t'db_debug' =\u003e (ENVIRONMENT !== 'production'),\n\t'cache_on' =\u003e FALSE,\n\t'cachedir' =\u003e '',\n\t'char_set' =\u003e 'utf8',\n\t'dbcollat' =\u003e 'utf8_general_ci',\n\t'swap_pre' =\u003e '',\n\t'encrypt' =\u003e FALSE,\n\t'compress' =\u003e FALSE,\n\t'stricton' =\u003e FALSE,\n\t'failover' =\u003e array(),\n\t'save_queries' =\u003e TRUE);\n   \nplease perform this operation separately in the panel and site folders !\n\n 4. Create your database and import the cms.sql file.\n   \n 5. Start the server (Wamp):\n\n 6. Open in your browser:\n   http://localhost/cms/panel or http://localhost/cms/site\n\n## ❗ Important!\nPlease make sure that php and VS Code versions are compatible.\n### 📷 Site Popup\n![screenshot2](site/assets/images/screenshot2.png)\n\n## 🎯 Contributing\nIf you would like to contribute to this project, feel free to submit a pull request or open an issue. 🎉\n\n### 📷 Captcha and Map\n![screenshot6](site/assets/images/screenshot7.png)\n\n## 🤝 Contribute  \nWould you like to contribute to this project? Please check out the [CONTRIBUTING.md](CONTRIBUTING.md) file!  \n\n## 📜 License\nMIT License © 2025 - Hüseyin Selen\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhuseyinselen%2Fcodeigniter-cms-project","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhuseyinselen%2Fcodeigniter-cms-project","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhuseyinselen%2Fcodeigniter-cms-project/lists"}