900 Commits

Author SHA1 Message Date
Josh Lockhart
7cd1a5345e Re-add Laravel Illuminate to component list 2014-02-13 19:50:53 -05:00
Phil Sturgeon
5870bf3981 Added The League of Extraordinary Packages
This is a collection of framework agnostic packages, created by a network of developers (myself included). If anyone else knows of more component vendors then please get in touch.
2014-02-11 17:46:47 -05:00
Phil Sturgeon
84851c9b5d Removed Illuminate from components listing
While they are technically available as separate components, the level of coupling is so incredibly high that one is not usually usable without multiple others - with the only exception here being illuminate\database.

Until the others are packaged up in a way that makes them usable, with documentation on how to use them solo of Laravel, then these cannot realistically be considered as reusable components, regardless of anyones wishful thinking (my own included).
2014-02-11 17:45:00 -05:00
Yannick Lyn Fatt
33727f532a declared utf charset in the connection string
Also updated code example to match phpbestpractices.org example
2014-02-10 16:23:43 -05:00
Yannick Lyn Fatt
a47993d614 added PHP and UTF-8 section 2014-02-09 18:01:37 -05:00
Syed I.R
da53e99c4d Include Protobox
Another online GUI service for Vagrant.
It has some nice features like web apps and various other configs.

[More info](http://getprotobox.com/)
2014-02-02 20:16:04 +05:30
Josh Lockhart
dfe8735935 Merge branch 'gh-pages' of github.com:codeguy/php-the-right-way into gh-pages 2014-02-01 09:47:46 -05:00
Peter Kokot
ff25a697d4 coding style fix 2014-02-01 09:47:03 -05:00
Phil Sturgeon
b41eeca6da Updated mwop's Twitter account 2014-02-01 09:47:03 -05:00
Phil Sturgeon
0cc17ac2e1 Fixed link for Enhance PHP
Thanks to @w00 for pointing this one out in #332.
2014-02-01 09:47:02 -05:00
Josh Lockhart
cd130fcb20 Fix DI typo 2014-02-01 09:47:02 -05:00
Josh Lockhart
3cb8aea787 Fix DI typo 2014-02-01 09:47:02 -05:00
happyaccidents
4bdbd868c3 Typos and further change re comments 2014-02-01 09:47:02 -05:00
happyaccidents
aaebe65095 Revisions 2014-02-01 09:47:02 -05:00
happyaccidents
5e0f12004c First draft - Resolves #280 2014-02-01 09:47:02 -05:00
happyaccidents
009ce6b18b Missed a rename 2014-02-01 09:47:02 -05:00
happyaccidents
688ef4f99f Renamed posts to allow Dependency Injection to be added 2014-02-01 09:47:02 -05:00
Alastair Hole
12414b2f6c Update 03-06-01-XDebug.md
Corrected MacGBDp to MacGDBp
2014-02-01 09:47:02 -05:00
Matthew Malinowski
8ae8f56945 Add Mavericks PHP version to Mac Setup. 2014-02-01 09:47:02 -05:00
Jacek Kobus
6a875d4677 added link to symfony coding standards 2014-02-01 09:47:02 -05:00
kenden
90ff4d657b Update 09-04-01-Complementary-Testing-Tools.md
Updating link to the PHPUnit-Selenium integration page to the current version of PHPUnit
2014-02-01 09:47:02 -05:00
Josh Lockhart
bdda3d7406 Merge pull request #321 from peterkokot/patch-2
Link to openshift fixed
2014-02-01 06:41:01 -08:00
Phil Sturgeon
3de54f0946 s/d/s. 2014-01-31 16:58:37 -05:00
Phil Sturgeon
822da9c725 Hi PSR-0, this is PSR-4. I'm coming for you. 2014-01-31 16:57:28 -05:00
kfuchs
960a5c5292 Added Propel to the list 2014-01-31 10:31:45 -05:00
Antonio Spinelli
5752975586 Composer and Pakagist, fix typo 2014-01-17 10:42:14 -02:00
Phil Sturgeon
371e113a91 Added a note about VersionEye for Composer 2014-01-08 23:12:03 -05:00
Peter Kokot
346e3fabde link to openshift fixed 2013-12-11 14:51:05 +01:00
Peter Kokot
710cba2569 coding style fix 2013-12-08 16:02:22 +01:00
Phil Sturgeon
18ec01b629 Merge pull request #313 from jkobus/gh-pages
added link to symfony coding standards
2013-12-07 06:26:52 -08:00
Phil Sturgeon
c406b92723 Updated mwop's Twitter account 2013-12-07 09:26:04 -05:00
Phil Sturgeon
3bd78009eb Fixed link for Enhance PHP
Thanks to @w00 for pointing this one out in #332.
2013-12-02 10:23:11 -05:00
Josh Lockhart
81ae63d5da Fix DI typo 2013-11-29 11:57:23 -05:00
Josh Lockhart
fd21b24e3f Fix DI typo 2013-11-29 11:56:00 -05:00
happyaccidents
4cf57fb5a3 Typos and further change re comments 2013-11-29 09:46:15 +00:00
happyaccidents
ea4a6bebe2 Revisions 2013-11-28 14:00:56 +00:00
happyaccidents
192a207e2d First draft - Resolves #280 2013-11-28 12:17:44 +00:00
happyaccidents
7933402646 Missed a rename 2013-11-26 14:37:09 +00:00
happyaccidents
c5ebc871dc Renamed posts to allow Dependency Injection to be added 2013-11-26 14:35:06 +00:00
Alastair Hole
7136211fd0 Update 03-06-01-XDebug.md
Corrected MacGBDp to MacGDBp
2013-11-20 16:29:44 +00:00
Matthew Malinowski
d02c7d66e8 Add Mavericks PHP version to Mac Setup. 2013-11-06 10:03:23 -05:00
Jacek Kobus
737c15f18e added link to symfony coding standards 2013-10-08 22:27:05 +02:00
kenden
44ed5460dc Update 09-04-01-Complementary-Testing-Tools.md
Updating link to the PHPUnit-Selenium integration page to the current version of PHPUnit
2013-10-08 13:47:59 +02:00
Jordon Smith
af797631f9 Update 07-03-01-Exceptions.md
Change misleading comment.
2013-10-02 15:39:27 +01:00
Phil Sturgeon
803c580a25 Merge pull request #289 from peterkokot/patch-1
PHP.ug added to PHP User Groups information
2013-10-01 09:33:50 -07:00
Phil Sturgeon
7b8e7659d4 Merge pull request #291 from stuartherbert/gh-pages
Add Storyplayer to Test-Driven-Development
2013-10-01 09:29:07 -07:00
Mathieu Rochette
59d2ab2ce7 fix vertical scrollbar 2013-09-21 19:53:41 +02:00
Peter Kokot
cf4f77ecae XDebug title added 2013-09-12 11:34:28 +02:00
Peter Kokot
1a935e0872 psr-3 link mark removed from coding style post since it is not used 2013-09-12 11:16:51 +02:00
Peter Kokot
94701e6ddb irc channel added to url of webchat.freenode.net 2013-09-12 11:15:12 +02:00