{"id":20513397,"url":"https://github.com/catlib/framework","last_synced_at":"2025-04-05T00:04:23.669Z","repository":{"id":144187117,"uuid":"79711315","full_name":"CatLib/Framework","owner":"CatLib","description":"deprecated, use : https://github.com/CatLib/CatLib","archived":false,"fork":false,"pushed_at":"2018-10-07T03:13:43.000Z","size":38329,"stargazers_count":280,"open_issues_count":5,"forks_count":95,"subscribers_count":44,"default_branch":"master","last_synced_at":"2024-04-30T15:10:23.681Z","etag":null,"topics":["framework","unity","unity3d"],"latest_commit_sha":null,"homepage":"","language":"C#","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/CatLib.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":"2017-01-22T10:39:59.000Z","updated_at":"2024-03-01T07:33:06.000Z","dependencies_parsed_at":"2024-02-06T03:31:58.440Z","dependency_job_id":null,"html_url":"https://github.com/CatLib/Framework","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CatLib%2FFramework","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CatLib%2FFramework/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CatLib%2FFramework/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CatLib%2FFramework/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CatLib","download_url":"https://codeload.github.com/CatLib/Framework/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247266563,"owners_count":20910836,"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":["framework","unity","unity3d"],"created_at":"2024-11-15T21:10:48.627Z","updated_at":"2025-04-05T00:04:23.629Z","avatar_url":"https://github.com/CatLib.png","language":"C#","readme":"\u003cp align=\"center\"\u003e\u003cimg width=\"173\" height=\"57\" src=\"http://catlib.io/images/logo.txt.png\"\u003e\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://github.com/Catlib/Framework/blob/master/LICENSE\"\u003e\u003cimg src=\"https://img.shields.io/badge/license-MIT-blue.svg\" title=\"license-mit\" /\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/CatLib/Framework/\"\u003e\u003cimg src=\"https://badge.fury.io/gh/catlib%2Fframework.svg\" title=\"GitHub version\" /\u003e\u003c/a\u003e\n\u003ca href=\"https://ci.appveyor.com/project/yb199478/catlib\"\u003e\u003cimg src=\"https://ci.appveyor.com/api/projects/status/f12rb3x5hxvq6yr7?svg=true\" title=\"Build status\"/\u003e\u003c/a\u003e\n\u003ca href=\"https://codecov.io/gh/CatLib/Framework\"\u003e\n  \u003cimg src=\"https://codecov.io/gh/CatLib/Framework/branch/master/graph/badge.svg\" alt=\"Codecov\" /\u003e\n\u003c/a\u003e\n\n\u003e We are currently preparing to convert the comments in the code to the English version. We look forward to your joining.\n\n\u003e CatLib for Unity 请访问：[CatLib/CatLib](https://github.com/CatLib/CatLib)\n\n\u003e CatLib Core(最小可用框架) 请访问：[CatLib/Core](https://github.com/CatLib/Core)\n\n## 关于CatLib\n\nCatLib 是一套`渐进式`的`服务提供者框架`，我们通过集成常见的开发组件来减少开发者们不必要的工作，例如：\n\n- [路由系统](http://catlib.io/v1/guide/routing.html).\n- 支持任意来源的[配置](http://catlib.io/v1/guide/config.html).\n- [随机数](http://catlib.io/v1/guide/random.html)\n- 抽象[文件系统](http://catlib.io/v1/guide/file-system.html).\n- [哈希](http://catlib.io/v1/guide/hashing.html)，[加解密](http://catlib.io/v1/guide/encryption.html)，[Json](http://catlib.io/v1/guide/json.html).\n- [国际化](http://catlib.io/v1/guide/translation.html)\n- 基于Web的[远程调试控制台](http://catlib.io/v1/guide/console.html)\n- 支持Tcp,Kcp的[网络组件](http://catlib.io/v1/guide/network.html)\n\nCatLib提供了项目所必备的基础组件 , 您可以通过接口简单的调用就可以访问这些组件的特性. 您也可以根据业务需求自由组合搭配这些组件，来构建一个完整的项目。\n\n无论您是一个新的项目还是一个正在被开发的项目，您都可以轻松的嵌入CatLib。绝大多数的CatLib的组件都可以被单独使用和无感知替换的，我们也欢迎其他的框架开发者来使用这些组件。\n\n## 安装CatLib\n\n**使用Nuget安装**\n\n```PM\nInstall-Package CatLib.Framework -Version 1.1.2\n```\n\n## 学习CatLib\n\n我们已经准备了各个组件的教程，您只需要进入 [中文文档](http://catlib.io) / [English Document](http://en.catlib.io) 就可以看到她们。\n\n您也可以通过 [CatLib问答系统](http://ask.catlib.io) 来提出您的问题。\n\n## 架构图\n![](http://catlib.io/images/architecture-diagram.svg)\n\n## 项目开发计划\n\nCatLib一直都在建立新的组件来降低开发者的工作量，进入 [CatLib 开发计划](https://www.teambition.com/project/589ce998907a7b661c86de9c/tasks/scrum/589ce9aadf254b9870a7ac90) 来了解未来的开发序列。\n\n## 贡献\n\nCatLib还是一个年轻的框架，她的成长和你们的贡献是分不开的，如果您想要为项目进行贡献请参考： [CatLib 贡献文档](http://catlib.io/v1/guide/contribution.html) 您的贡献将会被列入贡献者名单，我们欢迎任何形式的Pull Request!\n\nissues 不仅仅只是用于bug跟踪 , 如果您有好的意见或者想法，也欢迎创建 issues 一起讨论。\n\n## 授权\n\nCatLib使用的开源许可是：[MIT license](http://opensource.org/licenses/MIT).\n\n## 技术支持\n\n* QQ群: 150371044 (验证: CatLib Support)\n* email: support@catlib.io\n* slack: [catlib.slack](https://catlib.slack.com/messages/internals/)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcatlib%2Fframework","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcatlib%2Fframework","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcatlib%2Fframework/lists"}