PHPackages                             usu/codice-fiscale - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. usu/codice-fiscale

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

usu/codice-fiscale
==================

A library to calculate and check the validity of the italian fiscal code (codice fiscale)

v1.0.4(11y ago)23170.9k—3.9%13[3 issues](https://github.com/andreausu/CodiceFiscale/issues)[1 PRs](https://github.com/andreausu/CodiceFiscale/pulls)1MITPHPPHP &gt;=5.4.0

Since Mar 11Pushed 5y ago2 watchersCompare

[ Source](https://github.com/andreausu/CodiceFiscale)[ Packagist](https://packagist.org/packages/usu/codice-fiscale)[ Docs](http://andreausu.github.com/CodiceFiscale)[ RSS](/packages/usu-codice-fiscale/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (6)Dependencies (1)Versions (12)Used By (1)

CodiceFiscale
=============

[](#codicefiscale)

A library to calculate and check the validity of the italian fiscal code (codice fiscale).

[![Build Status](https://camo.githubusercontent.com/c91a763560af6bf91a14d007fb761901d416ef5814d4bfe479caab28639b6b25/68747470733a2f2f7472617669732d63692e6f72672f616e647265617573752f436f6469636546697363616c652e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/andreausu/CodiceFiscale) [![Latest Stable Version](https://camo.githubusercontent.com/5f2ad96ca31da5f0e203da010b804fb837fc045d1754dd1807dcc0b886274762/68747470733a2f2f706f7365722e707567782e6f72672f7573752f636f646963652d66697363616c652f762f737461626c652e737667)](https://packagist.org/packages/usu/codice-fiscale) [![Total Downloads](https://camo.githubusercontent.com/04b48f3dd65497d44f1a4a0f77cb3c7fb820f4c7ed79911b68451e89a5692d5c/68747470733a2f2f706f7365722e707567782e6f72672f7573752f636f646963652d66697363616c652f646f776e6c6f6164732e737667)](https://packagist.org/packages/usu/codice-fiscale) [![License](https://camo.githubusercontent.com/ef5c7871fe7ecfb4312e17a6150c1db83653b78f3e529191888b320c7338b32f/68747470733a2f2f706f7365722e707567782e6f72672f7573752f636f646963652d66697363616c652f6c6963656e73652e737667)](https://packagist.org/packages/usu/codice-fiscale)

Requirements
------------

[](#requirements)

- php &gt;= 5.4

Installation
------------

[](#installation)

Create a composer.json file with the following content:

```
{
    "require": {
        "usu/codice-fiscale": "1.0.*"
    }
}
```

Then run

```
$ curl -s https://getcomposer.org/installer | php
$ php composer.phar install
```

You should now have CodiceFiscale installed inside your vendor folder: *vendor/usu/codice-fiscale*

And an handy autoload file to include in you project: *vendor/autoload.php*

How to use
----------

[](#how-to-use)

```
