Skip to content
README.md 3.06 KiB
Newer Older
Remi Collet's avatar
Remi Collet committed
[![Build Status](https://secure.travis-ci.org/glpi-project/glpi.svg?branch=master)](https://secure.travis-ci.org/glpi-project/glpi)

Remi Collet's avatar
Remi Collet committed
![GLPI Logo](https://raw.githubusercontent.com/glpi-project/glpi/master/pics/logos/logo-GLPI-250-black.png)
Alexandre Delaunay's avatar
Alexandre Delaunay committed

Remi Collet's avatar
Remi Collet committed
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.
Alexandre Delaunay's avatar
Alexandre Delaunay committed

Remi Collet's avatar
Remi Collet committed
GLPI features:
Alexandre Delaunay's avatar
Alexandre Delaunay committed
* 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)

Remi Collet's avatar
Remi Collet committed
Moreover, GLPI supports many [plugins](http://plugins.glpi-project.org) that provide additional features.
Alexandre Delaunay's avatar
Alexandre Delaunay committed


## License

It is distributed under the GNU GENERAL PUBLIC LICENSE Version 2 - please consult the file called [COPYING](https://raw.githubusercontent.com/glpi-project/glpi/master/COPYING.txt) for more details.
Alexandre Delaunay's avatar
Alexandre Delaunay committed


## Prerequisites

* A web server (Apache, Nginx, IIS, etc.)
* MariaDB (or MySQL < 5.7)
* PHP 5.5 or higher
Alexandre Delaunay's avatar
Alexandre Delaunay committed
* Mandatory PHP extensions:
    - json
    - mbstring
    - mysqli
    - session
    - gd (picture generation)
    - curl (CAS authentication)
Alexandre Delaunay's avatar
Alexandre Delaunay committed

* Recommended PHP extensions (to enable optional features)
    - domxml (CAS authentication)
    - imap (mail collector and users authentication)
    - ldap (users authentication)
    - openssl (encrypted communication)


## Download

See :
* [releases](https://github.com/glpi-project/glpi/releases) for tarball packages.
Remi Collet's avatar
Remi Collet committed
* [Remi's RPM repository](http://rpms.remirepo.net/) for RPM packages (Fedora, RHEL, CentOS)
Alexandre Delaunay's avatar
Alexandre Delaunay committed


## Documentation

Here is a [pdf version](https://forge.glpi-project.org/attachments/download/1901/glpidoc-0.85-en-partial.pdf).
We are working on a [markdown version](https://github.com/glpi-project/doc)

* [Installation](http://glpi-project.org/spip.php?article61)
* [Update](http://glpi-project.org/spip.php?article172)


## Additional resources

* [Official website](http://glpi-project.org)
* [Demo](http://demo.glpi-project.org/)
* [Translations on transifex service](https://www.transifex.com/glpi/public/)
Alexandre Delaunay's avatar
Alexandre Delaunay committed
* [Issues](https://github.com/glpi-project/glpi/issues)
* [Suggestions](http://suggest.glpi-project.org)
* [Forum](http://forum.glpi-project.org)
Alexandre Delaunay's avatar
Alexandre Delaunay committed
* IRC : irc://irc.freenode.org/glpi
Alexandre Delaunay's avatar
Alexandre Delaunay committed
* [Plugin directory](http://plugins.glpi-project.org)
* [Plugin development documentation](https://github.com/pluginsGLPI/example)