---
title: "Apply License in PHP"
---


## Aspose.Words - Apply License

To set license of Aspose.Words Java in php, simply invoke the setLicense() method of License class.

**Php Code**

{{< highlight csharp >}}
 $license = new Java('com.aspose.words.License');
$license->setLicense("Aspose.Words.lic");
{{< /highlight >}}

## Download Running Code

Download **Apply License (Aspose.Words)** from any of the below mentioned social coding sites:

- [GitHub](https://github.com/aspose-words/Aspose.Words-for-Java/blob/master/Plugins/Aspose_Words_Java_for_PHP/src/quickstart/applylicense/php/ApplyLicense.php)
