A curated list of amazingly awesome JPHP libraries, resources and shiny things.
- Standard Runtime Library - std lib for JPHP (string, array, file, multithreading, unicode, etc.)
- JPHP Compiler - a compiler to java byte code for jphp.
- JPPM - the default package manager and build tool for JPHP.
- Debbuger - a debuger for JPHP based on XDebug protocol.
- Tester - a unit test framework for jphp and jppm.
- Android - the JPHP for Android project.
- JavaFX
- JavaFX - jphp-gui-ext - a rich gui library based on JavaFX.
- Material UI - jphp-gui-jfoenix-ext - material ui components for the JavaFX library.
- Charts Extension jphp-charts-ext - charts Extension
- ControlsFX - new controls for JavaFX Extension.
- RichTextFX - RichTextArea for JavaFX Extension.
- AnimateFX - awesome animations for JavaFX Extension.
- Webcam - extension for working with webcam.
- SWT - jphp-swt-ext - a lightweight gui library based on SWT and with good performance.
- Http Server - HTTP Server with routing and websocket support.
- Http Client - a basic http client with many features.
- JSoup - a library for parsing html like in jQuery.
- Mail - a library for sending mails via SMTP servers.
- JURL - a polyfill for zend cURL extension
- jphp-gui-systemtray-ext - a system tray extension for gui javafx library.
- jphp-gui-desktop-ext - an desktop extension for javafx gui library with desktop features.
- Windows - an extension for DevelNext, it has all Windows OS specific features.
- DevelNext-Updater - a bundle for DevelNext, automatically updates for your programs.
- SQL - a basic sql extension like PDO with drivers for sql databases.
- MySQL - MySQL driver.
- PostgreSQL - PostgreSQL 8+ driver.
- SQLite - SQLite driver.
- Firebird - Firebird SQL driver.
- MongoDB - a basic driver for MongoDB (NoSQL database).
- jphp-git-ext - JGit wrapper, for working with git repositories, reading and writing.
- jphp-compress-ext - a compress library, supports tar, bz2, gz, zip and lz4 formats.
- jphp-graphic-ext - a graphic library like GD in zend php.
- jphp-process-ext - process API for jphp, more advanced and powerful!
- jphp-ssh-ext - library for working with SSH.
- jphp-text-ext - library work modify text, finding similar text and diff.
- Yaml - a library for working with yaml text format.
- Json - parse and format JSON.
- Preg - a polyfill for the PRCE functions (
preg_*
) from zend php, for develnext.