Skip to content
Snippets Groups Projects
Forked from GLPI / glpi
6129 commits behind, 194 commits ahead of the upstream repository.
user avatar
Johan Cwiklinski authored
43bade12
History

Build Status

GLPI Logo

GLPI stands for Gestionnaire Libre de Parc Informatique is a Free Asset and IT Management Software package, that provides ITIL Service Desk features, licenses tracking and software auditing.

GLPI features:

  • Multilingual support: 45 translations available
  • Inventory of computers, peripherals, network printers and any associated components through an interface, with inventory tools such as: OCS Inventory or FusionInventory
  • Assignment of equipment by geographical area to users and groups
  • Item lifecycle management
  • Asset reservation
  • Licenses management (ITIL compliant)
  • Management of warranty and financial information (purchase order, warranty and extension, damping)
  • Management of contracts, contacts, documents related to inventory items
  • Incidents, requests, problems and changes management
  • Ticket creation through emails, end-user or technician interface
  • Ticket lifecycle (assignment, tickets scheduling, solutions, etc.)
  • Knowledge base and Frequently-Asked Questions (FAQ)
  • Report generator: hardware, network or interventions (support)

Moreover, GLPI supports many plugins that provide additional features.

License

It is distributed under the GNU GENERAL PUBLIC LICENSE Version 2 - please consult the file called COPYING for more details.

Prerequisites

  • A web server (Apache, Nginx, IIS, etc.)

  • MariaDB (or MySQL < 5.7)

  • PHP 5.6 or higher

  • Mandatory PHP extensions:

    • json
    • mbstring
    • mysqli
    • session
    • gd (picture generation)
    • curl (CAS authentication)
  • Recommended PHP extensions (to enable optional features)

    • domxml (CAS authentication)
    • imap (mail collector and users authentication)
    • ldap (users authentication)
    • openssl (encrypted communication)

Download

See :

Documentation

Here is a pdf version. We are working on a markdown version

Additional resources