{"id":1299,"url":"https://github.com/jphp-group/awesome-jphp","name":"awesome-jphp","description":"A curated list of amazingly awesome JPHP libraries, resources and shiny things.","projects_count":41,"last_synced_at":"2026-06-07T02:00:19.736Z","repository":{"id":74152271,"uuid":"132721112","full_name":"jphp-group/awesome-jphp","owner":"jphp-group","description":"A curated list of amazingly awesome JPHP libraries, resources and shiny things.","archived":false,"fork":false,"pushed_at":"2020-02-27T22:17:08.000Z","size":13,"stargazers_count":18,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-03-06T15:21:39.370Z","etag":null,"topics":["awesome","awesome-list","jphp","jppm","php"],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jphp-group.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2018-05-09T07:48:17.000Z","updated_at":"2025-06-19T05:37:21.000Z","dependencies_parsed_at":"2024-01-07T05:59:30.750Z","dependency_job_id":"33089c49-1447-42c4-a14c-9cd7163fd548","html_url":"https://github.com/jphp-group/awesome-jphp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jphp-group/awesome-jphp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jphp-group%2Fawesome-jphp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jphp-group%2Fawesome-jphp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jphp-group%2Fawesome-jphp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jphp-group%2Fawesome-jphp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jphp-group","download_url":"https://codeload.github.com/jphp-group/awesome-jphp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jphp-group%2Fawesome-jphp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31359104,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-03T14:24:47.623Z","status":"ssl_error","status_checked_at":"2026-04-03T14:24:32.380Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"created_at":"2024-01-04T17:49:23.571Z","updated_at":"2026-06-07T02:00:19.737Z","primary_language":null,"list_of_lists":false,"displayable":true,"categories":["Uncategorized"],"sub_categories":["Uncategorized"],"readme":"# Awesome JPHP\n\nA curated list of amazingly awesome JPHP libraries, resources and shiny things.\n\n## Contents\n\n- [Awesome JPHP](#awesome-jphp)\n  - [General](#general)\n  - [GUI](#gui)\n  - [Web](#web)\n  - [Desktop](#desktop)\n  - [Database](#database)\n  - [Template Engines](#template-engines)\n  - [Miscellaneous](#miscellaneous)\n  \n### General\n\n- [Standard Runtime Library](https://github.com/jphp-group/jphp/tree/master/jphp-runtime/api-docs) - std lib for JPHP (string, array, file, multithreading, unicode, etc.)\n- [JPHP Compiler](https://github.com/jphp-group/jphp/tree/master/jphp-core/api-docs) - a compiler to java byte code for jphp.\n- [JPPM](https://github.com/jphp-group/jphp/tree/master/packager) - the default package manager and build tool for JPHP.\n- [Debbuger](https://github.com/jphp-group/jphp/tree/master/jphp-debugger/api-docs) - a debuger for JPHP based on XDebug protocol.\n- [Tester](https://github.com/jphp-group/tester) - a unit test framework for jphp and jppm.\n- [Android](https://github.com/VenityStudio/android) - the JPHP for Android project.\n\n### GUI\n- JavaFX \n  - JavaFX - [jphp-gui-ext](https://github.com/jphp-group/jphp/tree/master/exts/jphp-gui-ext/api-docs) - a rich gui library based on JavaFX.\n  - Material UI - [jphp-gui-jfoenix-ext](https://github.com/jphp-group/jphp/tree/master/exts/jphp-gui-jfoenix-ext/api-docs) - material ui components for the JavaFX library.\n  - Charts Extension [jphp-charts-ext](https://github.com/jphp-group/jphp-charts-ext) - charts Extension\n  - [ControlsFX](https://github.com/jphp-group/jphp-controlsfx-ext) - new controls for JavaFX Extension.\n  - [RichTextFX](https://github.com/jphp-group/jphp-richtextfx-ext) - RichTextArea for JavaFX Extension.\n  - [AnimateFX](https://github.com/jphp-group/jphp-animatefx-ext) - awesome animations for JavaFX Extension.\n  - [Webcam](https://github.com/jphp-group/jphp-webcam-ext) - extension for working with webcam.\n- SWT - [jphp-swt-ext](https://github.com/jphp-group/jphp-swt-ext) - a lightweight gui library based on SWT and with good performance.\n\n### Web\n- [Http Server](https://github.com/jphp-group/jphp/tree/master/exts/jphp-httpserver-ext) - HTTP Server with routing and websocket support.\n- [Http Client](https://github.com/jphp-group/jphp/tree/master/exts/jphp-httpclient-ext) - a basic http client with many features.\n- [JSoup](https://github.com/jphp-group/jphp/tree/master/exts/jphp-jsoup-ext/api-docs) - a library for parsing html like in jQuery.\n- [Mail](https://github.com/jphp-group/jphp/tree/master/exts/jphp-mail-ext/api-docs) - a library for sending mails via SMTP servers.\n- JURL - a polyfill for zend cURL extension\n  - [jURL](https://github.com/jphp-group/JURL) - for JPPM.\n  - [jURL](https://github.com/TsSaltan/DevelNext-jURL) - for DevelNext.\n\n### Desktop\n- [jphp-gui-systemtray-ext](https://github.com/jphp-group/jphp/tree/master/exts/jphp-gui-systemtray-ext/api-docs) - a system tray extension for gui javafx library.\n- [jphp-gui-desktop-ext](https://github.com/jphp-group/jphp/tree/master/exts/jphp-gui-desktop-ext/api-docs) - an desktop extension for javafx gui library with desktop features.\n- [Windows](https://github.com/TsSaltan/DevelNext-Windows/) - an extension for DevelNext, it has all Windows OS specific features.\n- [DevelNext-Updater](https://github.com/TsSaltan/DevelNext-Updater) - a bundle for DevelNext, automatically updates for your programs.\n\n### Database\n- [SQL](https://github.com/jphp-group/jphp/tree/master/exts/jphp-sql-ext/api-docs) - a basic sql extension like PDO with drivers for sql databases.\n  - [MySQL](https://github.com/jphp-group/jphp/tree/master/exts/jphp-mysql-ext/api-docs) - MySQL driver.\n  - [PostgreSQL](https://github.com/jphp-group/jphp/tree/master/exts/jphp-pgsql-ext/api-docs) - PostgreSQL 8+ driver.\n  - [SQLite](https://github.com/jphp-group/jphp/tree/master/exts/jphp-sqlite-ext/api-docs) - SQLite driver.\n  - [Firebird](https://github.com/jphp-group/jphp/tree/master/exts/jphp-firebirdsql-ext/api-docs) - Firebird SQL driver.\n- [MongoDB](https://github.com/jphp-group/jphp/tree/master/exts/jphp-mongo-ext/api-docs) - a basic driver for MongoDB (NoSQL database).\n\n### Template Engines\n- [Twig](https://github.com/jphp-group/twig) - twig templates for JPHP.\n- [Markdown](https://github.com/jphp-group/jphp/tree/master/exts/jphp-markdown-ext/api-docs) - for converting markdown to html.\n\n### Miscellaneous\n- [jphp-git-ext](https://github.com/jphp-group/jphp/tree/master/exts/jphp-git-ext/api-docs) - JGit wrapper, for working with git repositories, reading and writing.\n- [jphp-compress-ext](https://github.com/jphp-group/jphp/tree/master/exts/jphp-compress-ext/api-docs) - a compress library, supports tar, bz2, gz, zip and lz4 formats.\n- [jphp-graphic-ext](https://github.com/jphp-group/jphp/tree/master/exts/jphp-graphic-ext/api-docs) - a graphic library like GD in zend php.\n- [jphp-process-ext](https://github.com/jphp-group/jphp-process-ext) - process API for jphp, more advanced and powerful!\n- [jphp-ssh-ext](https://github.com/jphp-group/jphp/tree/master/exts/jphp-ssh-ext/api-docs) - library for working with SSH.\n- [jphp-text-ext](https://github.com/jphp-group/jphp/tree/master/exts/jphp-text-ext) - library work modify text, finding similar text and diff.\n- [Yaml](https://github.com/jphp-group/jphp/tree/master/exts/jphp-yaml-ext) - a library for working with yaml text format.\n- [Json](https://github.com/jphp-group/jphp/tree/master/exts/jphp-json-ext/api-docs) - parse and format JSON.\n- [Preg](https://github.com/TsSaltan/DevelNext-Preg) - a polyfill for the PRCE functions (`preg_*`) from zend php, for develnext.\n","projects_url":"https://awesome.ecosyste.ms/api/v1/lists/jphp-group%2Fawesome-jphp/projects"}