Peachpie.AspNetCore.Web 1.0.0-preview2

This is a prerelease version of Peachpie.AspNetCore.Web.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Peachpie.AspNetCore.Web --version 1.0.0-preview2
                    
NuGet\Install-Package Peachpie.AspNetCore.Web -Version 1.0.0-preview2
                    
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.0.0-preview2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Peachpie.AspNetCore.Web" Version="1.0.0-preview2" />
                    
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.0.0-preview2
                    
#r "nuget: Peachpie.AspNetCore.Web, 1.0.0-preview2"
                    
#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.0.0-preview2
                    
#: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.0.0-preview2&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Peachpie.AspNetCore.Web&version=1.0.0-preview2&prerelease
                    
Install as a Cake Tool

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

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  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. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 is compatible. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos 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 319 2/22/2024
1.2.0-r16166 342 8/28/2023
1.2.0-r15886 303 5/25/2023
1.2.0-r15874 253 5/23/2023
1.2.0-r15780 260 5/4/2023
1.2.0-r15758 223 4/30/2023
1.2.0-r15716 270 4/23/2023
1.2.0-r15612 293 4/2/2023
1.2.0-r15475 286 3/9/2023
1.2.0-r15367 267 2/15/2023
1.2.0-r15336 274 2/9/2023
1.2.0-r15261 259 1/26/2023
1.2.0-r15252 301 1/25/2023
1.2.0-r15218 277 1/22/2023
1.2.0-r14947 270 11/29/2022
1.2.0-r14819 311 11/5/2022
1.2.0-r14735 332 10/20/2022
1.2.0-r14734 353 10/20/2022
1.2.0-r14707 304 10/15/2022
1.2.0-r14700 301 10/14/2022
1.1.11 1,078 2/20/2025
1.1.10 5,661 8/22/2024
1.1.9 5,057 5/24/2023
1.1.8 295 5/23/2023
1.1.7 2,171 3/9/2023
1.1.6 717 2/14/2023
1.1.5 1,227 1/24/2023
1.1.4 2,624 1/21/2023
1.1.3 1,217 11/16/2022
1.1.2 1,747 10/8/2022
1.1.1 800 10/5/2022
1.1.0 824 10/3/2022
1.0.30 542 5/3/2023
1.0.29 385 4/29/2023
1.0.28 361 4/29/2023
1.0.27 480 4/2/2023
1.0.26 649 1/21/2023
1.0.25 1,371 11/16/2022
1.0.24 1,417 9/5/2022
1.0.23 1,815 7/25/2022
1.0.22 1,114 7/21/2022
1.0.21 1,383 6/7/2022
1.0.20 2,014 5/6/2022
1.0.19 2,191 4/16/2022
1.0.18 4,718 2/19/2022
1.0.17 1,444 2/12/2022
1.0.16 1,275 2/10/2022
1.0.15 1,229 2/10/2022
1.0.14 1,243 1/31/2022
1.0.13 1,223 1/27/2022
1.0.12 1,268 1/24/2022
1.0.11 1,181 1/10/2022
1.0.10 831 12/28/2021
1.0.9 3,300 12/23/2021
1.0.8 1,854 10/9/2021
1.0.6 3,253 6/15/2021
1.0.5 1,916 4/24/2021
1.0.0 1,983 3/5/2021
1.0.0-preview6 534 3/3/2021
1.0.0-preview5 2,758 1/11/2021
1.0.0-preview4 1,087 12/5/2020
1.0.0-preview3 1,591 10/20/2020
1.0.0-preview2 937 10/4/2020
1.0.0-preview1 2,659 9/1/2020
0.9.990 3,306 6/19/2020
0.9.981 1,697 5/11/2020
0.9.980 1,098 5/10/2020
0.9.970 1,440 4/27/2020
0.9.961 1,189 4/19/2020
0.9.960 1,054 4/19/2020
0.9.950 2,182 4/6/2020
0.9.930 1,421 3/25/2020
0.9.920 1,297 3/20/2020
0.9.910 1,349 3/10/2020
0.9.900 1,548 3/2/2020
0.9.800 2,033 12/23/2019
0.9.600 1,251 11/11/2019
0.9.500 1,132 10/23/2019
0.9.46 1,628 9/14/2019
0.9.45 1,457 8/2/2019
0.9.44 2,457 7/5/2019
0.9.43 1,173 6/19/2019
0.9.42 2,307 5/24/2019
0.9.41 1,490 5/1/2019
0.9.40 2,006 4/16/2019
0.9.39 1,163 4/11/2019
0.9.38 1,177 3/31/2019
0.9.37 1,227 3/28/2019
0.9.36 1,467 3/5/2019
0.9.35 1,492 2/17/2019
0.9.34 1,431 2/3/2019
0.9.33 1,412 2/1/2019
0.9.32 1,320 2/1/2019
0.9.31 1,330 1/28/2019
0.9.30 1,293 1/26/2019
0.9.28 1,746 12/30/2018
0.9.27 1,301 12/30/2018
0.9.26 1,651 12/13/2018
0.9.25 1,393 12/12/2018
0.9.24 1,451 12/10/2018
0.9.23 1,354 12/8/2018
0.9.22 1,290 12/8/2018
0.9.21 1,333 12/7/2018
0.9.20 1,361 12/3/2018
0.9.18 1,668 11/25/2018
0.9.17 1,323 11/23/2018
0.9.16 1,357 11/18/2018
0.9.15 1,366 11/17/2018
0.9.14 1,355 11/16/2018
0.9.13 1,364 11/10/2018
0.9.12 1,408 11/4/2018
0.9.11 1,663 10/8/2018
0.9.10 1,363 10/5/2018
0.9.9 1,700 10/1/2018
0.9.9-CI01218 938 10/5/2018
0.9.0-CI01215 1,003 9/30/2018
0.9.0-CI01154 984 9/20/2018
0.9.0-CI01152 900 9/19/2018
0.9.0-CI01141 1,017 9/10/2018
0.9.0-CI01140 939 9/10/2018
0.9.0-CI01139 973 9/10/2018
0.9.0-CI01110 1,204 9/2/2018
0.9.0-CI01101 979 8/28/2018
0.9.0-CI01099 963 8/28/2018
0.9.0-CI01042 1,328 7/26/2018
0.9.0-CI01041 1,152 7/26/2018
0.9.0-CI01028 1,257 7/20/2018