-
Notifications
You must be signed in to change notification settings - Fork 166
Standard Extensions
Dmitriy Zayceff edited this page Apr 19, 2015
·
2 revisions
To start using an extension of JPHP, you need to add dependency:
-
jphp-xml-ext- xml support -
jphp-zend-ext- legacy zend functions and classes support -
jphp-json-ext- json support -
jphp-sql-ext- SQL Database Abstract Layer (like PDO, JDBC, Doctrine DBal) -
jphp-mail-ext- sending mail via SMTP servers -
jphp-swing-ext- GUI library based on java swing -
jphp-jsoup-ext- parsing library in jQuery style -
jphp-gdx-ext- game and media library based on LibGDX
In the dependencies section of build.gradle:
compile 'org.develnext:<extension-id>:<extension-version>'
JPHP Group 2015