Download the PHP package pointybeard/kickstarter-export-parser without Composer
On this page you can find all versions of the php package pointybeard/kickstarter-export-parser. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download pointybeard/kickstarter-export-parser
More information about pointybeard/kickstarter-export-parser
Files in pointybeard/kickstarter-export-parser
Package kickstarter-export-parser
Short Description A PHP library for opening and parsing backer exports from Kickstarter campaigns.
License MIT
Rated 1.00 based on 2 reviews
Informations about the package kickstarter-export-parser
Kickstarter Export Parser
- Version: v1.0.12
- Date: April 13th 2019
- Release notes
- GitHub repository
Opens a backer data zip file downloaded from Kickstarter and parses it for consumption.
Installation
Kickstarter Export Parser is a utility library for inclusion in larger projects. Installation is best done via Composer. To install, use composer require pointybeard/kickstarter-export-parser
or add "pointybeard/kickstarter-export-parser": "~1.0"
to your composer.json
file.
Usage
Here is a basic example of how to use this library:
Running the Test Suite
You can check that all code is passing by running the following command from the kickstarter-export-parser folder:
./vendor/bin/phpunit --bootstrap vendor/autoload.php tests/
If you want to run code coverage (e.g. --coverage-html tests/reports/ ...
) you'll need xdebug. To install this, use the following commands:
pecl channel-update pecl.php.net
pecl install xdebug
Support
If you believe you have found a bug, please report it using the GitHub issue tracker, or better yet, fork the library and submit a pull request.
Contributing
We encourage you to contribute to this project. Please check out the Contributing documentation for guidelines about how to get involved.
License
"Kickstarter Export Parser" is released under the MIT License.
All versions of kickstarter-export-parser with dependencies
pointybeard/property-bag Version ^1.0
pointybeard/php-cli-lib Version ^1.1