PHPackages                             buse974/dms - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Admin Panels](/categories/admin)
4. /
5. buse974/dms

ActiveLibrary[Admin Panels](/categories/admin)

buse974/dms
===========

Document management system for ZF3

v0.2.2(10y ago)63.6k2[1 issues](https://github.com/buse974/Dms/issues)1MITPHPPHP &gt;=5.4

Since Sep 30Pushed 7y ago1 watchersCompare

[ Source](https://github.com/buse974/Dms)[ Packagist](https://packagist.org/packages/buse974/dms)[ Docs](https://github.com/buse974/Dms)[ RSS](/packages/buse974-dms/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (3)Dependencies (14)Versions (8)Used By (1)

DMS
===

[](#dms)

Document management system for ZF2

Description
===========

[](#description)

The DMS lets you manage your documents for [Zend Framework 2](http://framework.zend.com/).

Installation
============

[](#installation)

Prequisites :
-------------

[](#prequisites-)

Before installing DMS module, please be sure the following PHP depencies are installed on your apache server:

- libreoffice-headers
- uniconv

With composer (recommended) :
-----------------------------

[](#with-composer-recommended-)

Composer helps to manage dependencies in PHP projects. Find more info here:

Add this package (`buse974/dms`) to your `composer.json` file, or just run the following at the command line:

```
$ composer require buse974/dms

```

By cloning project :
--------------------

[](#by-cloning-project-)

Install the \[DMS\] () module by cloning it into `./vendor/` directory.

Post-installation
-----------------

[](#post-installation)

This package follows the [PSR-0](http://www.php-fig.org/psr/psr-0/) autoloading standard. If you are using composer to install, you just require the generated autoloader:

```
require "/vendor/autoload.php";
```

### Install daemon unoconv

[](#install-daemon-unoconv)

Execute the script `vendor/buse974/dms/bin/unoconv.sh` like a deamon.

**examples**

```
vendor/buse974/dms/bin/unoconv.sh start
vendor/buse974/dms/bin/unoconv.sh stop

```

### Application config file

[](#application-config-file)

Enabling it in your `application.config.php` file.

```
