PHPackages                             bitandblack/hyphenizer-sdk-php - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. bitandblack/hyphenizer-sdk-php

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

bitandblack/hyphenizer-sdk-php
==============================

0.6.0(1mo ago)159↓29.2%2MITPHPPHP &gt;=8.2

Since Feb 24Pushed 1mo agoCompare

[ Source](https://github.com/BitAndBlack/hyphenizer-sdk-php)[ Packagist](https://packagist.org/packages/bitandblack/hyphenizer-sdk-php)[ Docs](https://www.hyphenizer.com)[ RSS](/packages/bitandblack-hyphenizer-sdk-php/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (48)Versions (12)Used By (2)

[![PHP from Packagist](https://camo.githubusercontent.com/3a3cffc508849935bb4a307b8c8e41598ea0ddcb572eba1f1def37d396ec3f65/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f626974616e64626c61636b2f68797068656e697a65722d73646b2d706870)](http://www.php.net)[![Total Downloads](https://camo.githubusercontent.com/4bf4e4c95fe98037dd4a18365ac3e4a077fa14fd7046474211097e23e37eea70/68747470733a2f2f706f7365722e707567782e6f72672f626974616e64626c61636b2f68797068656e697a65722d73646b2d7068702f646f776e6c6f616473)](https://packagist.org/packages/bitandblack/hyphenizer-sdk-php)[![License](https://camo.githubusercontent.com/e18b32a23abb65729ba0b106648afba79fc3b72f4a9bee89962900f59ff191d3/68747470733a2f2f706f7365722e707567782e6f72672f626974616e64626c61636b2f68797068656e697a65722d73646b2d7068702f6c6963656e7365)](https://packagist.org/packages/bitandblack/hyphenizer-sdk-php)

 [ ![Bit&Black Logo](https://camo.githubusercontent.com/6cd6b1b85b6247964059c5d9420aae54482ebf17afbaf5f08127bc49de5916f4/68747470733a2f2f7777772e626974616e64626c61636b2e636f6d2f6275696c642f696d616765732f426974416e64426c61636b2d4c6f676f2d46756c6c2e706e67) ](https://www.bitandblack.com)

Bit&amp;Black Hyphenizer SDK for PHP
====================================

[](#bitblack-hyphenizer-sdk-for-php)

Use the Bit&amp;Black Hyphenizer API in PHP to supercharge your typography.

Installation
------------

[](#installation)

This library is made for the use with [Composer](https://packagist.org/packages/bitandblack/hyphenizer-sdk-php). Add it to your project by running `$ composer require bitandblack/hyphenizer-sdk-php`.

Usage
-----

[](#usage)

First of all, make sure you have an API token to access the Hyphenizer API. You can create on under [www.hyphenizer.com](https://www.hyphenizer.com).

### Creating and using the client

[](#creating-and-using-the-client)

To communicate with the Hyphenizer API, the [`HyphenizerClient`](./src/HyphenizerClient.php) class can be used:

```
