Peachpie.AspNetCore.Web
1.1.13
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
<PackageReference Include="Peachpie.AspNetCore.Web" Version="1.1.13" />
<PackageVersion Include="Peachpie.AspNetCore.Web" Version="1.1.13" />
<PackageReference Include="Peachpie.AspNetCore.Web" />
paket add Peachpie.AspNetCore.Web --version 1.1.13
#r "nuget: Peachpie.AspNetCore.Web, 1.1.13"
#:package Peachpie.AspNetCore.Web@1.1.13
#addin nuget:?package=Peachpie.AspNetCore.Web&version=1.1.13
#tool nuget:?package=Peachpie.AspNetCore.Web&version=1.1.13
Allows integration of PeachPie compiled PHP code into ASP.NET Core pipeline.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net6.0
- Microsoft.Extensions.DependencyModel (>= 6.0.0)
- Peachpie.Library (>= 1.1.13)
- Peachpie.Runtime (>= 1.1.13)
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 | 451 | 2/22/2024 |
| 1.2.0-r16166 | 415 | 8/28/2023 |
| 1.2.0-r15886 | 382 | 5/25/2023 |
| 1.2.0-r15874 | 327 | 5/23/2023 |
| 1.2.0-r15780 | 333 | 5/4/2023 |
| 1.2.0-r15758 | 291 | 4/30/2023 |
| 1.2.0-r15716 | 336 | 4/23/2023 |
| 1.2.0-r15612 | 368 | 4/2/2023 |
| 1.2.0-r15475 | 360 | 3/9/2023 |
| 1.2.0-r15367 | 339 | 2/15/2023 |
| 1.1.13 | 655 | 11/16/2025 |
| 1.1.11 | 1,549 | 2/20/2025 |
| 1.1.10 | 8,244 | 8/22/2024 |
| 1.1.9 | 5,722 | 5/24/2023 |
| 1.1.8 | 363 | 5/23/2023 |
| 1.1.7 | 2,255 | 3/9/2023 |
| 1.0.30 | 599 | 5/3/2023 |
| 1.0.29 | 458 | 4/29/2023 |
| 1.0.28 | 425 | 4/29/2023 |
| 1.0.27 | 547 | 4/2/2023 |