Download the PHP package comoco/trac-client-php without Composer
On this page you can find all versions of the php package comoco/trac-client-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package trac-client-php
Trac Client (PHP)
a library used for control The Trac Project
ticket
Requirements
- support :
The Trac Project
1.0. ~ 1.2. ( >= 1.3 not tested) - trac need install
Trac XML-RPC Plugin
(https://trac-hacks.org/wiki/XmlRpcPlugin)
Example code
Class Function
getUserTicketIds($username, array $statuses, $limit = 100)
get user own ticket ids
$statuses
avaliable status could not same on different trac system (based on system setting)
getTicketInfo($ticket_id)
get ticket information
return data
could not same on different trac system (based on installed module)
createTicket($summary, $description = '', array $attributes = [])
$attributes
could not same on different trac system (based on installed module)
updateTicket($ticket_id, $comment = '', array $attributes = [])
update ticket information
$attributes
could not same on different trac system (based on installed module)
acceptTicket($ticket_id, $comment = '')
accept the ticket
reassignUser($ticket_id, $username, $comment = '')
reassign ticket to the user
resolveTicket($ticket_id, $comment = '', $option = 'fixed')
resolve the ticket
$option
avaliable option could not same on different trac system (it is different based on trac setting)
reopenTicket($ticket_id, $comment = '')
reopen the ticket
deleteTicket($ticket_id)
delete the ticket
addComment($ticket_id, $comment)
add comment
getComments($ticket_id)
get comments
listAttachments($ticket_id)
list the ticket's attachments
uploadAttachment($ticket_id, $filename, $description, $upload_fila_path)
upload a attachment to the ticket
downloadAttachment($ticket_id, $filename, $save_path)
download the attachment from the ticket
deleteAttachment($ticket_id, $filename)
delete the attachment from ticket
All versions of trac-client-php with dependencies
PHP Build Version
Package Version
No informations.
The package comoco/trac-client-php contains the following files
Loading the files please wait ....