akky / windows-phone-store
Windows Phone Store app info access client
Installs: 17
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/akky/windows-phone-store
Requires
- php: >=5.3.3
Requires (Dev)
- phpunit/phpunit: 4.0.*
This package is not auto-updated.
Last update: 2022-04-30 05:00:32 UTC
README
A library to access app information on Windows Phone Store.
Installation using composer
Run composer create-project --stability=dev akky/windows-phone-store TARGET_DIR
Installation using git clone
- Run
git clone https://github.com/akky/windows-phone-store TARGET_DIR - Change directory to TARGET_DIR
- Run
php ./bin/init - Remove .git directory
- Run
git initto initialize a new git repository