mirror of
https://github.com/pcsc-for-php/pcsc.git
synced 2026-08-08 21:09:26 +02:00
Copy/Paste fix
This commit is contained in:
parent
62b8e1e6d8
commit
4b2df9bae8
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
|
@ -176,11 +176,11 @@ array(7) {
|
|||
|
||||
Returns the response $apdu as string or FALSE.
|
||||
|
||||
# To do:
|
||||
## To do:
|
||||
|
||||
There is some stuff to do. Some things are important but some are not.
|
||||
|
||||
## Implement important missing PC/SC functions and write documentation:
|
||||
### Implement important missing PC/SC functions and write documentation:
|
||||
|
||||
* SCardBeginTransaction()
|
||||
* SCardEndTransaction()
|
||||
|
|
@ -188,14 +188,14 @@ There is some stuff to do. Some things are important but some are not.
|
|||
* SCardGetStatusChange()
|
||||
* Write complete API documentation
|
||||
|
||||
## Implement less important missing PC/SC functions:
|
||||
### Implement less important missing PC/SC functions:
|
||||
|
||||
* SCardGetAttrib()
|
||||
* SCardSetAttrib()
|
||||
* SCardListReaderGroups()
|
||||
* SCardReconnect()
|
||||
|
||||
## Goal:
|
||||
### Goal:
|
||||
|
||||
Completely implement the full API from [PC/SC API from PCSC-Lite](https://pcsclite.apdu.fr/api/group__API.html)
|
||||
|
||||
|
|
@ -203,7 +203,7 @@ Completely implement the full API from [PC/SC API from PCSC-Lite](https://pcscli
|
|||
|
||||
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.
|
||||
|
||||
# Credits
|
||||
## Credits
|
||||
|
||||
This extension was originally written in 2005 by Johann Dantant. In 2011 Johannes Findeisen took his code and updated it to work with the current PHP version. Johannes maintains the code to this day, but there have been some contributions from other people in the past. All people who have worked on extending or porting the "pcsc" extension are listed below in alphabetical order by their last name. Thanks to all!
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue