heptacom / open-auth
A base package to provide contracts for open authentication interactions
Installs: 65 280
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 1
Open Issues: 0
Requires
- php: >=7.2
- psr/event-dispatcher: >=1
- psr/http-client: >=1
- psr/http-message: >=1
- symfony/options-resolver: >=3
Requires (Dev)
- dq5studios/psalm-junit: ^2.0
- ergebnis/composer-normalize: >=2.7
- friendsofphp/php-cs-fixer: >=2
- icanhazstring/composer-unused: >=0.7
- maglnet/composer-require-checker: >=2
- mavimo/phpstan-junit: ^0.3.0
- phpstan/extension-installer: >=1
- phpstan/phpstan: >=0.12
- phpstan/phpstan-deprecation-rules: >=0.12
- phpstan/phpstan-phpunit: >=0.12
- phpstan/phpstan-strict-rules: >=0.12
- vimeo/psalm: >=3
Suggests
- symfony/http-kernel: >=3.4
Conflicts
- nikic/php-parser: 4.7.0
README
This is part of HEPTACOM solutions for medium and large enterprises.
Description
This repository is a base package that provides contracts and base classes for user interacte open auth usage and API client generation.
It is developed to connect heptacom/shopware-platform-admin-open-auth and heptacom/heptaconnect.
System requirements
- PHP 7.2 or above
Additional development requirements
- Make
Contributing
Thank you for considering contributing to this package! Be sure to sign the CLA after creating the pull request.
Steps to contribute
- Fork the repository
git clone yourname/heptacom-open-auth
- Make your changes to master branch
- Check and fix code style
make csfix && make cs
- Create your Pull-Request
License
Copyright 2020 HEPTACOM GmbH
Licensed under the GNU Affero General Public License v3.0 (the "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.