A PHP 7.1+ API to parse data from autenticacao.gov.pt service. Autenticação Gov, such as the 'Chave Móvel Digital' (CMD), allows you to perform services and access the portals of various public and private entities, from business sectors such as Banking, Telecommunications, Energy, Health, Tourism, among others.
Library can be installed using Composer like so:
$ composer require dipcode/authentication-govStart by cloning the repo:
$ git clone https://github.com/dipcode-software/authentication-gov.git
$ cd authentication-govInstall the composer dependencies:
$ composer installTo run tests, unit and style tests, just run:
$ composer testLargely PSR-2 compliant:
https://raw.githubusercontent.com/php-fig/fig-standards/master/accepted/PSR-2-coding-style-guide.md