Download the PHP package ci-hub/simple-rest-adapter-bundle without Composer
On this page you can find all versions of the php package ci-hub/simple-rest-adapter-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download ci-hub/simple-rest-adapter-bundle
More information about ci-hub/simple-rest-adapter-bundle
Files in ci-hub/simple-rest-adapter-bundle
Package simple-rest-adapter-bundle
Short Description Simple REST Adapter for Pimcore DataHub
License GPL-3.0-or-later
Homepage https://github.com/ci-hub-gmbh/SimpleRESTAdapterBundle
Informations about the package simple-rest-adapter-bundle
This bundle adds a simple read-only REST API endpoint to Pimcore DataHub for Assets and DataObjects. All exposed data can be configured, is indexed in Elasticsearch and delivered from there for better query performance and scalability.
Therefore, it can be used to connect Pimcore to other systems or to connect Front-End applications.
Features in a nutshell
- Configure a schema and expose data like with other DataHub adapters via Drag & Drop.
- All data gets indexed in Elasticsearch indices and delivered from there (no additional load on the database when accessing data via REST endpoints).
- Endpoint documentation and test via Swagger UI.
- Available endpoints:
- tree-items: Method to load all elements of a tree level with additional support for:
- paging
- filtering
- fulltext search
- ordering
- aggregations – provide possible values for fields to create filters
- search: Method to search for elements, returns elements of all types (no folder structures) with additional support for:
- paging
- filtering
- fulltext search
- ordering
- aggregations – provide possible values for fields to create filters
- get-element: Method to get one single element by type and ID.
- Endpoint security via bearer token that has to be sent as header with every request.
Further Information
- Installation & Bundle Configuration
- Endpoint Configuration Details
- Indexing Details
License
CI HUB GmbH, Benkertstrasse 4, 14467 Potsdam, Germany
ci-hub.com, [email protected]
Copyright © 2021 CI HUB GmbH. All rights reserved.
For licensing details please visit LICENSE.md
All versions of simple-rest-adapter-bundle with dependencies
ongr/elasticsearch-dsl Version ^7.0
pimcore/data-hub Version ^1.0
pimcore/pimcore Version ^10.0
symfony/messenger Version ^5.0
zircote/swagger-php Version ^3.0