Found 174 packages
ASP.NET Core security middleware enabling WordPress authentication.
Adds additional OAuth providers for OWIN to use with ASP.NET
This is a portable library for consuming the WordPress REST-API in (almost) any .NET application.
A .NET Wrapper for WooCommerce/WordPress REST API
Jeebs.WordPress library
Goodbye WordPress is a customizable library and command line tool for exporting posts from a WordPress MySQL database to static Markdown or HTML files, with YAML front-matter for metadata preservation. It is intended as a starting point for migrating away from a WordPress blog to a static site. It further supports saving images referenced in the original posts and can generate a single-file archive of all exported posts in JSON format, in case the export process needs to run again after the MySQL database has been taken down. Note, there is a .NET 6.0 library ("Goodbye.WordPress") that can be integrated easily into a new .NET console application that allows heavy customization through overriding pieces of the export pipeline in WordPressExporterDelegate.
Use "Peachpied.WordPress.AspNetCore" package to use the WordPress within ASP.NET Core application. This package is a dependency and does not work standalone.
CryptSharp provides a number of password crypt algorithms - BCrypt, LDAP, MD5 (and Apache's htpasswd variant), PHPass (WordPress, phpBB, Drupal), SHA256, SHA512, and Traditional and Extended DES. Additionally it includes Blowfish, SCrypt, and PBKDF2 for any HMAC (.NET's built-in PBKDF2 implementation supports only SHA-1). If you are looking to store passwords, odds are CryptSharp has the algorithm you want.
CMSImport Wordpress data providers adds extra data providers to support Wordpress import. The following info from a Wordpress file can be imported: - Wordpress Authors - Wordpress Blogposts - Wordpress Categories - Wordpress Comments - Wordpress Pages - Wordpress Tags This package requires that CMSImport PRO is installed.
This package provides support for receiving WebHooks from WordPress. For information about WordPress WebHooks, see "https://en.support.wordpress.com/webhooks/".
This library is used to access WordPress MySQL database with many helpful functions. Targeting .NET 10
The whole of WordPress, compiled, packed and provided as an ASP.NET Core package. Does not require PHP, becomes a part of ASP.NET Core application. Usage: 1. Add a package reference to "Peachpied.WordPress.AspNetCore" (Pre-Release) 2. Add WordPress as middleware within "Configure" method: app.UseWordPress(); 3. Optionally configure WordPress settings in "ConfigureServices" method. See https://github.com/iolevel/wpdotnet-sdk for more details.
Library to interact with Wordpress REST API in a fluent pattern.
A C# library for interacting with the WordPress XML-RPC API under .NET Core 2.1 .NET Core 2.0 and .NET Standard 2.0 Uses the Kveer.XmlRPC port of CookComputing.XmlRPC to support .NET Core. No other dependencies.
.NET Client for accessing Wordpress.com REST API
The API for integrating .NET plugins and to bridge between C# and WordPress PHP code.
Enables you to use standard drivers to connect to WordPress objects. Just specify your credentials and access views like Pages, Posts, Tags, etc.
Library for calculating Wordpress password hashes
A .NET XMLRPC Client for Wordpress