{"id":24064433,"url":"https://github.com/linzap/zaplib","last_synced_at":"2026-04-02T17:25:42.665Z","repository":{"id":43034519,"uuid":"401561987","full_name":"LinZap/ZapLib","owner":"LinZap","description":"Write less, do more (C# Ver.)","archived":false,"fork":false,"pushed_at":"2024-11-06T04:16:26.000Z","size":582,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-14T17:05:02.485Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/LinZap.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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-08-31T03:34:40.000Z","updated_at":"2024-11-06T04:16:29.000Z","dependencies_parsed_at":"2024-04-24T09:39:13.238Z","dependency_job_id":"256332da-b89c-4ce9-a4b0-33ded79bda36","html_url":"https://github.com/LinZap/ZapLib","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinZap%2FZapLib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinZap%2FZapLib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinZap%2FZapLib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinZap%2FZapLib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LinZap","download_url":"https://codeload.github.com/LinZap/ZapLib/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250494811,"owners_count":21440044,"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":"2025-01-09T10:25:23.189Z","updated_at":"2026-04-02T17:25:42.624Z","avatar_url":"https://github.com/LinZap.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [ZapLib](https://www.nuget.org/packages/ZapLib/)\n\nInspired by jQuery and Node.js, ZapLib is a lightweight library for C# that empowers developers to swiftly accomplish intricate tasks. Whether it's performing HTTP requests, executing SQL Server queries, extending .NET Web API functions, sending SMTP emails, working with regular expressions, and more, all can be achieved using straightforward code with ZapLib.\n\n## [ChangeLog](https://github.com/LinZap/ZapLib/blob/master/CHANGELOG.md)\n\n## Installation\n\n**Package Manager (v1.23.0 stable)**\n\n```\nPM\u003e Install-Package ZapLib -Version 1.23.0\n```\n  \n**Package Manager (v2.4.12 stable)**\n\n```\nPM\u003e Install-Package ZapLib -Version 2.4.12\n```\n\n\n## System requirement\n\nVersion Compatibility\n\n| version | .NET Framework | \n| --- | --- | \n| ≥ `v2.1.0` | .NET Framework 4.7.2 | \n| ≥ `v1.23.0` | .NET Framework 4.7.2 | \n| ≥ `v1.12.0` | .NET Framework 4.5 | \n| ≤ `v1.10.0` | .NET Framework 4.0 | \n\n\n## SignalR Issue\n\nStarting from version v1.16.0, SignalR is included. If you are using ZapLib in a .NET WebAPI project and you are not utilizing SignalR-related features, please add the configuration to your Web.config file.\n\n```xml\n\u003cappSettings\u003e\n    \u003cadd key=\"owin:AutomaticAppStartup\" value=\"false\" /\u003e\n\u003c/appSettings\u003e\n```\n  \n## [Documentation V2](https://zaplib.gitbook.io/zaplib2/)\n## [Documentation V1](https://linzap.gitbooks.io/zaplib/content/)\n\n\n## API Reference\n\n* [Fetch API](https://linzap.gitbooks.io/zaplib/content/methods.md)\n* [SQL API](https://linzap.gitbooks.io/zaplib/content/sql/sql-api.md)\n* [Web API](https://linzap.gitbooks.io/zaplib/content/web-api/web-api.md)\n* [SignalR Helper](https://linzap.gitbooks.io/zaplib/content//web-api/signalr-helper.md)\n* [ValidPlatform Attribute](https://linzap.gitbooks.io/zaplib/content/web-api/validplatform-api.md)\n* [Mailer API](https://linzap.gitbooks.io/zaplib/content/mailer/mailer-api.md)\n* [RegExp API](https://linzap.gitbooks.io/zaplib/content/regular-expression/regexp-api.md)\n* [QueryString API](https://linzap.gitbooks.io/zaplib/content/querystring-api/querystring-api.md)\n* [Config API](https://linzap.gitbooks.io/zaplib/content/config-api/config-api.md)\n* [MyLog API](https://linzap.gitbooks.io/zaplib/content/mylog-api/mylog-api.md)\n\n\n## License MIT\n\n\tCopyright (C) 2024 ZapLin\n\tPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\tThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\tTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinzap%2Fzaplib","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flinzap%2Fzaplib","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinzap%2Fzaplib/lists"}