We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b12956d commit 0fc0101Copy full SHA for 0fc0101
README.md
@@ -34,7 +34,7 @@ Our project started in October 2013. There were a few reasons for that:
34
+ Using java libraries and classes in PHP code.
35
+ Unicode for strings (UTF-16, like in Java)
36
+ [Threading](jphp-runtime/api-docs/classes/php/lang/Thread.md), [Sockets](jphp-runtime/api-docs/classes/php/net/Socket.md), [Environment](jphp-runtime/api-docs/classes/php/lang/Environment.md) architecture (like sandbox objects in the runkit zend extension).
37
-+ GUI ([JavaFX](exts/jphp-gui-ext/api-docs) or [SWT](https://github.com/jphp-group/jphp-swt-ext))
++ GUI ([JavaFX](https://github.com/jphp-group/jphp-gui-ext) or [SWT](https://github.com/jphp-group/jphp-swt-ext))
38
+ Embedded cache system for classes and functions
39
+ Optional Hot Reloading for classes and functions
40
+ Ability to use on **Android** OS : [jphp-android](https://github.com/VenityStudio/jphp-android)
0 commit comments