Skip to content

webeweb/edm-bundle

Repository files navigation

edm-bundle

Build Status Coverage Status Scrutinizer Code Quality Latest Stable Version License composer.lock

An Electronic Document Management for Symfony 4 and more.

IMPORTANT NOTICE: This package is still under development. Any changes will be done without prior notice to consumers of this package. Of course this code will become stable at a certain point, but for now, use at your own risk.

Includes:

If you like this package, pay me a beer (or a coffee) paypal.me

Compatibility

PHP Symfony

Installation

Open a command console, enter your project directory and execute the following command to download the latest stable version of this package:

$ composer require webeweb/edm-bundle

This command requires you to have Composer installed globally, as explained in the installation chapter of the Composer documentation.

Then, enable the bundle by adding it to the list of registered bundles in the app/AppKernel.php file of your project:

    public function registerBundles() {
        $bundles = [
            // ...
            new WBW\Bundle\BootstrapBundle\WBWBootstrapBundle(),
            new WBW\Bundle\CoreBundle\WBWCoreBundle(),
            new WBW\Bundle\EDMBundle\WBWEDMBundle(),
            new WBW\Bundle\JQuery\DataTablesBundle\WBWJQueryDataTablesBundle(),
        ];

        // ...

        return $bundles;
    }

Usage

Read the documentation.

The following commands are available:

$ php bin/console wbw:edm:provider:list

Testing

To test the package, is better to clone this repository on your computer. Open a command console and execute the following commands to download the latest stable version of this package:

$ git clone https://github.com/webeweb/edm-bundle.git
$ cd edm-bundle
$ composer install

Once all required libraries are installed then do:

$ vendor/bin/phpunit

License

edm-bundle is released under the MIT License. See the bundled LICENSE file for details.

Donate

If you like this work, please consider donating at paypal.me