webeweb / edm-bundle
An Electronic Document Management for Symfony 2 and more
Installs: 666
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 3
Forks: 2
Open Issues: 0
Type:symfony-bundle
Requires
- php: ^5.6|^7.0
- ext-zip: *
- doctrine/orm: ^2.2
- symfony/asset: ^2.8|^3.0|^4.0
- symfony/form: ^2.8|^3.0|^4.0
- symfony/framework-bundle: ^2.8|^3.0|^4.0
- symfony/translation: ^2.8|^3.0|^4.0
- twig/twig: ^1.0||^2.0
- webeweb/bootstrap-bundle: ^1.7
- webeweb/core-library: ^5.0
Requires (Dev)
- doctrine/doctrine-bundle: ^1.0
- phpunit/phpunit: 5.7.*|^7.0
- sensio/framework-extra-bundle: ^2.8|^3.0|^4.0
- symfony/browser-kit: ^2.8|^3.0|^4.0
- symfony/css-selector: ^2.8|^3.0|^4.0
- symfony/monolog-bundle: ^2.8|^3.0|^4.0
- symfony/security-bundle: ^2.8|^3.0|^4.0
- symfony/templating: ^2.8|^3.0|^4.0
- symfony/twig-bundle: ^2.8|^3.0|^4.0
- symfony/validator: ^2.8|^3.0|^4.0
This package is auto-updated.
Last update: 2024-11-03 08:17:50 UTC
README
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:
- Dropzone 5.9.3
- 460 SVG icons
If you like this package, pay me a beer (or a coffee)
Compatibility
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\EDMBundle\WBWEDMBundle(), ]; 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.