{"id":20443230,"url":"https://github.com/znframework/light-edition","last_synced_at":"2026-02-09T05:04:36.725Z","repository":{"id":57091658,"uuid":"341022489","full_name":"znframework/light-edition","owner":"znframework","description":"ZN Framework Light Edition","archived":false,"fork":false,"pushed_at":"2025-01-05T14:16:47.000Z","size":33,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"develop","last_synced_at":"2025-04-06T16:49:19.399Z","etag":null,"topics":[],"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/znframework.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":"2021-02-21T22:56:52.000Z","updated_at":"2025-01-05T13:54:39.000Z","dependencies_parsed_at":"2025-01-15T19:57:09.636Z","dependency_job_id":"ac9e506d-293d-477a-a27e-407202626c3d","html_url":"https://github.com/znframework/light-edition","commit_stats":{"total_commits":30,"total_committers":1,"mean_commits":30.0,"dds":0.0,"last_synced_commit":"8bdf70e55440a0ad34a347ea738a82bf90c97023"},"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"purl":"pkg:github/znframework/light-edition","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/znframework%2Flight-edition","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/znframework%2Flight-edition/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/znframework%2Flight-edition/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/znframework%2Flight-edition/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/znframework","download_url":"https://codeload.github.com/znframework/light-edition/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/znframework%2Flight-edition/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260026073,"owners_count":22947762,"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":[],"created_at":"2024-11-15T09:46:33.254Z","updated_at":"2026-02-09T05:04:31.692Z","avatar_url":"https://github.com/znframework.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch2\u003eZN Framework Light Edition\u003c/h2\u003e\n\u003cp\u003e\n    It is a special lightweight edition blended from the essence of the ZN Framework, offering rational and comfortable use.\n\u003c/p\u003e\n\n\u003ch3\u003eInstallation\u003c/h3\u003e\n\u003cp\u003e\nYou only need to run the following code for the installation.\n\u003c/p\u003e\n\n```\ncomposer create-project znframework/light-edition\n```\n\n\u003ch3\u003eDirectory Structure\u003c/h3\u003e\n\u003cp\u003eThe directory structure of this version is shown below, and the usage purpose of the directories is explained one by one.\u003c/p\u003e\n\u003cp\u003e\n    \u003cul\u003e\n        \u003cli\u003eassets/\u003c/li\u003e\n        \u003cli\u003econfig/\u003c/li\u003e\n        \u003cli\u003ehtml/\u003c/li\u003e\n        \u003cli\u003ephp/\n            \u003cul\u003e\n                \u003cli\u003econsole/\u003c/li\u003e\n                \u003cli\u003econtrollers/\u003c/li\u003e\n                \u003cli\u003emodels/\u003c/li\u003e\n            \u003c/ul\u003e\n        \u003c/li\u003e\n        \u003cli\u003eroutes/\u003c/li\u003e\n        \u003cli\u003estorage/\u003c/li\u003e\n        \u003cli\u003esystem/\u003c/li\u003e\n    \u003c/ul\u003e\n\u003c/p\u003e\n\n\u003ch4\u003eAssets Directory\u003c/h4\u003e\n\u003cp\u003eIt is the directory where your files such as js, css, img of your theme will be located.\u003cp\u003e\n\n\u003ch4\u003eConfig Directory\u003c/h4\u003e\n\u003cp\u003eContains the necessary settings for the framework and packages.\u003c/p\u003e\n\n\u003ch4\u003eHtml Directory\u003c/h4\u003e\n\u003cp\u003eThis is the directory where view files with html content will be located.\u003c/p\u003e\n\n\u003ch4\u003ePHP Directory\u003c/h4\u003e\n\u003cp\u003eYour controllers, console command classes, and models are all in this directory.\u003c/p\u003e\n\n\u003ch4\u003eRoutes Directory\u003c/h4\u003e\n\u003cp\u003eIt is the directory where routing operations will be performed.\u003c/p\u003e\n\n\u003ch4\u003eStorage Directory\u003c/h4\u003e\n\u003cp\u003eIt is the directory where files such as cache, log, database backup will be located.\u003c/p\u003e\n\n\u003ch4\u003eSystem Directory\u003c/h4\u003e\n\u003cp\u003eAll installations made with Composer are made to this directory.\u003c/p\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fznframework%2Flight-edition","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fznframework%2Flight-edition","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fznframework%2Flight-edition/lists"}