PHPackages                             burakhan/php-apk-info - 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. burakhan/php-apk-info

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

burakhan/php-apk-info
=====================

Android Manifest File Basic Reader

v0.5(11y ago)3441MITPHPPHP &gt;= 5.3.0

Since May 4Pushed 10y ago1 watchersCompare

[ Source](https://github.com/Burakhan/ApkInfo)[ Packagist](https://packagist.org/packages/burakhan/php-apk-info)[ Docs](https://github.com/Burakhan/ApkInfo)[ RSS](/packages/burakhan-php-apk-info/feed)WikiDiscussions develop Synced 1mo ago

READMEChangelogDependencies (1)Versions (3)Used By (0)

ApkInfo
=======

[](#apkinfo)

Android application package Information

### Requirements

[](#requirements)

PHP 5.3+ PhpUnit 3.7+

### Installation

[](#installation)

- Install [composer](http://getcomposer.org/download/)
- Create a composer.json into your project like the following sample:

```
{
    ...
    "require": {
        "burakhan/php-apk-info": "dev-master"
    }
}
```

- Then from your `composer.json` folder: `php composer.phar update` or `composer update`

### Default Configuration

[](#default-configuration)

```
array(
    'tmp_path' => sys_get_temp_dir(),
    'jar_path' => __DIR__ . '/bin/APKParser.jar',
    'lang_code' => 'en'
)

```

### How to use

[](#how-to-use)

```
