davidepastore / codicefiscale-rest
This package is abandoned and no longer maintained.
The author suggests using the davidepastore/codice-fiscale-rest package instead.
A simple codice fiscale rest website based on Symfony.
v0.5.0
2021-05-29 17:15 UTC
Requires
- php: >=7.2.5
- ext-ctype: *
- ext-iconv: *
- davidepastore/codice-fiscale: ^0.8.0
- doctrine/annotations: ^1.13
- nelmio/cors-bundle: ^2.1
- symfony/console: 5.2.*
- symfony/dotenv: 5.2.*
- symfony/flex: ^1.3.1
- symfony/framework-bundle: 5.2.*
- symfony/twig-bundle: 5.2.*
- symfony/validator: 5.2.*
- symfony/webpack-encore-bundle: ^1.11
- symfony/yaml: 5.2.*
- twig/extra-bundle: ^2.12|^3.0
- twig/twig: ^2.12|^3.0
Requires (Dev)
- phpunit/phpunit: ^9.5
- scrutinizer/ocular: ^1.8
- symfony/browser-kit: ^5.2
- symfony/css-selector: ^5.2
- symfony/phpunit-bridge: ^5.2
Conflicts
Replaces
README
A simple codice fiscale rest website based on Symfony.
Installation
Install dependencies from package.json
npm install
Compile assets
npm run dev
Install dependencies from composer.json
composer install
Launch
To launch the application, you can use the following command:
symfony server:start
Test
$ vendor\bin\phpunit
Issues
If you have issues, just open one here.