{"id":18870321,"url":"https://github.com/alirfanyasin/web-application-smanar-school","last_synced_at":"2026-04-27T11:31:16.065Z","repository":{"id":149622782,"uuid":"471620838","full_name":"alirfanyasin/Web-application-SMANAR-school","owner":"alirfanyasin","description":"Web Application SMANAR school dibuat menggunakan CodeIgniter 4, Bootstrap 4, AJAX","archived":false,"fork":false,"pushed_at":"2022-06-11T11:05:37.000Z","size":18336,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-30T17:53:05.004Z","etag":null,"topics":["ajax","codeigniter-4","javascript","php7","web-school"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/alirfanyasin.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-03-19T07:15:37.000Z","updated_at":"2023-06-10T06:06:44.000Z","dependencies_parsed_at":null,"dependency_job_id":"417dcad6-e1b2-4eaa-9667-efc01ac2d3db","html_url":"https://github.com/alirfanyasin/Web-application-SMANAR-school","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/alirfanyasin/Web-application-SMANAR-school","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alirfanyasin%2FWeb-application-SMANAR-school","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alirfanyasin%2FWeb-application-SMANAR-school/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alirfanyasin%2FWeb-application-SMANAR-school/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alirfanyasin%2FWeb-application-SMANAR-school/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alirfanyasin","download_url":"https://codeload.github.com/alirfanyasin/Web-application-SMANAR-school/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alirfanyasin%2FWeb-application-SMANAR-school/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32335295,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T23:26:28.701Z","status":"online","status_checked_at":"2026-04-27T02:00:06.769Z","response_time":128,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["ajax","codeigniter-4","javascript","php7","web-school"],"created_at":"2024-11-08T05:19:43.149Z","updated_at":"2026-04-27T11:31:16.060Z","avatar_url":"https://github.com/alirfanyasin.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CodeIgniter 4 Application Starter\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](http://codeigniter.com).\n\nThis repository holds a composer-installable app starter.\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 [the announcement](http://forum.codeigniter.com/thread-62615.html) on the forums.\n\nThe user guide corresponding to this version of the framework can be found\n[here](https://codeigniter4.github.io/userguide/).\n\n## Installation \u0026 updates\n\n`composer create-project codeigniter4/appstarter` then `composer update` whenever\nthere is a new release of the framework.\n\nWhen updating, check the release notes to see if there are any changes you might need to apply\nto your `app` folder. The affected files can be copied or merged from\n`vendor/codeigniter4/framework/app`.\n\n## Setup\n\nCopy `env` to `.env` and tailor for your app, specifically the baseURL\nand any database settings.\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## Server Requirements\n\nPHP version 7.3 or higher is required, with the following extensions installed:\n\n- [intl](http://php.net/manual/en/intl.requirements.php)\n- [libcurl](http://php.net/manual/en/curl.requirements.php) if you plan to use the HTTP\\CURLRequest library\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- [mbstring](http://php.net/manual/en/mbstring.installation.php)\n- [mysqlnd](http://php.net/manual/en/mysqlnd.install.php)\n- xml (enabled by default - don't turn it off)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falirfanyasin%2Fweb-application-smanar-school","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falirfanyasin%2Fweb-application-smanar-school","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falirfanyasin%2Fweb-application-smanar-school/lists"}