> For the complete documentation index, see [llms.txt](https://framework.deep-web-solutions.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://framework.deep-web-solutions.com/helpers-module/how-to-use.md).

# How to use

The module is available for free installation through [Composer](/key-concepts-and-dev-tools/dependency-management-composer.md) [on Packagist](https://packagist.org/packages/deep-web-solutions/wp-framework-helpers).

There is no special way of using the helpers. They're simple static methods. The best documentation is simply to [browse the code on GitHub](https://github.com/deep-web-solutions/wordpress-framework-helpers/tree/master/src/includes) and, if you need more examples, to [browse the tests on GitHub](https://github.com/deep-web-solutions/wordpress-framework-helpers/tree/master/tests).

{% hint style="info" %}
It might be worthwhile to look over all the snippets at least once. There's not that many of them and even a lingering thought of certain functionalities being pre-implemented can help if you need them later on during your projects.
{% endhint %}
