Lewiscowles1986 / kses

Port of KSES for PHP7

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kses

Port of KSES for PHP7 re-licensed under AGPLv3

Background

Looking through WordPress code-base to clean it up, play with it over holidays I want to take some of the libs and update them for more modern PHP workflow

Credit

Changes

  • Incompatible API (this is a stripped KSES from WordPress Core)
  • More meaningful method names (for some reason someone chose to obfuscate the names in WP core)
  • More tests (Aim for 100% coverage)
  • Class-based (should make it safer to use badly)

Downloading

composer require lewiscowles1986/kses

Testing

git clone https://github.com/lewiscowles1986/kses
composer install
composer test

Contributing

  • raise issue
  • fork
  • run tests & add tests if new functionality
  • submit PR

About

Port of KSES for PHP7

License:GNU Affero General Public License v3.0


Languages

Language:PHP 100.0%