jwcobb / ticketevolution-php-dataloaders
Some simple scripts for caching data from the Ticket Evolution API.
Installs: 19
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 2
Open Issues: 0
Type:project
pkg:composer/jwcobb/ticketevolution-php-dataloaders
Requires
- php: >=5.3.3
- ticketevolution/ticketevolution-php: ~2.0
README
Deprecated
As of November 10, 2015 this project is deprecated and you should use TEvo Harvester instead.
Release Information
See CHANGELOG.md
Installation
- 
Download and extract to the folder where you want it. 
- 
Copy /application/config.sample.phpto/application/config.phpand edit to fill in your own credentials for each environment.
- 
If you do not yet have Composer installed, you can follow these directions for installing Composer. 
- 
Once you have Composer installed simply cdto your directory for this project and executecomposer install
- 
Run the SQL in /scriptsstarting withcreate_tables.mysqland then running any additional scripts in chronological order by the date in the filename.