# php-dotnet **Repository Path**: xieguigang/php-dotnet ## Basic Information - **Project Name**: php-dotnet - **Description**: dotnet class and framework simulation in php language - **Primary Language**: PHP - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-07-24 - **Last Updated**: 2024-02-22 ## Categories & Tags **Categories**: scripting-language **Tags**: None ## README # php.NET Framework dotnet class and framework simulation in php language > [WARNING] This project is a work in progress and is not recommended for production use. ``` ............................................................ ............................................................ ..............TT.................TNT....TT..TNNNNTTNNNNNNT.. ..............E..................hNh....h...h........E...... ..............E..................hhE....h...h........E...... .....TTTNNT..TTTNNT..TTTNNT.....TT.NT..TT..TT.......TT...... .....EN...E..EN..Th..EN...E.....h..Eh..h...hNNNE....h....... .....E....E..E...TT..E....E.....h..TE..h...h........h....... ....TT....h.TT...E..TT....h....TT...N.TT..TT.......TT....... ....E....h..h....h..E....h.....h....Ehh...h........h........ ....NT..hT..h...TT..NT..hT.Th..h....TNh...h........h........ ...TThNNT..TT...h..TThNNT..ET.TT.....NT..TNNNNT...TT........ ...h...............h........................................ ...h...............h........................................ ..TT..............TT........................................ ............................................................ ``` It contains: + A MVC framework for Web App + A CLI framework for commandline scripting. ## How to use? 1. Clone this repository into one of the directory in your php project folder 2. And then add includes to the package manager module: ```php Add($double); ``` 4. Enjoy yourself coding with this package For more details development information, please visit the online docs: https://framework.web_dev.biocad.cloud/ ## The improved Debugger .NET system like stack trace information, example as: ```php # at StackTrace::GetCallStack in /modules/dotnet/dotnet.php:line 268 # at dotnet::PageNotFound in /modules/dotnet/MVC/controller.php:line 202 # at controller::Hook in /modules/dotnet/dotnet.php:line 84 # at dotnet::HandleRequest in /bootstrap.php:line 23 # at include in /index.php:line 3 # --- End of inner exception stack trace --- ```