1
0
mirror of https://github.com/namibia/awesome-php.git synced 2024-06-06 08:20:48 +00:00
Commit Graph

284 Commits

Author SHA1 Message Date
Jamie York
9b29546848 Tweaked name. 2015-01-23 10:31:28 -07:00
Jamie York
bd763dd02a Merge pull request #278 from jkobus/toran-proxy
Added ToranProxy for Composer
2015-01-19 10:34:28 -07:00
Jamie
2d610f2ec6 Replace FuelPHP Event with PHP League Event. 2015-01-18 19:35:33 -07:00
Jamie York
85c90c7738 Merge pull request #282 from frankdejonge/patch-1
Added league/event to the Event list.
2015-01-18 19:34:20 -07:00
Jamie York
fc7e2ffb1d Merge pull request #298 from JosielSantos/master
Improved "Authentication" category
2015-01-18 19:27:48 -07:00
Jamie York
227cc9806a Merge pull request #151 from markstory/patch-1
Add CakePHP to list of frameworks
2015-01-18 19:12:38 -07:00
nickurt
0a10d6bfc5 Changed the library nyamsprod/bakame.csv to thephpleague/csv #313 2015-01-18 13:25:32 +01:00
Josiel Alves dos Santos
746853ab49 Added securingphp.com website 2015-01-05 03:36:16 -02:00
Josiel Alves dos Santos
fdec5e9380 enamed the category "Authentication" to "Authentication and Authorization"
Added the Lock library to build access control lists (ACL).
2015-01-05 03:24:00 -02:00
Colin O'Dell
0e7ac95aa9 Update link to CommonMark library 2014-12-10 21:38:27 -05:00
Frank de Jonge
d5a96e05d6 Added league/event to the Event list. 2014-12-10 16:39:37 +01:00
Jacek Kobus
ead8830fd3 added toran proxy by Jordi 2014-12-04 21:47:04 +01:00
Jamie
d5103437db Split out password libraries into a new category. 2014-12-01 19:12:26 -07:00
Jamie
1419f08921 Renamed ORM and Datamapping category to database. 2014-12-01 19:10:34 -07:00
Jamie
07ba91bebc Split out code analysis into new debugging category. 2014-12-01 19:08:44 -07:00
Jamie
8cf7e6fa0e Split out string and numbers into their own categories. 2014-12-01 19:05:10 -07:00
Jamie
3430a1f921 Added Pro Git book. 2014-12-01 19:00:13 -07:00
Jamie
d343388110 Fix mistake in category description. 2014-12-01 18:26:03 -07:00
Jamie York
2142815e5e Merge pull request #235 from colinodell/patch-1
Add CommonMark PHP
2014-12-01 18:24:25 -07:00
Jamie
a5d8750eaf Merge branch 'patch-1' of github.com:dragoonis/awesome-php into dragoonis-patch-1
Conflicts:
	README.md
2014-12-01 18:06:48 -07:00
Tomáš Votruba
a68741665c Frameworks - Nette added 2014-12-01 17:59:05 -07:00
Jamie
55581aa3e7 Merge branch 'master' of github.com:ziadoz/awesome-php 2014-11-30 20:05:30 -07:00
Jamie
c9c2a2286f Moved Poser to misc and updated repository and name. 2014-11-30 20:00:43 -07:00
Jamie York
fef380b0aa Merge pull request #265 from jakon89/patch-1
New: JsonMapper in Data Structure and Storage section.
2014-11-30 19:45:19 -07:00
Jamie
15cd29e1ad Category cleanup. 2014-11-30 18:42:02 -07:00
Jamie York
dec47d16aa Merge pull request #187 from dereuromark/master-i18n
Add missing I18n section.
2014-11-30 18:38:30 -07:00
Jamie
4baa7b6a36 Merge branch 'patch-1' of github.com:Nek-/awesome-php into Nek--patch-1
Conflicts:
	README.md
2014-11-30 18:31:31 -07:00
Jamie
bfb7b98274 Merge branch 'totem' of github.com:Taluu/awesome-php into Taluu-totem
Conflicts:
	README.md
2014-11-30 18:19:47 -07:00
Jamie
764dee51fb Added missing library Restler. 2014-11-30 18:17:22 -07:00
Jamie
5d992c7fa9 Added missing library Tracy. 2014-11-30 18:15:33 -07:00
Jamie York
96f24e8c2a Added new internals article. 2014-11-19 11:31:08 -07:00
Adam
d196cd6765 New: JsonMapper in Data Structure and Storage section.
https://github.com/netresearch/jsonmapper
2014-11-16 19:59:50 +01:00
Jamie York
7253b5bbb8 Change headings for Contributing and TOC sections. 2014-11-10 10:45:11 -07:00
Jamie York
d9635b154c Add heading for TOC/Index 2014-11-10 10:37:11 -07:00
Jamie York
95b46bac36 Move contribution guidelines to the top. 2014-11-10 10:36:49 -07:00
Jamie York
592d0f7a2e Tweak description 2014-11-10 10:32:56 -07:00
Jamie York
5971c36b2c Merge pull request #259 from rotexdegba/patch-2
Added Cilex a micro framework for creating PHP CLI
2014-11-10 10:32:14 -07:00
Jamie York
40610df624 Tweak description 2014-11-10 10:17:36 -07:00
Jamie York
50a776def7 Merge pull request #262 from bcremer/patch-1
Added Prophecy
2014-11-10 10:16:59 -07:00
Jamie York
64083a595d Tweak description 2014-11-10 10:12:14 -07:00
Jamie York
1e22362362 Merge pull request #243 from t1gor/patch-1
Add Sphinx query library.
2014-11-10 10:11:27 -07:00
Benjamin Cremer
4ce28d0db6 Added Prophecy
Prophecy is a highly opinionated yet very powerful and flexible PHP object mocking framework. 

It's used as mocking framework in [PHPSpec](https://github.com/phpspec/phpspec) and will eventually be supported by [PHPUnit](https://github.com/sebastianbergmann/phpunit) (see: 6c21c66567).
2014-11-10 08:06:02 +01:00
Rotimi Ade
9f85d51a24 Added Cilex a micro framework for creating PHP CLI
Added Cilex a micro framework for creating PHP CLI to the Command Line Section
2014-10-31 15:14:10 -06:00
Rotimi Ade
dd60284aff Added Cilex a micro framework for creating PHP CLI
Added Cilex a lightweight framework for creating PHP CLI scripts inspired by Silex.
2014-10-30 12:00:32 -06:00
Jamie
420b60f54d Change Guzzle link to point to Github repo. 2014-10-29 18:21:50 -06:00
Jamie
561d31e624 Tweak PHPTal description. 2014-10-29 18:15:28 -06:00
Jamie
bd4bc3fa5b Cleaned up ORM category and broke out migration libraries into a new category. 2014-10-29 18:14:24 -06:00
Jamie
673c889ff0 Fix typo in category description. 2014-10-29 18:10:32 -06:00
Jamie
fe6eec7a96 Reorder software categories. 2014-10-29 18:09:53 -06:00
Jamie
d3dd33d921 Cleaned up IDE category. 2014-10-29 18:08:41 -06:00