You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-15Lines changed: 13 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,15 +2,16 @@
2
2
3
3
JavaPHP is a lightweight Java library that permits to execute PHP code into Java so instead of using Java servlets,
4
4
you can just use PHP and execute it as a part of your existing Java code, does not rely on any dependencies, its fully standalone,
5
-
and you can use it in a compiled .jar file or in a simple .java file without having to compile it
5
+
and you can use it in a compiled .jar file or in a simple .java file without having to compile it.
6
6
7
-
Fun fact: this library was made in like 1 day because i had no other ideas and i was bored so yeah, now this library exists.
7
+
It can be used with Webservers (NanoHTTPD, Java socket, etc...) or as a part of your Java app.
8
8
9
9
### Features
10
-
- PHP file execution in java
10
+
- PHP file / code execution in java
11
11
- Customizable error handling
12
12
13
-
There are not alot of features because i keep it very simple, why would i do a lot of features since its focused only on the purpose of executing PHP in Java.
13
+
### Planned features
14
+
- PHP file / code execution over TCP/IP using PHP-CGI
0 commit comments