Download the PHP package artox-lab/clarc-bundle without Composer
On this page you can find all versions of the php package artox-lab/clarc-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package clarc-bundle
Installation
Applications that use Symfony Flex
Open a command console, enter your project directory and execute:
Applications that don't use Symfony Flex
Step 1: Download the Bundle
Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:
This command requires you to have Composer installed globally, as explained in the installation chapter of the Composer documentation.
Step 2: Enable the Bundle
Then, enable the bundle by adding it to the list of registered bundles
in the config/bundles.php
file of your project:
Step 3: Configuration
Configure bundle
Security
How to setup API endpoint
-
Add to your project routes file
config/routes.yaml
- Setup firewall and access control in
config/packages/security.yaml
Note: If you have more than one authenticator - do the setup for each one
How to use RBAC
- Setup roles and permissions in config
config/packages/artox_lab_clarc.yaml
- Require
ArtoxLab\Bundle\ClarcBundle\Core\Entity\Security\AuthorizationChecker
in your use case / controller - Check user permission
Navigation
-
Setup config
-
Add routes
-
Secure routes
- Call API
GET /user/navigations
with authentication
Learn more
- Messaging between services
All versions of clarc-bundle with dependencies
ext-json Version *
doctrine/annotations Version ^1.12|^2.0
google/protobuf Version ^3.3
league/fractal Version ^0.20
liip/monitor-bundle Version ^2.16
pagerfanta/pagerfanta Version ^3.0
symfony-bundles/json-request-bundle Version ^4.0
symfony/framework-bundle Version ^5.4 || ^6.0 || ^7.0
symfony/messenger Version ^5.4 || ^6.0 || ^7.0
symfony/security-bundle Version ^5.4 || ^6.0 || ^7.0
symfony/translation Version ^5.4 || ^6.0 || ^7.0
symfony/validator Version ^5.4 || ^6.0 || ^7.0