jwcobb / ticketevolution-php-dataloaders
Some simple scripts for caching data from the Ticket Evolution API.
Package info
github.com/jwcobb/ticketevolution-php-dataloaders
Type:project
pkg:composer/jwcobb/ticketevolution-php-dataloaders
Requires
- php: >=5.3.3
- ticketevolution/ticketevolution-php: ~2.0
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
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.