Skip to content

Commit

Permalink
Merge pull request #81 from fingerprintjs/docs/readme-policies
Browse files Browse the repository at this point in the history
docs(readme): comply new policy template
  • Loading branch information
Orkuncakilkaya committed Dec 12, 2023
2 parents ad9f0a4 + e17f44d commit d2d09a9
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 7 deletions.
23 changes: 20 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,20 @@ This PHP package is automatically generated by the [Swagger Codegen](https://git

## Requirements

PHP 7.1 and later.
This library supports the following PHP implementations:

- PHP 7.1
- PHP 7.2
- PHP 7.3
- PHP 7.4
- PHP 8.0
- PHP 8.1
- PHP 8.2

We currently don't support external PHP Runtimes like:

- Bref
- ReactPHP

## Installation & Usage
### Composer
Expand Down Expand Up @@ -267,7 +280,11 @@ composer install
./vendor/bin/phpunit
```

## Author
## Support

To report problems, ask questions or provide feedback, please use [Issues](https://github.com/fingerprintjs/fingerprint-pro-server-api-php-sdk/issues).
If you need private support, you can email us at [oss-support@fingerprint.com](mailto:oss-support@fingerprint.com).

support@fingerprint.com
## License

This project is licensed under the [MIT License](https://github.com/fingerprintjs/fingerprint-pro-server-api-php-sdk/blob/main/LICENSE).
24 changes: 20 additions & 4 deletions template/README.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,20 @@ This PHP package is automatically generated by the [Swagger Codegen](https://git

## Requirements

PHP 7.1 and later.
This library supports the following PHP implementations:

- PHP 7.1
- PHP 7.2
- PHP 7.3
- PHP 7.4
- PHP 8.0
- PHP 8.1
- PHP 8.2

We currently don't support external PHP Runtimes like:

- Bref
- ReactPHP

## Installation & Usage
### Composer
Expand Down Expand Up @@ -209,8 +222,11 @@ composer install
./vendor/bin/phpunit
```

## Author
## Support

To report problems, ask questions or provide feedback, please use [Issues](https://github.com/fingerprintjs/fingerprint-pro-server-api-php-sdk/issues).
If you need private support, you can email us at [oss-support@fingerprint.com](mailto:oss-support@fingerprint.com).

{{#apiInfo}}{{#apis}}{{^hasMore}}{{infoEmail}}
{{/hasMore}}{{/apis}}{{/apiInfo}}
## License

This project is licensed under the [MIT License](https://github.com/fingerprintjs/fingerprint-pro-server-api-php-sdk/blob/main/LICENSE).

0 comments on commit d2d09a9

Please sign in to comment.