Download the PHP package heptacom/heptaconnect-package-web-frontend without Composer
On this page you can find all versions of the php package heptacom/heptaconnect-package-web-frontend. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download heptacom/heptaconnect-package-web-frontend
More information about heptacom/heptaconnect-package-web-frontend
Files in heptacom/heptaconnect-package-web-frontend
Package heptaconnect-package-web-frontend
Short Description HEPTAconnect Package for Web Frontend
License AGPL-3.0-or-later proprietary
Homepage https://heptaconnect.io
Informations about the package heptaconnect-package-web-frontend
Web Frontend Package
This is part of HEPTACOM solutions for medium and large enterprises.
Description
This is a HEPTAconnect package to build web frontends for portals and integrations. Read more in the documentation.
Features
Twig
Build web page using Twig templates. Twig provides a basic infrastructure for replacements and extensibility by portals, extensions and other packages.
Bootstrap
A basic page structure is provided with a topbar, sidebar, main content area and notifications. The page is built using Bootstrap. It supports automatic and manual dark mode.
Themes
Packages can provide custom assets, templates and influence each other to allow full customization to build your own web page.
Access protection
All paths handled using the UiHandlerContract
are protected by default.
You can make exceptions and make publicly available pages.
Logins can be achieved using different provided functionalities: one time login, htpasswd-alike user storage, custom authentication backends.
More
- Cookie based browser sessions
- Notification
- Error handling
- Debugging
Configurable Feature Separation
A lot of features can be configured and disabled to ensure you can build your application instead of adapting yourself to the application. Read more about the configuration in our documentation.
System requirements
- PHP 8.0 or above
Changelog
See the attached CHANGELOG.md file for a complete version history and release notes.
Additional development requirements
- Make
- Any debugging/coverage php extension like xdebug or pcov
Contributing
Thank you for considering contributing to this package! Be sure to sign the
Steps to contribute
- Fork the repository
git clone yourname/heptaconnect-package-web-frontend
- Make your changes to master branch
- Create your Pull-Request
Check your changes
- Check and fix code style
make cs-fix && make cs
- Check tests
make test
- Check whether test code coverage is same or higher
make coverage
- Check whether tests can find future obscurities
make infection
License
Copyright 2020 HEPTACOM GmbH
Dual licensed under the GNU Affero General Public License v3.0 (the "License") and proprietary license; you may not use this project except in compliance with the License. You may obtain a copy of the AGPL License at https://spdx.org/licenses/AGPL-3.0-or-later.html. Contact us on our website for further information about proprietary usage.
All versions of heptaconnect-package-web-frontend with dependencies
ext-filter Version *
ext-json Version *
ext-mbstring Version *
bentools/iterable-functions Version >=1.4 <2
heptacom/heptaconnect-dataset-base Version ^0.9.0
heptacom/heptaconnect-portal-base Version ^0.9.6
psr/http-factory Version ^1.0
psr/http-message Version ^1.0 || ^2.0
psr/http-server-handler Version ^1.0
psr/http-server-middleware Version ^1.0
psr/simple-cache Version ^1.0
symfony/config Version ^5.0 || ^6.0
symfony/dependency-injection Version ^5.0 || ^6.0
symfony/error-handler Version ^5.0 || ^6.0
twig/string-extra Version ^3.0
twig/twig Version ^3.0