Skip to content

dipcode-software/authentication-gov

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Autenticação Gov - PHP API

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.

License

Instalation

Library can be installed using Composer like so:

$ composer require dipcode/authentication-gov

Starting development

Start by cloning the repo:

$ git clone https://github.com/dipcode-software/authentication-gov.git
$ cd authentication-gov

Install the composer dependencies:

$ composer install

Running the tests

To run tests, unit and style tests, just run:

$ composer test

Coding Style

Largely PSR-2 compliant:

https://raw.githubusercontent.com/php-fig/fig-standards/master/accepted/PSR-2-coding-style-guide.md