jwcobb / ticketevolution-php-dataloaders
Some simple scripts for caching data from the Ticket Evolution API.
Installs: 18
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 4
Forks: 2
Open Issues: 0
Type:project
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.php
to/application/config.php
and 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
cd
to your directory for this project and executecomposer install
-
Run the SQL in
/scripts
starting withcreate_tables.mysql
and then running any additional scripts in chronological order by the date in the filename.