Urlify Versions Save

A fast PHP slug generator and transliteration library that converts non-ascii characters for use in URLs.

1.2.4-stable

1 year ago
  • Updated voku/portable-ascii dependency to ^2.0 to fix Laravel 9 compatibility - thanks @madman-81!

1.2.3-stable

2 years ago
  • Migrated CI from travis-ci to GitHub Actions
  • Updated test fixtures
  • Updated composer description and dependency versions
  • Added badges to readme

1.2.2-stable

3 years ago
  • Added URLify::slug() method with simplified options as a wrapper around URLify::filter().
  • Readme updates

1.2.1-stable

3 years ago
  • Fixed tests broken from changes in voku/portable-ascii
  • Strip additional dev files from releases - thanks @Tobion!
  • Now requires PHP 7.2+ to match PHPUnit
  • Fixed missing autoloader include in command line scripts
  • Readme updates

1.2.0-stable

4 years ago
  • Using voku/portable-ascii performance optimized ascii string function library
  • Stop word support for multiple languages (disabled by default)
  • Currency symbol support
  • Support for more unicode characters
  • Removed support for PHP versions before 7.0

Thanks to @voku for the improvements!

1.1.3-stable

4 years ago
  • Fixed issue with / character being added via add_chars()
  • Fixed Vietnamese language code
  • Fixed potential duplicate word issue
  • Removed HHVM from testing and added newer PHP versions to automated tests

Thanks to @pincombe, @scorp13, and @cbj4074 for the fixes!

1.1.2-stable

5 years ago

Added Slovak characters, moved PHPUnit to dev dependencies, updated README.

1.1.1-stable

5 years ago

Corrected license identifier in composer.json, minor install instruction edits.

1.1.0-stable

7 years ago

Kazakh support added, PHPDoc params and returns added.

1.0.9-stable

7 years ago

New Persian character set, more Arabic characters added.