Download the PHP package ec/eu-access-client without Composer
On this page you can find all versions of the php package ec/eu-access-client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download ec/eu-access-client
More information about ec/eu-access-client
Files in ec/eu-access-client
Download ec/eu-access-client
More information about ec/eu-access-client
Files in ec/eu-access-client
Vendor ec
Package eu-access-client
Short Description EU Access Users API
License GPL-3.0-or-later
Homepage https://packagist.org/packages/ec/eu-access-client
Package eu-access-client
Short Description EU Access Users API
License GPL-3.0-or-later
Homepage https://packagist.org/packages/ec/eu-access-client
Please rate this library. Is it a good library?
Informations about the package eu-access-client
OpenAPIClient-php
EU Access Users API
Installation & Usage
Requirements
PHP 7.4 and later. Should also work with PHP 8.0.
Composer
To install the bindings via Composer, add the following to composer.json
:
Then run composer install
Manual Installation
Download the files and include autoload.php
:
Getting Started
Please follow the installation procedure and then run the following:
API Endpoints
All URIs are relative to https://eu-access-admin-int-host:14222/eu-access/admin-int/usersData
Class | Method | HTTP request | Description |
---|---|---|---|
AttributesApi | createAttributeValue | POST /v1.0/attributes | Create a new attribute for the user identity |
AttributesApi | deleteAttributeValue | DELETE /v1.0/attributes/{attributeId} | Deletes an attribute profile |
AttributesApi | getAttributeKeyList | GET /v1.0/attributes/keys | Get the attributes business codes |
AttributesApi | getAttributeValue | GET /v1.0/attributes/{attributeId} | Get the attribute with the given id |
AttributesApi | getAttributes | GET /v1.0/attributes | Get all attributes for an user identity |
AttributesApi | updateAttributeValue | PUT /v1.0/attributes/{attributeId} | Update the attribute value with the given id |
IdentitiesApi | createUserIdentity | POST /v1.0/identities | Create an identity for the actor |
IdentitiesApi | deleteIdentity | DELETE /v1.0/identities/{identityId} | Deletes an identity |
IdentitiesApi | getUserIdentities | GET /v1.0/identities | Get user identities |
IdentitiesApi | getUserIdentity | GET /v1.0/identities/{identityId} | Get the details of the user identity |
ProfileAssignmentsApi | createProfileAssignment | POST /v1.0/profileAssignments | Create a profile assignment for an identity |
ProfileAssignmentsApi | deleteProfileAssignment | DELETE /v1.0/profileAssignments/{profileAssignmentId} | Deletes a profile assignment |
ProfileAssignmentsApi | getProfileAssignment | GET /v1.0/profileAssignments/{profileAssignmentId} | Get the profile assignment with the given id |
ProfileAssignmentsApi | getProfileAssignments | GET /v1.0/profileAssignments | Get profile assignments for the given identity id |
ProfileAssignmentsApi | updateProfileAssignment | PUT /v1.0/profileAssignments/{profileAssignmentId} | Update a profile assignment with the given id |
UsersApi | createNaturalUser | POST /v1.0/users | Create an user as natural person |
UsersApi | getListOfUsers | GET /v1.0/users | Get list of users |
Models
- Attribute
- AttributeCreateRequest
- AttributeCreateRequestAllOf
- AttributeId
- AttributeKeyName
- AttributeUpdateRequest
- ErrorMessage
- ErrorType
- Identity
- IdentityBase
- IdentityCreateRequest
- IdentityId
- ProfileAssignment
- ProfileAssignmentCreateRequest
- ProfileAssignmentId
- ProfileAssignmentUpdateRequest
- QaaLevel
- ScopedProfile
- TypeOfPerson
- User
- UserBase
- UserCreateRequest
- UserCreateRequestAllOf
- UserId
Authorization
All endpoints do not require authorization.
Tests
To run the tests, use:
Author
About this package
This PHP package is automatically generated by the OpenAPI Generator project:
- API version:
1.0
- Build package:
org.openapitools.codegen.languages.PhpClientCodegen
All versions of eu-access-client with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.4 || ^8.0
ext-curl Version *
ext-json Version *
ext-mbstring Version *
guzzlehttp/guzzle Version ^7.3
guzzlehttp/psr7 Version ^1.7 || ^2.0
ext-curl Version *
ext-json Version *
ext-mbstring Version *
guzzlehttp/guzzle Version ^7.3
guzzlehttp/psr7 Version ^1.7 || ^2.0
The package ec/eu-access-client contains the following files
Loading the files please wait ....