https://github.com/hiqdev/php-confirmator
Library for confirmation tokens
https://github.com/hiqdev/php-confirmator
hacktoberfest
Last synced: 12 months ago
JSON representation
Library for confirmation tokens
- Host: GitHub
- URL: https://github.com/hiqdev/php-confirmator
- Owner: hiqdev
- License: bsd-3-clause
- Created: 2016-10-12T16:17:22.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-05-26T06:23:02.000Z (about 4 years ago)
- Last Synced: 2024-11-13T03:51:41.657Z (over 1 year ago)
- Topics: hacktoberfest
- Language: PHP
- Size: 34.2 KB
- Stars: 5
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# PHP Confirmator
**Library for confirmation tokens**
[](https://packagist.org/packages/hiqdev/php-confirmator)
[](https://packagist.org/packages/hiqdev/php-confirmator)
[](https://travis-ci.org/hiqdev/php-confirmator)
[](https://scrutinizer-ci.com/g/hiqdev/php-confirmator/)
[](https://scrutinizer-ci.com/g/hiqdev/php-confirmator/)
This package provides simple library for confirmation tokens.
## Installation
The preferred way to install this library is through [composer](http://getcomposer.org/download/).
Either run
```sh
php composer.phar require "hiqdev/php-confirmator"
```
or add
```json
"hiqdev/php-confirmator": "*"
```
to the require section of your composer.json.
## License
This project is released under the terms of the BSD-3-Clause [license](LICENSE).
Read more [here](http://choosealicense.com/licenses/bsd-3-clause).
Copyright © 2016-2017, HiQDev (http://hiqdev.com/)