BasicApplicationAbstract

Subclass for any Application that authenticates with a static credential.

use Hanaboso\PipesPhpSdk\Authorization\Base\Basic\BasicApplicationAbstract;

Inheritance #

ApplicationAbstract -> BasicApplicationAbstract (implements BasicApplicationInterface)

Methods you implement #

Inherited from ApplicationAbstract: getName, getPublicName, getDescription, getFormStack, getRequestDto.

BasicApplicationAbstract adds no new abstract methods. Its role is to mark the auth flavour for the platform and to declare BasicApplicationInterface.

Conventions #

  • Read credentials from $install->getSettings()['authorization_form'].
  • Declare auth fields in a form keyed authorization_form so the Admin UI surfaces them in the right tab.

See also #

© 2025 Orchesty Solutions. All rights reserved.