i'm working on a project that requires me to import an existed java maven
folder as a library/anything i could call and use it in Laravel
. I wonder if there is any way to do it?
Asked
Active
Viewed 66 times
1

Selaka Nanayakkara
- 3,296
- 1
- 22
- 42

Ly Duong
- 11
- 1
-
Broadly speaking, no, you can't include Java libraries in PHP directly, you need some sort of interface between the two – apokryfos Nov 23 '19 at 08:36
-
Can you tell me some of them please, those with documents would be the perfect ones. Thank you – Ly Duong Nov 23 '19 at 08:58
-
Check out https://stackoverflow.com/questions/3319161/php-java-integration – apokryfos Nov 23 '19 at 09:54