Download the PHP package drupalonwindows/netphp without Composer
On this page you can find all versions of the php package drupalonwindows/netphp. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package netphp
NetPhp
Using .Net code from PHP needs not to be a nightmare any more! Built upon the com_dotnet extension this library allows you to easily integrate your .Net code into any PHP application.
- Use any .Net binaries (even without COM Visibility).
- Write code in PHP that consumes any of the .Net Framework libraries out of the box.
- Automatically generated PHP class dumps for IDE integration.
- Iterate over .Net collections directly from PHP.
- Propagation of .Net errors into native PHP exceptions that can be properly handled and examined.
- Acces native enums and static methods.
- Use class constructors with parameters.
- Debug .Net and PHP code at the same time as if it was a single application.
- Works with libraries compiled for any version of the .Net framework (including 4.0 and above)
See it in action
Download the examples project from GitHub
[Check out the NetPhp User Guide] (http://www.drupalonwindows.com/en/blog/netphp-user-guide)
This code in C#:
Can be writen like this in PHP:
All versions of netphp with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.5.0
The package drupalonwindows/netphp contains the following files
Loading the files please wait ....