Recently Updated Pages
Install Database
To use Ticaga we need a database, we recommend MYSQL, to install MySQL just run the following: s...
Connection
To use the Ticaga's API you need to submit the connection first: URL: https://yourdomain.com/api...
Departments
This allows you to grab the departments on your Ticaga installation: URL: https://yourdomain.com...
Create a Ticket
URL: https://yourdomain.com/api/tickets/create Type: POST { "id": 8, } customer_id: The ...
Create a Response
URL: https://yourdomain.com/api/responses/create Type: POST { "id": 8, } ticket_numb...
Responses
To get the responses for a ticket in Ticaga: URL: https://yourdomain.com/api/responses/get Type...
Customer Information
To get the customer information from Ticaga: URL: https://yourdomain.com/api/customers/get Type...
Grab a Ticket
How to grab a ticket from Ticaga: URL: https://yourdomain.com/api/tickets/get Type: GET { "...
Tickets
To get all the tickets Ticaga: URL: https://yourdomain.com/api/tickets/get/all Type: GET { ...
Login
To log a customer in: URL: https://yourdomain.com/api/login Type: POST { "user": { "id...
Register
To create a new user account with Ticaga via the API: URL: https://yourdomain.com/api/register ...
Requirements
Ticaga requires the latest version of PHP, this is because we pride ourselves on being up-to date...
Requirements
Ticaga requires the latest version of PHP, this is because we pride ourselves on being up-to date...
Create a Department
Firstly you want to select Departments on the left hand navigation. You will see...
Upgrading Ticaga Manually
To upgrade Ticaga, simply upload the new files. wget -N https://ticaga.com/latest.zip unzip lat...
Overview
At Ticaga, we wanted to make it easy for you to customise your statuses, everyone has different s...
Create an Admin Account
Now you've got your Ticaga up and running go to your installation: eg: https://demo.ticaga.com ...
Create an Admin Account
Now you've got your Ticaga up and running go to your installation: eg: https://demo.ticaga.com ...
Install Ticaga
Let's log into the new user we created earlier: su demo Let's give our www folder the correct p...
Ioncube loaders
Ioncube loaders are required for Ticaga as we encode a few files for licensing purposes. Without...