PHP code example of m3m0r7 / nfc-for-php

1. Go to this page and download the library: Download m3m0r7/nfc-for-php library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

m3m0r7 / nfc-for-php example snippets


$ composer 

$ cd /path/to/nfc-for-php
$ php examples/nfc-poll-simple.php

$ composer 

$ cd /path/to/nfc-for-php
$ php examples/rcs380-nfc-poll-simple.php

./vendor/bin/nfc start -E /path/to/events.php

./vendor/bin/nfc start -E ./vendor/m3m0r7/nfc-for-php/examples/event-manager.php