Skip to content
This repository has been archived by the owner on Feb 2, 2022. It is now read-only.

twaddington/phpAssemblaTicket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Author: Tristan Waddington
Website: http://www.tristanwaddington.com/
Email: tristan@tristanwaddington.com

This is a PHP library for interacting with the Assembla <http://assembla.com/> Ticket API.

This library was originally written to enable some web applications I worked on to submit bug reports to Assembla automatically.

Please see the plugin file for method documentation.

EXAMPLES

<?php
  /*
   * Load plugin file.
   */
  require_once 'assembla.plugin'; 
  
  /*
   * Instantiate a new object from the Assembla class.
   */
  $assembla = new Assembla(ASSEMBLA_SPACE, ASSEMBLA_USERNAME, ASSEMBLA_PASSWORD);
  
  /*
   * Create a new ticket.
   */
  $assembla->createTicket(array('description' => '...', 'summary' => '...', 'priority' => 3));
?>

About

A PHP library for interacting with Assembla's ticket API.

Resources

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages