cleverage / eav-manager
Blazing fast data modeling and enrichment
Installs: 18 546
Dependents: 1
Suggesters: 0
Security: 0
Stars: 22
Watchers: 8
Forks: 11
Open Issues: 69
Language:JavaScript
Requires
- php: >=7.1
- cleverage/permission-bundle: 1.0.*
- liip/imagine-bundle: ~1.7|~2.0
- sidus/admin-bundle: ^3.0|dev-v3.0-dev
- sidus/base-serializer-bundle: 1.0.*
- sidus/eav-bootstrap-bundle: ^2.1|dev-v2.1-dev
- sidus/eav-filter-bundle: ^2.1|dev-v2.1-dev
- sidus/eav-model-bundle: ^1.3|dev-v1.3-dev
- sidus/file-upload-bundle: ^1.2|dev-v1.2-dev
- symfony/symfony: ~3.3|~4.0
- thomaspark/bootswatch: ~3.3.7
- dev-v3.0-dev
- v3.0.11
- v3.0.10
- v3.0.9
- v3.0.8
- v3.0.7
- v3.0.6
- v3.0.5
- v3.0.4
- v3.0.3
- v3.0.2
- v3.0.1
- v3.0.0
- v2.1.9
- v2.1.8
- v2.1.7
- v2.1.6
- v2.1.5
- v2.1.4
- v2.1.3
- v2.1.2
- v2.1.1
- v2.1.0
- v2.0.6
- v2.0.5
- v2.0.4
- v2.0.3
- v2.0.2
- v2.0.1
- v2.0.0
- v1.3.11
- v1.3.10
- v1.3.9
- v1.3.8
- v1.3.7
- v1.3.6
- v1.3.5
- v1.3.4
- v1.3.3
- v1.3.2
- v1.3.1
- v1.3.0
- v1.2.9
- v1.2.8
- v1.2.7
- v1.2.6
- v1.2.5
- v1.2.4
- v1.2.3
- v1.2.2
- v1.2.1
- v1.2.0
- v1.1.8
- v1.1.7
- v1.1.6
- v1.1.5
- v1.1.4
- v1.1.3
- v1.1.2
- v1.1.1
- v1.1.0
- dev-v2.1-stable
- dev-v3.0-jk
- dev-v2.0-stable
- dev-v2.0-dev
- dev-api-normalizer-fix
- dev-fix_user_creation_form
- dev-feature/process-bundle-compatibility
- dev-v1.3-dev
- dev-feature/coreui
- dev-v1.3-stable
- dev-v1.2.0-RC
- dev-v1.2.x-dev
- dev-v1.1.x-dev
This package is auto-updated.
Last update: 2024-10-11 08:02:02 UTC
README
What's inside?
The "EAV Manager" or "Clever Data Manager" (CDM) is an extensive set of tools designed to build business-oriented data repositories in Symfony.
It consists of several bundles put together to speed-up data modeling, data transformation and user interface development.
Philosophy
The CDM was designed using the same philosophy than the Symfony framework, using many small independent "bricks" that provide simple but easily extendable features.
We didn't want to create a full-stack solution with a huge coupling between its components but instead focus on keeping things simple and reusable.
Installation
Either use the EAVManager starter kit or follow these steps:
Components
To understand the various configurations needed in order to create a full-scale application using this bundle, you need to take a look at the inner components under the hood:
Configuration
You need to check several different bundle documentation that are stored in different places:
Only the checked entries are completed.
- EAV Model documentation
- Process bundle documentation
- EAV bootstrap extension
- Admin configuration
- DataGrid configuration
- Filter configuration
- EAV Filter configuration
- File upload configuration
- Base Bundle
Cookbooks
Only the checked entries are completed.
Basics
Data management
Internationalization
Going further
Customizing
- Custom actions
- Custom attribute type
- Custom autocomplete
- Custom datagrid
- Custom datagrid filters
- Custom EAV Queries
- Custom JS and CSS