2017 © Pedro Peláez
 

library lib-php-footprints

Footprints API for PHP.

image

unikent/lib-php-footprints

Footprints API for PHP.

  • Tuesday, April 7, 2015
  • by sk-unikent
  • Repository
  • 12 Watchers
  • 0 Stars
  • 4,242 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 7 Versions
  • 2 % Grown

The README.md

Footprints PHP API

Latest Stable Version, (*1)

Full API docs available here: http://unikent.github.io/lib-php-footprints/, (*2)

Add this to your composer require: * "unikent/lib-php-footprints": "dev-master", (*3)

Then create tickets like so:, (*4)

$ticket = new \unikent\Footprints\Ticket("My Example Ticket");
$ticket->set_emails(false, false, false);
$ticket->set_priority("Normal");
$ticket->set_user("sk");
$ticket->set_type("Incident");
$ticket->set_category("Web");
$ticket->add_assignees(array(
    "Learning and Research Development",
    "sk"
));
$ticket->add_entry("We did this cool thing the other day!");
$ticket->add_technical_note("Something is broken.");
$ticket->add_entry("Oh, it isnt working.");
$ticket->add_technical_note("Hah it was that function I wrote a long time ago.");
$ticket->add_entry("Fixed!");
$ticket->set_status("Resolved");

$ticketnumber = $ticket->create();

The Versions

07/04 2015

dev-master

9999999-dev https://github.com/unikent/footprints-php

Footprints API for PHP.

  Sources   Download

The Requires

  • php >=5.3

 

The Development Requires

by Skylar Tristan Kelty

framework

02/12 2014

2.3

2.3.0.0 https://github.com/unikent/footprints-php

Footprints API for PHP.

  Sources   Download

The Requires

  • php >=5.3

 

The Development Requires

by Skylar Tristan Kelty

framework

19/11 2014

2.1

2.1.0.0 https://github.com/unikent/footprints-php

Footprints API for PHP.

  Sources   Download

The Requires

  • php >=5.3

 

The Development Requires

by Skylar Tristan Kelty

framework

17/11 2014

2.0

2.0.0.0 https://github.com/unikent/footprints-php

Footprints API for PHP.

  Sources   Download

The Requires

  • php >=5.3

 

The Development Requires

by Skylar Tristan Kelty

framework

13/11 2014

1.1

1.1.0.0 https://github.com/unikent/footprints-php

Footprints API for PHP.

  Sources   Download

The Requires

  • php >=5.3

 

The Development Requires

by Skylar Tristan Kelty

framework

07/11 2014

1.0

1.0.0.0 https://github.com/unikent/footprints-php

Footprints API for PHP.

  Sources   Download

The Requires

  • php >=5.3

 

The Development Requires

by Skylar Tristan Kelty

framework

07/11 2014

0.1

0.1.0.0 https://github.com/unikent/footprints-php

Footprints API for PHP.

  Sources   Download

The Requires

  • php >=5.3

 

by Skylar Tristan Kelty

framework