An open API service indexing awesome lists of open source software.

https://github.com/skybluesofa/hashtagify

Um...make hashtags from strings
https://github.com/skybluesofa/hashtagify

Last synced: 3 months ago
JSON representation

Um...make hashtags from strings

Awesome Lists containing this project

README

        

[![Build Status](https://travis-ci.org/skybluesofa/hashtagify.svg?branch=master)](https://travis-ci.org/skybluesofa/hashtagify) [![Code Climate](https://codeclimate.com/github/skybluesofa/hashtagify/badges/gpa.svg)](https://codeclimate.com/github/skybluesofa/hashtagify) [![Test Coverage](https://codeclimate.com/github/skybluesofa/hashtagify/badges/coverage.svg)](https://codeclimate.com/github/skybluesofa/hashtagify/coverage) [![Total Downloads](https://img.shields.io/packagist/dt/skybluesofa/hashtagify.svg?style=flat)](https://packagist.org/packages/skybluesofa/hashtagify) [![Version](https://img.shields.io/packagist/v/skybluesofa/hashtagify.svg?style=flat)](https://packagist.org/packages/skybluesofa/hashtagify) [![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat)](LICENSE)

# hashtagify
Um...make hashtags from strings

## Usage:
You'll notice that these method names mirror the results that will be returned.

To generate lowercase hashtag:

```php

```

To generate uppercase hashtag:

```php

```

To generate camelcase hashtag:

```php

```

To generate Pascal case hashtag:

```php

```

To generate hashtag using same case as what was entered:

```php

```

To generate snake case hashtag with all words uppercased:

```php

```

To generate snake case hashtag with all words lowercased:

```php

```

To generate snake case hashtag with all words uppercased, except the first, which is lowercased:

```php

```