PHPackages                             soluble/japha-pjb62-compat - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. soluble/japha-pjb62-compat

AbandonedLibrary[Utility &amp; Helpers](/categories/utility)

soluble/japha-pjb62-compat
==========================

Soluble PHP Java bridge PJB62 compatibility layer

1.1.0(9y ago)061MITPHPPHP ^5.6 || ^7.0

Since Jun 11Pushed 9y ago1 watchersCompare

[ Source](https://github.com/belgattitude/soluble-japha-pjb62-compat)[ Packagist](https://packagist.org/packages/soluble/japha-pjb62-compat)[ Docs](http://soluble.io)[ RSS](/packages/soluble-japha-pjb62-compat/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (4)Versions (9)Used By (0)

soluble-japha-pjb62-compat
==========================

[](#soluble-japha-pjb62-compat)

[![PHP Version](https://camo.githubusercontent.com/0d4e5882fa1caaa7d5771ea72be1661bc43b0055a87a3c586d694db2eeb4b4d4/687474703a2f2f696d672e736869656c64732e696f2f62616467652f7068702d352e352b2d6666363962342e737667)](https://packagist.org/packages/soluble/japha-pjb62-compat)[![Build Status](https://camo.githubusercontent.com/1281be3c6810111b136c7948f891a701e85096d0387d5b9a5e18eca5bd67dab9/68747470733a2f2f7472617669732d63692e6f72672f62656c6761747469747564652f736f6c75626c652d6a617068612d706a6236322d636f6d7061742e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/belgattitude/soluble-japha-pjb62-compat)[![Code Coverage](https://camo.githubusercontent.com/f43ba8c890059dda383ecc755018771a576856e91b0367bc53df82d0f1016f50/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f62656c6761747469747564652f736f6c75626c652d6a617068612d706a6236322d636f6d7061742f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/belgattitude/soluble-japha-pjb62-compat/?branch=master)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/f7a041147e27fee168fa5f86e1682e916f17daea6257016ebe9701c6a6e28158/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f62656c6761747469747564652f736f6c75626c652d6a617068612d706a6236322d636f6d7061742f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/belgattitude/soluble-japha-pjb62-compat/?branch=master)[![Latest Stable Version](https://camo.githubusercontent.com/17f55272ca1e08d0efd45183647e9d4b04af3bc2aba82dd668bc4013f7b43f6c/68747470733a2f2f706f7365722e707567782e6f72672f736f6c75626c652f6a617068612d706a6236322d636f6d7061742f762f737461626c652e737667)](https://packagist.org/packages/soluble/japha-pjb62-compat)[![Total Downloads](https://camo.githubusercontent.com/c022aab6f676a5b30e005944b82c9cb28f045bb9d879579ff32cd9523454d632/68747470733a2f2f706f7365722e707567782e6f72672f736f6c75626c652f6a617068612d706a6236322d636f6d7061742f646f776e6c6f6164732e706e67)](https://packagist.org/packages/soluble/japha-pjb62-compat)[![License](https://camo.githubusercontent.com/72e227754cdc155be75355bd8db00fe1ebf093b4eb34cf2c547ee5e96c2f86b0/68747470733a2f2f706f7365722e707567782e6f72672f736f6c75626c652f6a617068612d706a6236322d636f6d7061742f6c6963656e73652e706e67)](https://packagist.org/packages/soluble/japha-pjb62-compat)

Introduction
------------

[](#introduction)

\*\*\* Work in progress \*\*\*

*Historically the [PHP/Java bridge](http://php-java-bridge.sourceforge.net/pjb/) client didn't support namespaces.*

*Install this package if you have existing code relying on legacy php-java-bridge and don't want to refactor to the newer implementation provided by [soluble/japha](https://github.com/belgattitude/soluble-japha).*

Features
--------

[](#features)

- Make [soluble-japha](https://github.com/belgattitude/soluble-japha) compatible with the procedural phpjavabridge legacy api

Requirements
------------

[](#requirements)

- PHP 5.5+, 7.0 or HHVM &gt;= 3.2.
- The [PHPJavaBridge server running](./doc/install_server.md)

Installation
------------

[](#installation)

1. PHP installation *(client)*

    Through [composer](http://getcomposer.org/).

    ```
    $ composer require "soluble/japha-pjb62-compat"
    ```

    Most modern frameworks will include Composer out of the box, but ensure the following file is included:

    ```
