{"id":15093673,"url":"https://github.com/zetsux/codeigniter4-sbadmin-view","last_synced_at":"2026-02-02T10:10:11.239Z","repository":{"id":206450910,"uuid":"716593917","full_name":"zetsux/codeigniter4-sbadmin-view","owner":"zetsux","description":"🚀 The 7th task for my College's Framework Programming Subject to implement Start Bootstrap Admin View template to CodeIgniter4","archived":false,"fork":false,"pushed_at":"2023-11-09T15:24:35.000Z","size":932,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-13T09:06:35.353Z","etag":null,"topics":["bootstrap","codeigniter","codeigniter4","framework","mvc-architecture","php","sb-admin"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zetsux.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-11-09T13:16:16.000Z","updated_at":"2023-11-09T15:28:19.000Z","dependencies_parsed_at":"2023-11-09T17:44:09.033Z","dependency_job_id":null,"html_url":"https://github.com/zetsux/codeigniter4-sbadmin-view","commit_stats":null,"previous_names":["zetsux/codeigniter4-sbadmin-view"],"tags_count":0,"template":false,"template_full_name":"zetsux/codeigniter4-mvc-base","purl":"pkg:github/zetsux/codeigniter4-sbadmin-view","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zetsux%2Fcodeigniter4-sbadmin-view","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zetsux%2Fcodeigniter4-sbadmin-view/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zetsux%2Fcodeigniter4-sbadmin-view/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zetsux%2Fcodeigniter4-sbadmin-view/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zetsux","download_url":"https://codeload.github.com/zetsux/codeigniter4-sbadmin-view/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zetsux%2Fcodeigniter4-sbadmin-view/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29009744,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-02T08:40:12.472Z","status":"ssl_error","status_checked_at":"2026-02-02T08:40:10.926Z","response_time":58,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["bootstrap","codeigniter","codeigniter4","framework","mvc-architecture","php","sb-admin"],"created_at":"2024-09-25T11:24:41.606Z","updated_at":"2026-02-02T10:10:11.224Z","avatar_url":"https://github.com/zetsux.png","language":"PHP","readme":"# CodeIgniter 4 Framework\n\n## What is CodeIgniter?\n\nCodeIgniter is a PHP full-stack web framework that is light, fast, flexible and secure.\nMore information can be found at the [official site](https://codeigniter.com).\n\nThis repository holds the distributable version of the framework.\nIt has been built from the\n[development repository](https://github.com/codeigniter4/CodeIgniter4).\n\nMore information about the plans for version 4 can be found in [CodeIgniter 4](https://forum.codeigniter.com/forumdisplay.php?fid=28) on the forums.\n\nThe user guide corresponding to the latest version of the framework can be found\n[here](https://codeigniter4.github.io/userguide/).\n\n## Important Change with index.php\n\n`index.php` is no longer in the root of the project! It has been moved inside the *public* folder,\nfor better security and separation of components.\n\nThis means that you should configure your web server to \"point\" to your project's *public* folder, and\nnot to the project root. A better practice would be to configure a virtual host to point there. A poor practice would be to point your web server to the project root and expect to enter *public/...*, as the rest of your logic and the\nframework are exposed.\n\n**Please** read the user guide for a better explanation of how CI4 works!\n\n## Repository Management\n\nWe use GitHub issues, in our main repository, to track **BUGS** and to track approved **DEVELOPMENT** work packages.\nWe use our [forum](http://forum.codeigniter.com) to provide SUPPORT and to discuss\nFEATURE REQUESTS.\n\nThis repository is a \"distribution\" one, built by our release preparation script.\nProblems with it can be raised on our forum, or as issues in the main repository.\n\n## Contributing\n\nWe welcome contributions from the community.\n\nPlease read the [*Contributing to CodeIgniter*](https://github.com/codeigniter4/CodeIgniter4/blob/develop/CONTRIBUTING.md) section in the development repository.\n\n## Server Requirements\n\nPHP version 7.4 or higher is required, with the following extensions installed:\n\n- [intl](http://php.net/manual/en/intl.requirements.php)\n- [mbstring](http://php.net/manual/en/mbstring.installation.php)\n\n\u003e **Warning**\n\u003e The end of life date for PHP 7.4 was November 28, 2022. If you are\n\u003e still using PHP 7.4, you should upgrade immediately. The end of life date\n\u003e for PHP 8.0 will be November 26, 2023.\n\nAdditionally, make sure that the following extensions are enabled in your PHP:\n\n- json (enabled by default - don't turn it off)\n- [mysqlnd](http://php.net/manual/en/mysqlnd.install.php) if you plan to use MySQL\n- [libcurl](http://php.net/manual/en/curl.requirements.php) if you plan to use the HTTP\\CURLRequest library\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzetsux%2Fcodeigniter4-sbadmin-view","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzetsux%2Fcodeigniter4-sbadmin-view","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzetsux%2Fcodeigniter4-sbadmin-view/lists"}