All Projects → tufanbarisyildirim → Php Apk Parser

tufanbarisyildirim / Php Apk Parser

Licence: other
Read basic info about an application from .apk file.

Projects that are alternatives of or similar to Php Apk Parser

Pyresparser
A simple resume parser used for extracting information from resumes
Stars: ✭ 297 (+2.41%)
Mutual labels:  parser, extract
Parser
Generate a JSON documentation for a SFC Vue component. Contribute: https://gitlab.com/vuedoc/parser#contribute
Stars: ✭ 74 (-74.48%)
Mutual labels:  parser, extract
Getjs
A tool to fastly get all javascript sources/files
Stars: ✭ 190 (-34.48%)
Mutual labels:  parser, extract
Urde
Data interchange and engine re-implementation for games by Retro Studios | Mirror
Stars: ✭ 253 (-12.76%)
Mutual labels:  extract
Ssh config
Go parser for ssh_config files
Stars: ✭ 262 (-9.66%)
Mutual labels:  parser
Sparql.js
A parser for the SPARQL query language in JavaScript
Stars: ✭ 271 (-6.55%)
Mutual labels:  parser
Exifer
A lightweight Exif meta-data decipher.
Stars: ✭ 290 (+0%)
Mutual labels:  parser
pcre-net
PCRE.NET - Perl Compatible Regular Expressions for .NET
Stars: ✭ 114 (-60.69%)
Mutual labels:  extract
Jpegsnoop
JPEGsnoop: JPEG decoder and detailed analysis
Stars: ✭ 282 (-2.76%)
Mutual labels:  parser
Pyverilog
Python-based Hardware Design Processing Toolkit for Verilog HDL
Stars: ✭ 267 (-7.93%)
Mutual labels:  parser
Dart Petitparser
Dynamic parser combinators in Dart.
Stars: ✭ 266 (-8.28%)
Mutual labels:  parser
Kuiper
Digital Forensics Investigation Platform
Stars: ✭ 257 (-11.38%)
Mutual labels:  parser
Parser Lib
Collection of parsers written in JavaScript
Stars: ✭ 274 (-5.52%)
Mutual labels:  parser
Php Svg
Vector graphics (SVG) library for PHP
Stars: ✭ 256 (-11.72%)
Mutual labels:  parser
Sql Parser
A validating SQL lexer and parser with a focus on MySQL dialect.
Stars: ✭ 284 (-2.07%)
Mutual labels:  parser
tabula-sharp
Extract tables from PDF files (port of tabula-java)
Stars: ✭ 38 (-86.9%)
Mutual labels:  extract
Ojg
Optimized JSON for Go
Stars: ✭ 281 (-3.1%)
Mutual labels:  parser
Picocli
Picocli is a modern framework for building powerful, user-friendly, GraalVM-enabled command line apps with ease. It supports colors, autocompletion, subcommands, and more. In 1 source file so apps can include as source & avoid adding a dependency. Written in Java, usable from Groovy, Kotlin, Scala, etc.
Stars: ✭ 3,286 (+1033.1%)
Mutual labels:  parser
Node Csv
Full featured CSV parser with simple api and tested against large datasets.
Stars: ✭ 3,068 (+957.93%)
Mutual labels:  parser
Nearley
📜🔜🌲 Simple, fast, powerful parser toolkit for JavaScript.
Stars: ✭ 3,089 (+965.17%)
Mutual labels:  parser

Apk Parser

This package can extract application package files in APK format used by devices running on Android OS. It can open an APK file and extract the contained manifest file to parse it and retrieve the meta-information it contains like the application name, description, device feature access permission it requires, etc.. The class can also extract the whole files contained in the APK file to a given directory.

Requirements

PHP 7.0+

Installation

  • Install composer
  • Run the following command in the folder where composer.json is: composer require tufanbarisyildirim/php-apk-parser

Testing

Tests are powered by PHPUnit. You have several options.

  • Run phpunit if PHPUnit is installed globally.
  • Install dependencies (requires Composer). Run php composer.phar --dev install or composer --dev install. Then bin/vendor/phpunit to run version installed by Composer. This ensures that you are running a version compatible with the test suite.

Contributing

Fork the repo, make your changes, add your name to developers, and create a pull request with a comment that describe your changes. That's all! Thanks to all contributers

License

Apk Parser is MIT licensed.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].