2017 © Pedro Peláez
 

library zfc-ticket-system

ZendFramework TicketSystem Module

image

kokspflanze/zfc-ticket-system

ZendFramework TicketSystem Module

  • Tuesday, May 1, 2018
  • by kokspflanze
  • Repository
  • 1 Watchers
  • 3 Stars
  • 2,630 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 10 Versions
  • 2 % Grown

The README.md

ZfcTicketSystem

Master Build Status Coverage Status, (*1)

  • run the SQL script [db/dump.sql]

edit your config, to set your AuthService, (*2)

'zfc-ticket-system' => [
    'auth_service' => 'user_auth_service',
]

Your user object must have this interface "ZfcTicketSystem\Entity\UserInterface", (*3)

::know todos, (*4)

add more dynamic, (*5)

The Versions