{"id":14987264,"url":"https://github.com/khidirdotid/stisla-codeigniter","last_synced_at":"2025-08-16T08:11:27.549Z","repository":{"id":159008578,"uuid":"170630102","full_name":"KhidirDotID/stisla-codeigniter","owner":"KhidirDotID","description":"Free Bootstrap Admin Template for CodeIgniter","archived":false,"fork":false,"pushed_at":"2024-05-21T01:01:09.000Z","size":23776,"stargazers_count":81,"open_issues_count":1,"forks_count":59,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-04-08T13:49:39.360Z","etag":null,"topics":["bootstrap","bootstrap4","codeigniter","javascript","php","template"],"latest_commit_sha":null,"homepage":"https://demo.fansdevelopment.com/stisla-codeigniter","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/KhidirDotID.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":"2019-02-14T05:02:22.000Z","updated_at":"2025-03-02T08:38:13.000Z","dependencies_parsed_at":null,"dependency_job_id":"9f157b92-10a2-4a90-ad8e-a2de53929044","html_url":"https://github.com/KhidirDotID/stisla-codeigniter","commit_stats":{"total_commits":6,"total_committers":2,"mean_commits":3.0,"dds":"0.16666666666666663","last_synced_commit":"fc0aa7d96f53317fbba2e44e4b1662f3828a61b3"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/KhidirDotID/stisla-codeigniter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KhidirDotID%2Fstisla-codeigniter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KhidirDotID%2Fstisla-codeigniter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KhidirDotID%2Fstisla-codeigniter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KhidirDotID%2Fstisla-codeigniter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KhidirDotID","download_url":"https://codeload.github.com/KhidirDotID/stisla-codeigniter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KhidirDotID%2Fstisla-codeigniter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270684384,"owners_count":24627783,"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","status":"online","status_checked_at":"2025-08-16T02:00:11.002Z","response_time":91,"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":["bootstrap","bootstrap4","codeigniter","javascript","php","template"],"created_at":"2024-09-24T14:14:20.966Z","updated_at":"2025-08-16T08:11:27.492Z","avatar_url":"https://github.com/KhidirDotID.png","language":"JavaScript","readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://getstisla.com\"\u003e\n    \u003cimg src=\"https://avatars2.githubusercontent.com/u/45754626?s=75\u0026v=4\" alt=\"Stisla logo\" width=\"75\" height=\"75\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003ch1 align=\"center\"\u003eStisla for CodeIgniter\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  Stisla is Free Bootstrap Admin Template and will help you to speed up your project, design your own dashboard UI and the users will love it.\n\u003c/p\u003e\n\n[![Stisla Preview](https://camo.githubusercontent.com/2135e0f6544a7286a3412cdc3df32d47fc91b045/68747470733a2f2f692e6962622e636f2f3674646d6358302f323031382d31312d31312d31352d33352d676574737469736c612d636f6d2e706e67)](https://getstisla.com)\n\n## Table of contents\n\n- [Link Stisla](#link-stisla)\n- [Installation](#installation)\n- [Usage](#usage)\n- [License](#License)\n\n## Link Stisla\n- Homepage: [getstisla.com](https://getstisla.com)\n- Repository: [github.com/stisla/stisla](https://github.com/stisla/stisla)\n- Documentation: [getstisla.com/docs](https://getstisla.com/docs)\n\n## Installation\n- [Download the latest release](https://github.com/KhidirDotID/stisla-codeigniter/archive/v1.0.0.zip).\nor clone the repo :\n```\nhttps://github.com/KhidirDotID/stisla-codeigniter.git\n```\n\n## Usage\n- Create a new Controller at `application/controllers` then put like this:\n```\n\u003c?php\ndefined('BASEPATH') OR exit('No direct script access allowed');\n\nclass Controller_name extends CI_Controller {\n\n\tpublic function index() {\n\t\t$data = array(\n\t\t\t'title' =\u003e \"Your title\"\n\t\t);\n\t\t$this-\u003eload-\u003eview('View_name', $data);\n\t}\n}\n?\u003e\n```\n- Create a new View at `application/views` then put like this:\n```\n\u003c?php\ndefined('BASEPATH') OR exit('No direct script access allowed');\n$this-\u003eload-\u003eview('dist/_partials/header'); ?\u003e\n\n      \u003c!-- Main Content --\u003e\n\n\u003c?php\n$this-\u003eload-\u003eview('dist/_partials/footer'); ?\u003e\n```\n\n## License\n\nStisla is under the [MIT License](LICENSE).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkhidirdotid%2Fstisla-codeigniter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkhidirdotid%2Fstisla-codeigniter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkhidirdotid%2Fstisla-codeigniter/lists"}