https://github.com/halfdan/piwik-toolkit
https://github.com/halfdan/piwik-toolkit
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/halfdan/piwik-toolkit
- Owner: halfdan
- Created: 2013-03-20T16:56:09.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-04-21T22:27:52.000Z (almost 13 years ago)
- Last Synced: 2024-12-28T12:16:08.362Z (about 1 year ago)
- Language: PHP
- Size: 121 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Piwik Toolkit
This tool can be used to automatically generate a plugin stub for [Piwik](http://piwik.org) 2.x. It generates all the necessary files for you to get started with building a Piwik plugin.
Piwik Toolkit is modular and can easily be extended with new commands.
## Requirements
Piwik Toolkit is built using namespaces and PHP archives which require at least PHP 5.3.
## Installation
You can build the Piwik Toolkit yourself if you are using PHP 5.3 or higher. This can be done in two simple steps.
1. Clone the repository.
git clone https://github.com/halfdan/piwik-toolkit.git
2. Generate the PHP Archive.
cd piwik-toolkit
php -d phar.readonlĂ˝=0 build.php
You will now have a file called `piwik-toolkit.phar` that you can execute by typing `php piwik-toolkit.phar`.
## Command Line Options
ToDo
## Contribute
If you would like to contribute to this project, please consider sending a pull request!