From 0ca2f36be95c7fbdcf644b87cff7d6c6e658ecb4 Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Mon, 8 Feb 2021 21:42:20 +0100 Subject: [PATCH] Small README update; Added Calvin Buckley to CREDITS --- CREDITS | 2 +- README.md | 17 +---------------- 2 files changed, 2 insertions(+), 17 deletions(-) diff --git a/CREDITS b/CREDITS index c5f957a..6f9c6d2 100644 --- a/CREDITS +++ b/CREDITS @@ -1,2 +1,2 @@ pcsc -Johann Dantant, Johannes Findeisen, Marco Schuster +Johann Dantant, Johannes Findeisen, Marco Schuster, Calvin Buckley diff --git a/README.md b/README.md index 0c44ffe..419fbf2 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,6 @@ -

Notes

- -

This code does not work with version 7 of PHP! Currently I am not able to fix this. If you want to take over development or submit patches it is very welcome... Please contact me if you are interested.

- -

I do not write PHP code since many years so it would be great to find a maintainer for this code.

-

About

-

This is the only extension for using PC/SC based smart cards with PHP5. It is a wrapper to the wonderful and free project by Ludovic Rousseau, PCSC-Lite, which is the middleware to access a smart card using SCard API (PC/SC). Since PCSC-Lite is compatible to the winscard API it should be possible to compile this extension using a Windows(R) operating system. Currently I only take focus on Linux environments.

+

This is the only extension for using PC/SC based smart cards with PHP. It is a wrapper to the wonderful and free project by Ludovic Rousseau, PCSC-Lite, which is the middleware to access a smart card using SCard API (PC/SC). Since PCSC-Lite is compatible to the winscard API it should be possible to compile this extension using a Windows(R) operating system. Currently I only take focus on Linux environments.

Thanks are going to Johann Dantant! He provides a PC/SC extension for PHP since 2005 and I reused some of his code. He allowed me to relicense these parts under the terms of the PHP license so I could integrate PCSC-Lite natively into PHP.

@@ -95,15 +89,6 @@ make install
svn checkout http://svn.php.net/repository/pecl/pcsc/trunk pcsc
- -

License

This code is licensed under the terms of the PHP License version 3.01. PCSC-Lite is licensed in a way where it is possible to integrate it native in the PHP environment.