{"payload":{"pageCount":1,"repositories":[{"type":"Public","name":"wf-captcha","owner":"windwork","isFork":false,"description":"安全可靠的验证码,拥有很强的反机器识别能力,同时又不失人眼阅读体验。","allTopics":["captcha"],"primaryLanguage":{"name":"PHP","color":"#4F5D95"},"pullRequestCount":0,"issueCount":0,"starsCount":6,"forksCount":1,"license":"MIT License","participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2022-03-23T05:02:19.134Z"}},{"type":"Public","name":"wf-util","owner":"windwork","isFork":false,"description":"","allTopics":[],"primaryLanguage":{"name":"PHP","color":"#4F5D95"},"pullRequestCount":0,"issueCount":0,"starsCount":1,"forksCount":0,"license":"MIT License","participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2018-01-30T06:32:48.438Z"}},{"type":"Public","name":"wf-app","owner":"windwork","isFork":false,"description":"","allTopics":[],"primaryLanguage":{"name":"PHP","color":"#4F5D95"},"pullRequestCount":0,"issueCount":0,"starsCount":1,"forksCount":0,"license":"MIT License","participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2018-01-30T06:32:28.623Z"}},{"type":"Public","name":"wf-db","owner":"windwork","isFork":false,"description":"数据库访问对象,数据库查询对象构造器、SQL查询构造器","allTopics":["database","query-builder","database-adapter","database-access","database-finder","database-strategy"],"primaryLanguage":{"name":"PHP","color":"#4F5D95"},"pullRequestCount":0,"issueCount":0,"starsCount":0,"forksCount":1,"license":"MIT License","participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2018-01-30T06:32:15.222Z"}},{"type":"Public","name":"wf-model","owner":"windwork","isFork":false,"description":"ActiveRecord领域模型实现","allTopics":["model","domainmodel","activerecord"],"primaryLanguage":{"name":"PHP","color":"#4F5D95"},"pullRequestCount":0,"issueCount":0,"starsCount":0,"forksCount":0,"license":"MIT License","participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2018-01-30T06:31:55.934Z"}},{"type":"Public","name":"Workerman","owner":"windwork","isFork":true,"description":"An asynchronous event driven PHP framework for easily building fast, scalable network applications. Supports HTTP, Websocket, SSL and other custom protocols. Supports libevent, HHVM, ReactPHP.","allTopics":[],"primaryLanguage":{"name":"PHP","color":"#4F5D95"},"pullRequestCount":0,"issueCount":0,"starsCount":0,"forksCount":2253,"license":"MIT License","participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2018-01-20T08:10:22.745Z"}},{"type":"Public","name":"wf-app-pro","owner":"windwork","isFork":false,"description":"","allTopics":[],"primaryLanguage":{"name":"PHP","color":"#4F5D95"},"pullRequestCount":0,"issueCount":0,"starsCount":0,"forksCount":1,"license":null,"participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2017-11-30T04:37:06.574Z"}},{"type":"Public","name":"wf-app-basic","owner":"windwork","isFork":false,"description":"","allTopics":[],"primaryLanguage":{"name":"PHP","color":"#4F5D95"},"pullRequestCount":0,"issueCount":0,"starsCount":0,"forksCount":1,"license":null,"participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2017-11-30T04:36:46.181Z"}},{"type":"Public","name":"wf-app-adv","owner":"windwork","isFork":false,"description":"","allTopics":[],"primaryLanguage":{"name":"PHP","color":"#4F5D95"},"pullRequestCount":0,"issueCount":0,"starsCount":0,"forksCount":1,"license":null,"participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2017-11-30T04:36:32.382Z"}},{"type":"Public","name":"wf-template","owner":"windwork","isFork":false,"description":"一个超轻量级“编译”PHP型模板引擎,10分钟即可完全掌握。","allTopics":["template","template-engine","view","template-view"],"primaryLanguage":{"name":"HTML","color":"#e34c26"},"pullRequestCount":0,"issueCount":0,"starsCount":5,"forksCount":0,"license":"MIT License","participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2017-11-30T04:31:31.218Z"}},{"type":"Public","name":"wf-storage","owner":"windwork","isFork":false,"description":"为兼容本地存贮和第三方云存贮平台或存贮系统,特封装存贮组件。","allTopics":[],"primaryLanguage":{"name":"PHP","color":"#4F5D95"},"pullRequestCount":0,"issueCount":0,"starsCount":0,"forksCount":0,"license":"MIT License","participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2017-11-30T04:31:24.972Z"}},{"type":"Public","name":"wf-route","owner":"windwork","isFork":false,"description":"Windwork路由的职责:1)从url中提取要执行的控制器类、控制器操作、操作的参数及URL其他参数;2)生成符合路由规则的URL。","allTopics":["router","route"],"primaryLanguage":{"name":"PHP","color":"#4F5D95"},"pullRequestCount":0,"issueCount":0,"starsCount":0,"forksCount":0,"license":"MIT License","participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2017-11-30T04:30:29.867Z"}},{"type":"Public","name":"wf-mailer","owner":"windwork","isFork":false,"description":"封装API通过SMTP/mail函数发送邮件。 如果服务器安装有邮件服务器,如sendmail等,则可以使用内置的mail函数发送邮件获得更高的性能和更多的个性化参数,否则使用smtp发送。 *nix服务器上建议安装postfix邮件服务器,通过mail函数发送邮件。","allTopics":["mail","postfix","mailer","smtp","sendmail"],"primaryLanguage":{"name":"PHP","color":"#4F5D95"},"pullRequestCount":0,"issueCount":0,"starsCount":0,"forksCount":1,"license":"MIT License","participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2017-11-30T04:29:12.973Z"}},{"type":"Public","name":"wf-logger","owner":"windwork","isFork":false,"description":"实现日志保存功能,保存各种类型的应用级日志。常用于需要保存日志的逻辑中。比如错误日志、调试日志等。","allTopics":["log","logger","logging"],"primaryLanguage":{"name":"PHP","color":"#4F5D95"},"pullRequestCount":0,"issueCount":0,"starsCount":0,"forksCount":0,"license":"MIT License","participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2017-11-30T04:29:03.686Z"}},{"type":"Public","name":"wf-image","owner":"windwork","isFork":false,"description":"PHP 图片处理组件,实现图片缩略图和打水印,兼容各种第三方云存贮。 处理图片后,为方便云存贮处理,不直接保存图片,而是返回图片二进制内容。","allTopics":["image","thumbnail","watermark","thumb","thumbnail-generator"],"primaryLanguage":{"name":"PHP","color":"#4F5D95"},"pullRequestCount":0,"issueCount":0,"starsCount":3,"forksCount":1,"license":"MIT License","participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2017-11-30T04:28:45.581Z"}},{"type":"Public","name":"wf-crypt","owner":"windwork","isFork":false,"description":"可逆加密算法组件封装,目前支持AzDG、XxTea算法。","allTopics":["xxtea","azdg"],"primaryLanguage":{"name":"PHP","color":"#4F5D95"},"pullRequestCount":0,"issueCount":0,"starsCount":2,"forksCount":0,"license":"MIT License","participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2017-11-30T04:27:05.301Z"}},{"type":"Public","name":"wf-cache","owner":"windwork","isFork":false,"description":"除了缓存API超简单、读写加锁排队外,貌似没什么特别了","allTopics":["caching","performance","cache","redis-cache","memcache-cache","memcached-cache"],"primaryLanguage":{"name":"PHP","color":"#4F5D95"},"pullRequestCount":0,"issueCount":0,"starsCount":0,"forksCount":0,"license":"MIT License","participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2017-11-30T04:26:42.902Z"}},{"type":"Public","name":"wf-pager","owner":"windwork","isFork":false,"description":"PHP 查询分页类。通过设置总记录数和每页显示记录数,计算出分页导航参数并可生成分页导航html。","allTopics":["pagination","pager"],"primaryLanguage":{"name":"PHP","color":"#4F5D95"},"pullRequestCount":0,"issueCount":0,"starsCount":0,"forksCount":0,"license":"MIT License","participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2017-09-21T02:36:06.426Z"}},{"type":"Public","name":"windwork","owner":"windwork","isFork":false,"description":"Windwork是一个用于快速开发高并发Web应用的轻量级PHP框架, 专注于解决易学易用、高效健壮、松耦合问题的快速开发方案。","allTopics":[],"primaryLanguage":{"name":"PHP","color":"#4F5D95"},"pullRequestCount":0,"issueCount":0,"starsCount":1,"forksCount":1,"license":null,"participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2017-07-19T14:35:28.195Z"}},{"type":"Public","name":"wf-tool","owner":"windwork","isFork":false,"description":"Windwork框架应用开发工具,支持添加模块、添加模型类、添加控制器类、添加控制器action、添加钩子类、添加服务类。","allTopics":[],"primaryLanguage":{"name":"PHP","color":"#4F5D95"},"pullRequestCount":0,"issueCount":0,"starsCount":0,"forksCount":0,"license":null,"participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2017-06-24T10:22:37.105Z"}},{"type":"Public","name":"windwork.github.com","owner":"windwork","isFork":false,"description":"","allTopics":[],"primaryLanguage":{"name":"HTML","color":"#e34c26"},"pullRequestCount":0,"issueCount":0,"starsCount":1,"forksCount":0,"license":null,"participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2016-11-29T11:37:44.388Z"}},{"type":"Public","name":"h5preview","owner":"windwork","isFork":false,"description":"","allTopics":[],"primaryLanguage":{"name":"CSS","color":"#563d7c"},"pullRequestCount":0,"issueCount":0,"starsCount":1,"forksCount":0,"license":null,"participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2016-11-29T11:31:00.240Z"}}],"repositoryCount":22,"userInfo":null,"searchable":true,"definitions":[],"typeFilters":[{"id":"all","text":"All"},{"id":"public","text":"Public"},{"id":"source","text":"Sources"},{"id":"fork","text":"Forks"},{"id":"archived","text":"Archived"},{"id":"template","text":"Templates"}],"compactMode":false},"title":"windwork repositories"}