{"id":42310943,"url":"https://github.com/webmiss/webmis","last_synced_at":"2026-01-27T11:33:20.861Z","repository":{"id":62548043,"uuid":"109670367","full_name":"webmiss/webmis","owner":"webmiss","description":"WebMIS是轻量级、高性能、面向对象的HMVC框架！","archived":false,"fork":false,"pushed_at":"2018-07-21T02:55:19.000Z","size":972,"stargazers_count":3,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-12-09T22:27:54.181Z","etag":null,"topics":["framework","php","webmis"],"latest_commit_sha":null,"homepage":"http://mvc.webmis.vip/admin","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/webmiss.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-11-06T08:54:55.000Z","updated_at":"2020-11-06T16:48:34.000Z","dependencies_parsed_at":"2022-11-02T22:30:25.146Z","dependency_job_id":null,"html_url":"https://github.com/webmiss/webmis","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/webmiss/webmis","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webmiss%2Fwebmis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webmiss%2Fwebmis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webmiss%2Fwebmis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webmiss%2Fwebmis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/webmiss","download_url":"https://codeload.github.com/webmiss/webmis/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webmiss%2Fwebmis/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28812402,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T07:41:26.337Z","status":"ssl_error","status_checked_at":"2026-01-27T07:41:08.776Z","response_time":168,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["framework","php","webmis"],"created_at":"2026-01-27T11:33:20.250Z","updated_at":"2026-01-27T11:33:20.844Z","avatar_url":"https://github.com/webmiss.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WebMIS\nWebMIS是轻量级、高性能、面向对象的HMVC框架！\u003cbr\u003e\nHome: http://mvc.webmis.vip/\u003cbr\u003e\nAdmin: http://mvc.webmis.vip/admin/\u003cbr\u003e\nuanme: admin  passwd: admin\n\n# 安装\n### 1) 创建项目\n``` bash\ncomposer create-project webmiss/webmis mvc\n```\n### 2) 导入数据库\n``` bash\npublic/db/mvc.sql\n```\n### 3) 更新项目\n``` bash\ncomposer update\n```\n\n# 美化URL\n### 1) Apache（public/.htaccess）\n```bash\n# 编码\nAddDefaultCharset UTF-8\n\u003cIfModule mod_rewrite.c\u003e\n    # 重写\n    RewriteEngine On\n    RewriteCond %{REQUEST_FILENAME} !-d\n    RewriteCond %{REQUEST_FILENAME} !-f\n    RewriteRule ^(.*)$ index.php?_url=/$1 [QSA,L]\n\u003c/IfModule\u003e\n```\n\n### 2) Nginx\n```bash\nlisten 80;\nserver_name mvc.webmis.cn;\n\nset $root_path '/home/www/mvc/public/';\nroot $root_path;\nindex index.php index.html;\n\ntry_files $uri $uri/ @rewrite;\nlocation @rewrite {\n    rewrite ^/(.*)$ /index.php?_url=/$1;\n}\n\nlocation ~* ^/(webmis|upload|themes|favicon.png)/(.+)$ {\n    root $root_path;\n}\n```\n\n### Url\n```bash\nHome: http://localhost/\nAdmin: http://localhost/admin/Index/index\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebmiss%2Fwebmis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwebmiss%2Fwebmis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebmiss%2Fwebmis/lists"}