---
title: "Hello World in PHP"
---

## Aspose.Words - Hello World

To Write anything in the Word Document using Aspose.Words for Java in Php, simply invoke writeIn method of DocumenBuilder class.

**Php Code**

```csharp
 $builderBoject = new Java("com.aspose.words.DocumentBuilder",$documentObject);

 // Write a new paragraph in the document with the text "Hello World!"
 $builderBoject->writeln("Hello World!");
```

## Download Running Code

Download **Hello World (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/helloworld/php/HelloWorld.php)
