{"id":15095674,"url":"https://github.com/billyfrcs/bookmanagementsystem","last_synced_at":"2026-01-06T19:04:58.344Z","repository":{"id":107402113,"uuid":"604675693","full_name":"BillyFrcs/BookManagementSystem","owner":"BillyFrcs","description":"Book Management System Web Application.","archived":false,"fork":false,"pushed_at":"2023-04-26T01:44:48.000Z","size":358,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"dev","last_synced_at":"2025-03-27T16:18:54.648Z","etag":null,"topics":["ci4","codeigniter","codeigniter4","crud","css","framework","html","javascript","laravel","model-view-controller","mvc","php","system","tailwindcss","web-development","webpack","website"],"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/BillyFrcs.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-02-21T15:02:34.000Z","updated_at":"2023-02-22T08:37:34.000Z","dependencies_parsed_at":"2024-07-17T17:08:35.491Z","dependency_job_id":null,"html_url":"https://github.com/BillyFrcs/BookManagementSystem","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BillyFrcs%2FBookManagementSystem","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BillyFrcs%2FBookManagementSystem/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BillyFrcs%2FBookManagementSystem/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BillyFrcs%2FBookManagementSystem/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BillyFrcs","download_url":"https://codeload.github.com/BillyFrcs/BookManagementSystem/tar.gz/refs/heads/dev","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245878929,"owners_count":20687297,"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":["ci4","codeigniter","codeigniter4","crud","css","framework","html","javascript","laravel","model-view-controller","mvc","php","system","tailwindcss","web-development","webpack","website"],"created_at":"2024-09-25T15:41:08.408Z","updated_at":"2026-01-06T19:04:58.287Z","avatar_url":"https://github.com/BillyFrcs.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eStudent Final Project Management System\u003c/h1\u003e\n\n![Home](https://github.com/BillyFrcs/BookManagementSystem/blob/dev/public/images/Home.png)\n![Add](https://github.com/BillyFrcs/BookManagementSystem/blob/dev/public/images/Add.png)\n![Update](https://github.com/BillyFrcs/BookManagementSystem/blob/dev/public/images/Update.png)\n\nBook Management System web application project, created with [Codeigniter 4](https://codeigniter.com), [Tailwindcss](https://tailwindcss.com), [Laravel Mix](https://laravel-mix.com) and MySQL Database.\n\n\u003ch2\u003eServer Requirements\u003c/h2\u003e\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- [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\n\u003ch2\u003eSetup And Installation\u003c/h2\u003e\n\nCopy `env` to `.env` with this command `cp env .env` and tailor for your app, specifically the baseURL and any database settings **or** you can use the [default settings](https://github.com/BillyFrcs/StudentFinalProjectManagementSystem/blob/master/env) for this project that already configured.\n\n* `composer install` **or** `composer install --ignore-platform-reqs` to install the CodeIgniter library.\n* `composer update` **or** `composer update --ignore-platform-reqs` and keep project with the latest version.\n* `npm install` to install the dependencies.\n* `npx mix` **or** `npx mix watch` to compile the Tailwindcss with Laravel Mix.\n* `php spark serve --port 1908` to enter the Development server with specified port by ourself.\n\n\u003c!--\n# 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.4 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--\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbillyfrcs%2Fbookmanagementsystem","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbillyfrcs%2Fbookmanagementsystem","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbillyfrcs%2Fbookmanagementsystem/lists"}