Skip to content

Instantly share code, notes, and snippets.

@tedslittlerobot
Last active December 28, 2015 15:59
Show Gist options
  • Save tedslittlerobot/7525701 to your computer and use it in GitHub Desktop.
Save tedslittlerobot/7525701 to your computer and use it in GitHub Desktop.
A collection of packagist packages that i use frequently - for reference, and so that there's an easy place for me to find them!
## Front End
###### Intervention Images
[intervention/image](https://github.com/Intervention/image)
###### Breadcrumbs (laravel)
[davejamesmiller/laravel-breadcrumbs](https://github.com/davejamesmiller/laravel-breadcrumbs)
###### Markdown
dflydev/markdown
###### Sitemaps
[roumen/sitemap](https://github.com/RoumenDamianoff/laravel4-sitemap)
## Back End
###### Iron MQ Queuing
iron-io/iron_mq
###### Beanstalk'd Queuing
pda/pheanstalk
## Testing
###### Mockery
[mockery/mockery](https://github.com/padraic/mockery)
###### L4 Test Helpers (Way)
[way/laravel-test-helpers](https://github.com/JeffreyWay/Laravel-Test-Helpers)
###### Hamcrest Matchers
[cordoval/hamcrest-php](https://github.com/cordoval/hamcrest-php)
## Debugging
###### Kint
Fancy replacements for PHP's debugging stuff
[raveren/kint](https://github.com/raveren/kint)
###### Aliases (laravel)
useful for quick debugging help of aliases and facades
[davejamesmiller/laravel-aliases](https://github.com/davejamesmiller/laravel-aliases)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment