Updated README
This commit is contained in:
parent
60c0201bc6
commit
a0de82967e
1 changed files with 21 additions and 1 deletions
22
README.md
22
README.md
|
@ -1 +1,21 @@
|
|||
please see https://portal.areyouahuman.com/installation/php
|
||||
Are You a Human? PHP Bundle
|
||||
===========================
|
||||
|
||||
CAPTCHA replacement and pre-roll enhancer that make people smile. :)
|
||||
|
||||
PlayThru replaces online annoyances like CAPTCHA and pre-roll video ads with
|
||||
games people love. It’s the fun way to earn revenue for your site while keeping
|
||||
your users happy.
|
||||
|
||||
## Usage
|
||||
|
||||
$ayah = new AYAH([
|
||||
'publisher_key' => '...',
|
||||
'scoring_key' => '...',
|
||||
]);
|
||||
|
||||
echo $ayah->getPublisherHTML();
|
||||
|
||||
More information can be found in the [official documentation][docs]
|
||||
|
||||
[docs]: https://portal.areyouahuman.com/installation/php
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue