{"id":21158629,"url":"https://github.com/kdandy/eperpustakaan","last_synced_at":"2025-08-13T11:49:05.254Z","repository":{"id":225452413,"uuid":"766036774","full_name":"kdandy/ePerpustakaan","owner":"kdandy","description":"Sebuah Aplikasi E-Perpustakan dimana memudahkan akses Ebook secara Online.","archived":false,"fork":false,"pushed_at":"2024-03-02T06:55:22.000Z","size":15439,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-21T09:10:02.883Z","etag":null,"topics":["e-perpustakaan","ebook","perpustakaan"],"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/kdandy.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}},"created_at":"2024-03-02T06:49:46.000Z","updated_at":"2024-05-14T14:03:04.000Z","dependencies_parsed_at":"2024-03-02T07:47:00.771Z","dependency_job_id":null,"html_url":"https://github.com/kdandy/ePerpustakaan","commit_stats":null,"previous_names":["kdandy/codeigniter4_e-perpustakaan","kdandy/eperpustakaan"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kdandy%2FePerpustakaan","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kdandy%2FePerpustakaan/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kdandy%2FePerpustakaan/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kdandy%2FePerpustakaan/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kdandy","download_url":"https://codeload.github.com/kdandy/ePerpustakaan/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243602065,"owners_count":20317561,"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":["e-perpustakaan","ebook","perpustakaan"],"created_at":"2024-11-20T12:29:00.134Z","updated_at":"2025-03-14T15:40:26.940Z","avatar_url":"https://github.com/kdandy.png","language":"PHP","funding_links":["https://www.buymeacoffee.com/kdandy","https://ko-fi.com/kdandy"],"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\n## Connect With Me\n\u003ca href=\"https://twitter.com/ebhrap\" target=\"blank\"\u003e\u003cimg align=\"center\" src=\"https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/icons/Social/twitter.svg\" alt=\"luccafahmi\" height=\"30\" width=\"40\" /\u003e\u003c/a\u003e\n\u003ca href=\"https://fb.com/dandyfaish\" target=\"blank\"\u003e\u003cimg align=\"center\" src=\"https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/icons/Social/facebook.svg\" alt=\"dandyfaish\" height=\"30\" width=\"40\" /\u003e\u003c/a\u003e\n\u003ca href=\"https://instagram.com/abhrajaden\" target=\"blank\"\u003e\u003cimg align=\"center\" src=\"https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/icons/Social/instagram.svg\" alt=\"dandyfaish\" height=\"30\" width=\"40\" /\u003e\u003c/a\u003e\n\u003ca href=\"https://codepen.io/dandy-the-bold\" target=\"blank\"\u003e\u003cimg align=\"center\" src=\"https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/icons/Social/codepen.svg\" alt=\"@dandy-the-bold\" height=\"30\" width=\"40\" /\u003e\u003c/a\u003e\n\u003ca href=\"https://dev.to/kdandy\" target=\"blank\"\u003e\u003cimg align=\"center\" src=\"https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/icons/Social/devto.svg\" alt=\"kdandy\" height=\"30\" width=\"40\" /\u003e\u003c/a\u003e\n\u003ca href=\"https://stackoverflow.com/users/18249850\" target=\"blank\"\u003e\u003cimg align=\"center\" src=\"https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/icons/Social/stack-overflow.svg\" alt=\"18249850\" height=\"30\" width=\"40\" /\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\n\u003ch2 id=\"dukungan\"\u003e💌 Donate\u003c/h2\u003e\n\nYou can support me on the Trakteer platform or other platforms! Your support will be very helpful for me, but with you starring this project has also been very helpful, you know!\n\u003cp\u003e\n\u003c/p\u003e\n\u003cp\u003e\u003c/p\u003e\u003ca href=\"https://trakteer.id/kdandy\" target=\"_blank\"\u003e\u003cimg id=\"wse-buttons-preview\" src=\"https://cdn.trakteer.id/images/embed/trbtn-red-5.png\" height=\"50\" style=\"border:0px;height:50px;\" alt=\"Trakteer Me\"\u003e\u003c/a\u003e\u003ca href=\"https://www.buymeacoffee.com/kdandy\"\u003e \u003cimg align=\"left\" src=\"https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png\" height=\"50\" width=\"210\" alt=\"kdandy\" /\u003e\u003c/a\u003e\u003ca href=\"https://ko-fi.com/kdandy\"\u003e \u003cimg align=\"left\" src=\"https://cdn.ko-fi.com/cdn/kofi3.png?v=3\" height=\"50\" width=\"210\" alt=\"kdandy\" /\u003e\u003c/a\u003e\u003cp\u003e\u003c/p\u003e\n\n\u003ch2 id=\"lisensi\"\u003e📝 License\u003c/h2\u003e\n\n- Copyright © 2023 DANDY FAISHAL FAHMI\n\n\u003cimg src=\"https://user-images.githubusercontent.com/73097560/115834477-dbab4500-a447-11eb-908a-139a6edaec5c.gif\"\u003e\n\n**\u003cp align=\"center\"\u003eMade with ❤️ by DANDY FAISHAL FAHMI\u003c/p\u003e**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkdandy%2Feperpustakaan","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkdandy%2Feperpustakaan","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkdandy%2Feperpustakaan/lists"}