README 1.4 KB

12345678910111213141516171819202122232425262728293031323334
  1. php-u2flib-server
  2. -----------------
  3. image:https://travis-ci.org/Yubico/php-u2flib-server.svg?branch=master["Build Status", link="https://travis-ci.org/Yubico/php-u2flib-server"]
  4. image:https://coveralls.io/repos/Yubico/php-u2flib-server/badge.svg?branch=master&service=github["Coverage", link="https://coveralls.io/github/Yubico/php-u2flib-server?branch=master"]
  5. image:https://scrutinizer-ci.com/g/Yubico/php-u2flib-server/badges/quality-score.png?b=master["Scrutinizer Code Quality", link="https://scrutinizer-ci.com/g/Yubico/php-u2flib-server/?branch=master"]
  6. === Introduction ===
  7. Serverside U2F library for PHP. Provides functionality for registering
  8. tokens and authentication with said tokens.
  9. To read more about U2F and how to use a U2F library, visit
  10. link:http://developers.yubico.com/U2F[developers.yubico.com/U2F].
  11. === License ===
  12. The project is licensed under a BSD license. See the file COPYING for
  13. exact wording. For any copyright year range specified as YYYY-ZZZZ in
  14. this package note that the range specifies every single year in that
  15. closed interval.
  16. === Dependencies ===
  17. The only dependency is the openssl extension to PHP that has to be enabled.
  18. A composer.json is included in the distribution to make things simpler for
  19. other project using composer.
  20. === Tests ===
  21. To run the test suite link:https://phpunit.de[PHPUnit] is required. To run it, type:
  22. $ phpunit