Skip to content

Generate dispute reports of LicenseWP licenses

Notifications You must be signed in to change notification settings

barrykooij/disputor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Disputor

Generate dispute reports of LicenseWP licenses

Running Disputor

From CLI, run the following:

$ php disputor.php DATABASE LICENSE_KEY

So for example:

$ php disputor.php licensewp EF34-5AAB-328C-414A

The dispute document will be written to the output/ directory.

Writable directories

Disputor needs a tmp and output directory that are both writable by the script.

Database credentials

Disputor need access to your database. Create a file db.php in the root folder and add the following code.

<?php
return ['username' => 'root', 'password' => 'root'];

About

Generate dispute reports of LicenseWP licenses

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published