davidepastore/codicefiscale-rest

A simple codice fiscale rest website based on Symfony.


Keywords
symfony, php, rest, code, tax, codice, fiscale, italian, italy, codicefiscale, rest-api, silex
License
GPL-2.0+

Documentation

codice-fiscale-rest

Latest version Build Status Coverage Status Quality Score Total Downloads PSR2 Conformance

A simple codice fiscale rest website based on Silex.

Installation

Install dependencies from package.json

npm install

Install dependencies from composer.json

composer install

Launch

To launch the application with the default port (8080), you can use the following command:

composer start

or alternatively you can edit the start script (under the scripts property) in the composer.json file, choosing the port that you prefer to use.

Test

$ vendor\bin\phpunit

Issues

If you have issues, just open one here.