1
0
Fork 0
TheBigWarehouse/BigBoxOfPHP.md

7 lines
498 B
Markdown
Raw Permalink Normal View History

2015-06-18 09:53:10 +00:00
# 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/)
2015-07-23 17:39:25 +00:00
- [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.