# PHP Resources

<span class="caps">PHP</span> is a web programming language that can be compiled into the Apache web server and with its persistent connections to MySQL it makes for a very popular and fast web programming environment.

- <span class="caps">PHP</span> Cheat Sheet 
    - [https://websitesetup.org/php-cheat-sheet/](https://websitesetup.org/php-cheat-sheet/)

- Documenting <span class="caps">PHP</span>
    - [phpDocumentator](http://manual.phpdoc.org/HTMLframesConverter/default/)
    - [phpXref](http://phpxref.sourceforge.net/)

- Joseph Vaughan’s favorite articles on <span class="caps">PHP</span> security 
    - [http://www.linuxjournal.com/article.php?sid=6061](http://www.linuxjournal.com/article.php?sid=6061)
    - [http://www.linuxjournal.com/article.php?sid=6559](http://www.linuxjournal.com/article.php?sid=6559)

- [Use @ to turn off warning error message on a given command](http://us2.php.net/manual/en/language.operators.errorcontrol.php)

- <span class="caps">MVC</span> frameworks for <span class="caps">PHP</span> (things like Ruby-on-Rails) 
    - Laravel: [https://laravel.com](https://laravel.com)
    - Cake: [http://www.cakephp.org](http://www.cakephp.org)
    - Symfony: [http://www.symfony-project.com](http://www.symfony-project.com)
    - CodeIgniter: [www.codeigniter.com](http://www.codeigniter.com)

- Debian packages for bleeding-edge versions of <span class="caps">PHP</span> and other <span class="caps">LAMP</span>-related packages: [http://www.dotdeb.org](http://www.dotdeb.org)

- [PHPunit](https://phpunit.de/) – Unit Testing for <span class="caps">PHP</span>

- [http://codepad.org/](http://codepad.org/) – test snippets of code in <span class="caps">PHP</span> and many other languages.