- Source Code:
- https://github.com/febryars33/ColorizePHPParser
- Contributors:
- Minecrell, jxxe, febryars33, Clorofile
# ColorizePHPParser
Minecraft color parser for PHP
- Support (&) and (§)
- Support Unicode Characters
- Support Mix & / § on string function
## How to use ##
HTML Section
First add the css file
<link rel="stylesheet" type="text/css" href="MinecraftColors.min.css">
Second add a javascript file
Here's some code for the obfuscated text (§k):
<script src="MinecraftObfuscated.min.js"></script>
PHP Section
Using § / &
<?php
echo mccolors('§6Hello World');
?>
Or you can mix it with & or §
<?php
echo mccolors('§6Hello &8World');
?>
https://github.com/febryars33/ColorizePHPParser

Colorize PHP Parser 1.2
Colorize, PHP, Colored Text, Parser, HTML, WEB, JavaScript
Recent Updates
- ColorizePHPParser Apr 4, 2021