{"id":18706580,"url":"https://github.com/ganesyk12/student-regist-php","last_synced_at":"2025-09-04T18:26:49.412Z","repository":{"id":194011407,"uuid":"689593058","full_name":"Ganesyk12/student-regist-PHP","owner":"Ganesyk12","description":"Student Regist Web Apps [ mini project ]","archived":false,"fork":false,"pushed_at":"2024-05-19T00:12:52.000Z","size":14514,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-28T07:16:20.454Z","etag":null,"topics":["codeigniter","mysql-database","php"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Ganesyk12.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":"2023-09-10T10:04:54.000Z","updated_at":"2024-05-19T00:13:35.000Z","dependencies_parsed_at":"2024-05-19T01:32:43.985Z","dependency_job_id":null,"html_url":"https://github.com/Ganesyk12/student-regist-PHP","commit_stats":null,"previous_names":["ganesyk12/student-regist-php"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ganesyk12%2Fstudent-regist-PHP","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ganesyk12%2Fstudent-regist-PHP/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ganesyk12%2Fstudent-regist-PHP/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ganesyk12%2Fstudent-regist-PHP/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ganesyk12","download_url":"https://codeload.github.com/Ganesyk12/student-regist-PHP/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239571542,"owners_count":19661164,"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":["codeigniter","mysql-database","php"],"created_at":"2024-11-07T12:14:43.942Z","updated_at":"2025-02-18T23:43:26.499Z","avatar_url":"https://github.com/Ganesyk12.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\u003ca href=\"https://codeigniter.com\" target=\"_blank\"\u003e\u003cimg src=\"https://www.codeigniter.com/user_guide/_static/ci-logo-text.svg\" width=\"400\" alt=\"Codeigniter Logo\"\u003e\u003c/a\u003e\u003c/p\u003e\n\n# CodeIgniter \u003csup\u003e4\u003c/sup\u003e Application - Student Regist Web Apps\n[![PHPUnit](https://github.com/codeigniter4/CodeIgniter4/workflows/PHPUnit/badge.svg)](https://github.com/codeigniter4/CodeIgniter4/actions/workflows/test-phpunit.yml)\n[![PHPStan](https://github.com/codeigniter4/CodeIgniter4/actions/workflows/test-phpstan.yml/badge.svg)](https://github.com/codeigniter4/CodeIgniter4/actions/workflows/test-phpstan.yml)\n[![Psalm](https://github.com/codeigniter4/CodeIgniter4/actions/workflows/test-psalm.yml/badge.svg)](https://github.com/codeigniter4/CodeIgniter4/actions/workflows/test-psalm.yml)\n[![Coverage Status](https://coveralls.io/repos/github/codeigniter4/CodeIgniter4/badge.svg?branch=develop)](https://coveralls.io/github/codeigniter4/CodeIgniter4?branch=develop)\n[![Downloads](https://poser.pugx.org/codeigniter4/framework/downloads)](https://packagist.org/packages/codeigniter4/framework)\n[![GitHub release (latest by date)](https://img.shields.io/github/v/release/codeigniter4/CodeIgniter4)](https://packagist.org/packages/codeigniter4/framework)\n[![GitHub stars](https://img.shields.io/github/stars/codeigniter4/CodeIgniter4)](https://packagist.org/packages/codeigniter4/framework)\n[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/codeigniter4/CodeIgniter4/pulls)\n\u003cbr\u003e\n\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).\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 [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## Installation \u0026 updates\n\n`composer create-project codeigniter4/appstarter` then `composer update` whenever\nthere is a new release of the framework. When 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## Using Templates\n\nTo develop a project using a combination of templates, you can add in the `public/assets/` folder\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\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\n## Screenshots\n- Home\n  \u003cimg src=\"https://i.ibb.co/kyvht3B/Screenshot-5.png\" alt=\"Screenshot-5\" border=\"0\"\u003e\n- Dashboard\n  \u003cimg src=\"https://i.ibb.co/zm9KSDT/Screenshot-6.png\" alt=\"Screenshot-6\" border=\"0\"\u003e\n- Form\n  \u003cimg src=\"https://i.ibb.co/bgXwnR4/Screenshot-8.png\" alt=\"Screenshot-8\" border=\"0\"\u003e\n- Database\n  \u003cimg src=\"https://i.ibb.co/pR6C3sw/Screenshot-13.png\" alt=\"Screenshot-13\" border=\"0\"\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fganesyk12%2Fstudent-regist-php","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fganesyk12%2Fstudent-regist-php","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fganesyk12%2Fstudent-regist-php/lists"}