> ## Documentation Index
> Fetch the complete documentation index at: https://docs.commentify.pro/llms.txt
> Use this file to discover all available pages before exploring further.

# Licensing

> Personal, Business, and Forever licenses. Composer auth at install, no runtime DRM.

Buy Commentify Pro on [Anystack](https://checkout.anystack.sh/commentify-pro). After payment you get Composer credentials for `https://commentify.composer.sh`.

The React and Vue SDKs travel **inside** the Composer package. One license covers PHP and JavaScript. There is nothing to install from the public npm registry.

## What a license is not

* Not a runtime license server. Composer authenticates when you `require` / `update`. Page requests do not phone home.
* Not a restriction on the MIT core package. `usamamuneerchaudhary/commentify` stays free.

## Install-time auth

```bash theme={null}
composer config repositories.commentify-pro composer https://commentify.composer.sh
composer require usamamuneerchaudhary/commentify-pro
```

Store credentials in `auth.json` (gitignored) or the project's Composer config — never commit license keys.

## Support

Email [hello@usamamuneer.me](mailto:hello@usamamuneer.me). Refund terms are on the Anystack checkout page (7-day refund if you have not shipped to production).

## Live demo

Evaluate on [commentify.pro](https://commentify.pro) before you buy. The playground, stacks, and Filament admin on that site run the same packages these docs describe.
