Peachpie.AspNetCore.Web
1.2.0-r17054
dotnet add package Peachpie.AspNetCore.Web --version 1.2.0-r17054
NuGet\Install-Package Peachpie.AspNetCore.Web -Version 1.2.0-r17054
<PackageReference Include="Peachpie.AspNetCore.Web" Version="1.2.0-r17054" />
<PackageVersion Include="Peachpie.AspNetCore.Web" Version="1.2.0-r17054" />
<PackageReference Include="Peachpie.AspNetCore.Web" />
paket add Peachpie.AspNetCore.Web --version 1.2.0-r17054
#r "nuget: Peachpie.AspNetCore.Web, 1.2.0-r17054"
#:package Peachpie.AspNetCore.Web@1.2.0-r17054
#addin nuget:?package=Peachpie.AspNetCore.Web&version=1.2.0-r17054&prerelease
#tool nuget:?package=Peachpie.AspNetCore.Web&version=1.2.0-r17054&prerelease
Allows integration of PeachPie compiled PHP code into ASP.NET Core pipeline.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 is compatible. net5.0-windows was computed. net6.0 was computed. 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. |
-
net5.0
- Microsoft.Extensions.DependencyModel (>= 6.0.0)
- Peachpie.Library (>= 1.2.0-r17054)
- Peachpie.Runtime (>= 1.2.0-r17054)
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 | 439 | 2/22/2024 |
| 1.2.0-r16166 | 401 | 8/28/2023 |
| 1.2.0-r15886 | 367 | 5/25/2023 |
| 1.2.0-r15874 | 318 | 5/23/2023 |
| 1.2.0-r15780 | 324 | 5/4/2023 |
| 1.2.0-r15758 | 282 | 4/30/2023 |
| 1.2.0-r15716 | 328 | 4/23/2023 |
| 1.2.0-r15612 | 359 | 4/2/2023 |
| 1.2.0-r15475 | 349 | 3/9/2023 |
| 1.2.0-r15367 | 334 | 2/15/2023 |
| 1.1.13 | 584 | 11/16/2025 |
| 1.1.11 | 1,489 | 2/20/2025 |
| 1.1.10 | 8,085 | 8/22/2024 |
| 1.1.9 | 5,645 | 5/24/2023 |
| 1.1.8 | 352 | 5/23/2023 |
| 1.1.7 | 2,236 | 3/9/2023 |
| 1.0.30 | 589 | 5/3/2023 |
| 1.0.29 | 447 | 4/29/2023 |
| 1.0.28 | 418 | 4/29/2023 |
| 1.0.27 | 537 | 4/2/2023 |