1
0
Fork 0
TheBigWarehouse/BigBoxOfPHP.md

7 lines
498 B
Markdown

# The Big Box of PHP
- [Fixing cURL's HTTPS issues](https://snippets.webaware.com.au/howto/stop-turning-off-curlopt_ssl_verifypeer-and-fix-your-php-config/)
- [PHP Markdown](https://michelf.ca/projects/php-markdown/) - An alternative markdown parser for PHP
- [Getter / Setter method generator](http://mikeangstadt.name/projects/getter-setter-gen/) - An online generator that generates all the getter / setter methods for a class automagically. Just paste in your class and it'll do the rest.