Skip to content

graste/PhpFk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PhpF**k

This repository contains some functions to rewrite any Php code with only 6 characters (,.^'). Inspired from https://github.com/splitline/PHPFuck, but updated to work on PHP 8+.

See corresponding article for more details.

Running the code

php ./bin/phpfk.php "<your code>"

To run tests, you have first to composer install dependencies (PhpUnit).

php ./vendor/bin/phpunit ./tests

Running Jekyll

docker run --rm -it  --volume="$PWD:/srv/jekyll" -p 4000:4000 -p 35729:35729 jekyll/jekyll jekyll serve --livereload

About

Writing PHP with only 6 characters

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%