A PHP wrapper to help communicate with adb server.
Note: This project is in active development and will change frequently till we reach a stable version.
While under active development please include the main branch of php-adb from this repository in your project. Stable releases will be made available on Packagist once ready.
Add the following to your composer to include php-adb in your project.
{
"repositories": [
{
"type": "vcs",
"url": "https://github.com/carmelosantana/php-adb.git"
}
],
"require": {
"carmelosantana/php-adb": "dev-main"
}
}use carmelosantana\ADB\ADB;
$adb = new ADB();
$adb->version();Android Debug Bridge version 1.0.39- Add docblocks to
src/*.php - Add support for more
adbfeatures - Finish documentation
The code is licensed MIT and the documentation is licensed CC BY-SA 4.0.