Skip to content

Commit 1e8e9cc

Browse files
authored
README: Use GitHub's Markdown reference links
1 parent 92a59d7 commit 1e8e9cc

File tree

1 file changed

+20
-11
lines changed

1 file changed

+20
-11
lines changed

README.md

Lines changed: 20 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# PHP Obfuscator
1+
# 🔐 PHP Obfuscator
22

33
Simple, easy-to-use and effective Obfuscator PHP class.
44

@@ -7,14 +7,14 @@ Simple, easy-to-use and effective Obfuscator PHP class.
77
Ideal to obfuscate some critical pieces of your software such as licensing verification functions.
88

99

10-
## Overview
10+
## 👓 Overview
1111

1212
If you want to keep your open source code private, but working on all Web hosting, this **Obfuscator** class is THE obfuscator you need!
1313

1414
Not easily readable by developers (unless they are ready to spend lot of time). It will definitely discourage them! :smiley:
1515

1616

17-
## Usage
17+
## 📓 Usage
1818

1919
### Take out `<php` before to obfuscate
2020

@@ -88,12 +88,12 @@ file_put_contents($filename . '_obfuscated.php', '<?php ' . "\r\n" . $sObfusatio
8888
```
8989

9090

91-
## Requirement
91+
## Requirement
9292

9393
* PHP 5.3 or higher (works also with PHP 7.2, ..., 7.4, and beyond!)
9494

9595

96-
## History
96+
## 📖 History
9797

9898
I began to create this obfuscation tool in early 2014 for my own needs, especially for pH7CMSPro that had a licensing file which was unlocking some premium features if a valid license key was purchased by a client.
9999
In summer 2016, the Pro version of [pH7CMS](https://github.com/pH7Software/pH7-Social-Dating-CMS) was discontinued, and realize there was no reason to keep this project private and I wanted to share it with others (hoping it will help them and save their time!).
@@ -104,16 +104,25 @@ Feel free to add your improvements in it by forking the repo and creating a new
104104
FYI, in 3 years' time, I never found my obfuscated code unobfuscated (and the software was downloaded by over 50,000 users). You can be quite confident then.
105105

106106

107-
## Who Am I?
107+
## 🤔 Who Am I?
108108

109-
I'm **[Pierre-Henry Soria](https://ph7.me)**, Software Developer, love learning new things every single day and also passionate about e-businesses and e-marketing.
109+
I'm **[Pierre-Henry Soria][author-url]**, Software Developer, love learning new things every single day and also passionate about e-businesses and e-marketing.
110110

111+
[![@phenrysay][twitter-image]][twitter-url]
111112

112-
## Wanna Contact Me?
113113

114-
You can by email at **pierrehenrysoria+github [[AT]] gmail [[D0T]] com**
114+
## 📧 Wanna Contact Me?
115115

116+
You can email me at: **pierrehenrysoria+github [[AT]] gmail [[D0T]] com** 🤗
116117

117-
## License
118118

119-
Generously distributed under [MIT License](http://opensource.org/licenses/mit-license.php). See LICENSE.txt file for further information.
119+
## ⚖️ License
120+
121+
Generously distributed under [MIT License][license-url]. See LICENSE.txt file for further information.
122+
123+
124+
<!-- GitHub's Markdown reference links -->
125+
[author-url]: https://ph7.me
126+
[license-url]: https://opensource.org/licenses/MIT
127+
[twitter-image]: https://img.shields.io/twitter/url/https/shields.io.svg?style=social
128+
[twitter-url]: https://twitter.com/phenrysay

0 commit comments

Comments
 (0)