Skip to content

Commit

Permalink
Added to php guide
Browse files Browse the repository at this point in the history
  • Loading branch information
Andres Hermosilla committed Aug 3, 2017
1 parent 148d233 commit 9c33005
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions php.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# PHP

## One Liners
```bash
# Quick Web server
php -S 127.0.0.1:8000
```

## Composer

### Optmizing Autoloader
Expand All @@ -21,3 +27,10 @@ phpcs ${filename}`
# To fix fails phpcbf is your friend!
phpcbf ${filename}
```

## Links
- https://www.youtube.com/watch?v=vS0Nn_ncH-8
- https://medium.com/@rtheunissen/efficient-data-structures-for-php-7-9dda7af674cd
- https://slack.engineering/taking-php-seriously-cf7a60065329
- http://zalas.eu/phpqa-static-analysis-tools-for-php-docker-image/
- https://speakerdeck.com/tommymuehle/defensive-programming

0 comments on commit 9c33005

Please sign in to comment.