https://github.com/webeweb/edm-bundle
An Electronic Document Management for Symfony 2 and more
https://github.com/webeweb/edm-bundle
bundle document edm storage symfony webeweb
Last synced: about 1 month ago
JSON representation
An Electronic Document Management for Symfony 2 and more
- Host: GitHub
- URL: https://github.com/webeweb/edm-bundle
- Owner: webeweb
- License: mit
- Created: 2017-12-15T14:04:28.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-06-03T07:25:20.000Z (12 months ago)
- Last Synced: 2025-03-24T16:45:58.534Z (2 months ago)
- Topics: bundle, document, edm, storage, symfony, webeweb
- Language: PHP
- Homepage:
- Size: 2.28 MB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
edm-bundle
==========[](https://github.com/webeweb/edm-bundle/actions)
[](https://coveralls.io/github/webeweb/edm-bundle?branch=master)
[](https://packagist.org/packages/webeweb/edm-bundle)
[](./LICENSE)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](http://www.dropzonejs.com/)
- 460 SVG iconsIf you like this package, pay me a beer (or a coffee)
[](https://www.paypal.me/webeweb)## Compatibility
[](http://php.net)
[](http://php.net)## Installation
Open a command console, enter your project directory and execute the following
command to download the latest stable version of this package:```bash
composer require webeweb/edm-bundle
```This command requires you to have Composer installed globally, as explained in
the [installation chapter](https://getcomposer.org/doc/00-intro.md) 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:```php
public function registerBundles() {$bundles = [
// ...
new WBW\Bundle\EDMBundle\WBWEDMBundle(),
];return $bundles;
}
```## Usage
Read the [documentation](src/Resources/doc/index.md).
The following commands are available:
```bash
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:```bash
git clone https://github.com/webeweb/edm-bundle.git
cd edm-bundle
composer install
```Once all required libraries are installed then do:
```bash
vendor/bin/phpunit
```## License
`edm-bundle` is released under the MIT License. See the bundled [LICENSE](LICENSE)
file for details.## Donate
If you like this work, please consider donating at
[](https://www.paypal.me/webeweb)