akky / windows-phone-store
This package is abandoned and no longer maintained.
No replacement package was suggested.
Windows Phone Store app info access client
dev-master
2015-07-09 07:59 UTC
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 init
to initialize a new git repository