VOOZH about

URL: https://www.nuget.org/packages/Peachpie.AspNetCore.Web/

⇱ NuGet Gallery | Peachpie.AspNetCore.Web 1.1.13




👁 Image
Peachpie.AspNetCore.Web 1.1.13

There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package Peachpie.AspNetCore.Web --version 1.1.13
 
 
NuGet\Install-Package Peachpie.AspNetCore.Web -Version 1.1.13
 
 
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Peachpie.AspNetCore.Web" Version="1.1.13" />
 
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Peachpie.AspNetCore.Web" Version="1.1.13" />
 
Directory.Packages.props
<PackageReference Include="Peachpie.AspNetCore.Web" />
 
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Peachpie.AspNetCore.Web --version 1.1.13
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Peachpie.AspNetCore.Web, 1.1.13"
 
 
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Peachpie.AspNetCore.Web@1.1.13
 
 
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Peachpie.AspNetCore.Web&version=1.1.13
 
Install as a Cake Addin
#tool nuget:?package=Peachpie.AspNetCore.Web&version=1.1.13
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

Allows integration of PeachPie compiled PHP code into ASP.NET Core pipeline.

Product Versions Compatible and additional computed target framework versions.
.NET net6.0 net6.0 is compatible.  net6.0-android net6.0-android was computed.  net6.0-ios net6.0-ios was computed.  net6.0-maccatalyst net6.0-maccatalyst was computed.  net6.0-macos net6.0-macos was computed.  net6.0-tvos net6.0-tvos was computed.  net6.0-windows net6.0-windows was computed.  net7.0 net7.0 was computed.  net7.0-android net7.0-android was computed.  net7.0-ios net7.0-ios was computed.  net7.0-maccatalyst net7.0-maccatalyst was computed.  net7.0-macos net7.0-macos was computed.  net7.0-tvos net7.0-tvos was computed.  net7.0-windows net7.0-windows was computed.  net8.0 net8.0 was computed.  net8.0-android net8.0-android was computed.  net8.0-browser net8.0-browser was computed.  net8.0-ios net8.0-ios was computed.  net8.0-maccatalyst net8.0-maccatalyst was computed.  net8.0-macos net8.0-macos was computed.  net8.0-tvos net8.0-tvos was computed.  net8.0-windows net8.0-windows was computed.  net9.0 net9.0 was computed.  net9.0-android net9.0-android was computed.  net9.0-browser net9.0-browser was computed.  net9.0-ios net9.0-ios was computed.  net9.0-maccatalyst net9.0-maccatalyst was computed.  net9.0-macos net9.0-macos was computed.  net9.0-tvos net9.0-tvos was computed.  net9.0-windows net9.0-windows was computed.  net10.0 net10.0 was computed.  net10.0-android net10.0-android was computed.  net10.0-browser net10.0-browser was computed.  net10.0-ios net10.0-ios was computed.  net10.0-maccatalyst net10.0-maccatalyst was computed.  net10.0-macos net10.0-macos was computed.  net10.0-tvos net10.0-tvos was computed.  net10.0-windows net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on Peachpie.AspNetCore.Web:

Package Downloads
Peachpie.AspNetCore.Mvc

Allows integration of PeachPie compiled PHP code into ASP.NET Core MVC.

Peachpie.NETCore.Web

Allows integration of Peachpie compiled PHP code into ASP.NET Core pipeline.

PeachPied.WordPress.AspNetCore

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.

ResponsiveFileManager.AspNetCore

The whole of Responsive File Manager, 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 "ResponsiveFileManager.AspNetCore" 2. Add the following to your **appsettings.json**: ```json "ResponsiveFileManagerOptions": { // Path from base_url to base of upload folder. Use start and final / "UploadDirectory": "/Media/Uploads/", // Relative path from filemanager folder to upload folder. Use final / "CurrentPath": "../Media/Uploads/", // Relative path from filemanager folder to thumbs folder. Use final / and DO NOT put inside upload folder. "ThumbsBasePath": "../Media/Thumbs/", "MaxSizeUpload": 10 } ``` 3. Add ResponsiveFileManager as middleware: ```csharp app.UseResponsiveFileManager(); ``` 4. Optionally configure ResponsiveFileManager settings: ```csharp builder.Services.AddResponsiveFileManager(options => { options.MaxSizeUpload = 32; //etc }); ```;

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.2.0-r17054 463 2/22/2024
1.2.0-r16166 419 8/28/2023
1.2.0-r15886 383 5/25/2023
1.2.0-r15874 330 5/23/2023
1.2.0-r15780 339 5/4/2023
1.2.0-r15758 293 4/30/2023
1.2.0-r15716 339 4/23/2023
1.2.0-r15612 373 4/2/2023
1.2.0-r15475 362 3/9/2023
1.2.0-r15367 343 2/15/2023
1.1.13 698 11/16/2025
1.1.11 1,590 2/20/2025
1.1.10 8,314 8/22/2024
1.1.9 5,777 5/24/2023
1.1.8 365 5/23/2023
1.1.7 2,262 3/9/2023
1.0.30 601 5/3/2023
1.0.29 460 4/29/2023
1.0.28 428 4/29/2023
1.0.27 549 4/2/2023
Loading failed