php-speller

PHP spell check library

MIT License

Downloads
376.3K
Stars
68
Committers
12
php-speller - 2.3.0 Latest Release

Published by icanhazstring over 1 year ago

Removed

  • Dropped support for php 7.3
  • Dropped support for symfony < 5.4

Fixed

Full Changelog: https://github.com/mekras/php-speller/compare/2.2.0...2.3.0

php-speller - 2.2.0

Published by icanhazstring over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/mekras/php-speller/compare/2.1.4...2.2.0

php-speller - Add support for PHP 8

Published by icanhazstring over 3 years ago

Changed

  • Add support for PHP 8

Removed

  • Removed getMessage from PhpSpellerException as it already declared from Throwable
php-speller - Fix escaping of hunspell command

Published by icanhazstring about 4 years ago

Fixed

  • Fix incorrect escaping of hunspell command (#29)
php-speller - Malformed HTML tags fix

Published by icanhazstring about 4 years ago

Fixed

  • HtmlFilter raises Error with malformed HTML tags (#27)
php-speller - Fix release for swedish language

Published by icanhazstring over 4 years ago

Fixed

  • Fixed an issue where : (colon) made the suggestions break for swedish as its a valid text sign (#25)
php-speller - Raise minimum requirements and fix symfony/process 5 support

Published by icanhazstring over 4 years ago

Fixed

  • Fixed issue with removed and deprecated methods for symfony/process:^4.0

Changed

  • Add requirement for php:^7.2
  • Changed minimum requirement for symfony/process to ^4.4
php-speller - Update symfony/process

Published by icanhazstring over 4 years ago

Add support for symfony/process 5.0 to work with laravel 7 (thanks @ibarrajo #21)

php-speller - Fix Release

Published by icanhazstring over 4 years ago

  • Fixed an issue with malformed html input (thanks to @rouliane #20)
php-speller - Add support for older versions

Published by icanhazstring almost 6 years ago

Add backward support for:

  • php: ^7.1
  • symfony/process: ^3.4
php-speller - Hunspell fix

Published by icanhazstring almost 6 years ago

Patch release to fix Hunspell windows paths

Thanks @caugner.

php-speller - 2.0

Published by icanhazstring almost 6 years ago

Make php-speller fit for the future:

  • drop support for php < 7.1
  • add support for symfony/console ^4.0
  • add PersonalDictionary for Aspell
php-speller - 1.7.2

Published by mekras over 7 years ago

Fixed

  • HtmlFilter: content should be filtered out.
  • HtmlFilter: only for "keywords" and "description" meta tags "content" attribute should be treated as string.
php-speller - 1.7.1

Published by mekras over 7 years ago

Fixed

  • HtmlFilter: meta tags with http-equiv should be filtered out.
php-speller - 1.7

Published by mekras over 7 years ago

Fixed

  • #6: Failed to execute "hunspell -i UTF-8 -a": Can't open affix or dictionary files for dictionary
    named "default".
  • FileSource throws SourceException when using "php://stdin".

Changed

  • HtmlSource should throw SourceException on invalid HTML.
php-speller - 1.6

Published by mekras over 7 years ago

Added

  • Aspell — aspell backend.
  • Ispell — ispell backend.
  • IconvSource — converts text encoding using iconv.
  • MetaSource — base class for meta sources.
  • EncodingAwareSource — text source with specified encoding.
  • ExternalSpeller — base class for external program adapters.
  • Own exceptions.

Changed

  • Hunspell class derived from new Ispell class.
  • All sources now implement EncodingAwareSource.
  • HtmlSource and XliffSource derived from MetaSource.
php-speller - 1.5.1

Published by mekras over 7 years ago

Fixed

  • HtmlSource: only for "keywords" and "description" meta tags "content" attr should be treated as
    user visible text.
php-speller - 1.5

Published by mekras over 7 years ago

Added

  • HtmlSource.
php-speller - 1.4.1

Published by mekras about 8 years ago

Fixed

  • #2: Word suggestions with space splits up
php-speller - 1.3.1

Published by mekras over 8 years ago

  • Fixed HTML entities filtering in HtmlFilter
Package Rankings
Top 6.67% on Proxy.golang.org
Top 7.24% on Packagist.org
Badges
Extracted from project README
Build Pipeline