Commit Graph

866 Commits

Author SHA1 Message Date
Serghei Iakovlev 3e4ef66545 Updated outdated links (#762) 2017-02-12 11:05:38 -07:00
Ondřej Machulda e92d8691fc Add PHPStan (#754) 2017-01-15 16:59:47 -07:00
Ondřej Machulda 254db12244 Rename Symfony2 / Symfony3 to just Symfony (#756) 2017-01-15 16:59:28 -07:00
DMeloni db877261d2 Fix PHP Mentoring link. (#746) 2016-12-22 15:10:18 -07:00
Bilge 10d1042881 Corrected Porter's description to be API-agnostic. (#745)
* Added Porter to Third Party APIs section.

* Moved Porter to Data Structure and Storage section.

* Corrected Porter's description to be API-agnostic.
2016-12-22 10:08:33 -07:00
Bilge 84e1b3d3e0 Added Porter to Third Party APIs section. (#736)
* Added Porter to Third Party APIs section.

* Moved Porter to Data Structure and Storage section.
2016-12-22 09:48:09 -07:00
Matthias Kühne 06c92153b7 Add yasumi 2016-12-21 12:08:35 +01:00
Matthias Kühne 800703d73b Remove deprecated assetic from the recommendations 2016-12-21 12:03:23 +01:00
Malte Blättermann 1a51c12c19 Removed unmaintained PhpExcel lib 2016-12-16 22:06:51 +01:00
Malte Blättermann 086e35c078 Add PHPSpreadsheet (successor of PHPexcel) to Office section.
Also mark PHPexcel as unmaintained.
2016-12-16 22:05:15 +01:00
Jamie b8bc3a7c9d Fix links 2016-12-14 19:24:16 +00:00
Jamie York b1b7e04966 Merge pull request #730 from mablae/podcast-section
Extract podcasts from videos section into its own section
2016-12-14 19:15:18 +00:00
Jamie York de2563c4dc Merge pull request #732 from mablae/fix-redis-url-to-tls
Use https:// prefix for redis.io to fix failing build of Url Check
2016-12-14 19:12:23 +00:00
Greg Szczotka 8cf188248d Symfony version updated 2016-12-14 00:30:25 +01:00
Malte Blättermann e893022690 Use https:// prefix for redis.io to fix failing build of Url Checker (redirect is marked as failure) 2016-12-03 03:26:06 +01:00
Malte Blättermann 26af1d131b Add php podcasts also to the TOC 2016-12-03 03:03:51 +01:00
Malte Blättermann bb7ab365ff Extract podcasts from videos section into its own section
Also added phproundtable.com podcast show moderated by @SammyK
2016-12-03 03:01:29 +01:00
Jad Bitar bf9f899485 Merge pull request #727 from wapmorgan/patch-1
Update README.md
2016-11-30 17:39:18 -05:00
wapmorgan 77905f3353 Update README.md
Add UnifiedArchive project
2016-11-25 21:39:57 +03:00
Vladimir Kovpak 3fbf24b27e Added book DDD in PHP. 2016-11-24 20:14:16 +02:00
ReadmeCritic 71c9bff58a Update Slim link (#725) 2016-11-21 10:46:00 -07:00
Stephan Hochdörfer f37aeaebd1 Add Disco to Dependency Injection section. 2016-11-21 10:01:03 +01:00
Jad Bitar 2ba15c74a2 Merge pull request #717 from jaschweder/master
add Docker to Infrastructure section
2016-11-17 07:01:09 -05:00
Jonathan A. Schweder cf14521a6d change Docker to 'Development Enviroment' section 2016-11-17 08:14:13 -02:00
James Titcumb 3de49d00f1 Add Better Reflection to Code Analysis section 2016-11-11 10:48:53 +00:00
Jose Diaz-Gonzalez e2efaf88ad Fix wercker link 2016-11-10 13:16:04 -07:00
Cal Evans a203344d07 Added Voices of the ElePHPant (#716)
* Added Voices of the ElePHPant

* FIXED Voices of the ElePHPant :)

* Added Nomad PHP Lightning Talks youtube channel

* Updated Voices of the ElePHPant to give it a description

* Fixed a typo in the Voices of the ElePHPant description.

* Corrected spelling of special
2016-11-10 13:15:14 -07:00
Jonathan André Schweder a3feade012 add Docker to Infrastructure section 2016-11-09 14:09:52 -02:00
Jad Bitar 3936469c80 Merge pull request #713 from itcraftsmanpl/php-ml
Add link to php-ml
2016-10-29 23:26:52 -04:00
ReadmeCritic f3fb9b4fce Update README URLs based on HTTP redirects (#714) 2016-10-26 14:02:40 -06:00
Arkadiusz Kondas aeea249f02 Add link to php-ml 2016-10-26 19:55:27 +02:00
Ivan Enderlin 0e3e4a3ddc Hoa\String has moved to Hoa\Ustring (#711) 2016-10-21 12:25:16 -06:00
Przemek Sobstel 8ab1b5beed Add metaphore (cache slam defense library). (#703) 2016-10-05 14:23:33 -04:00
Jamie York 26d5615b01 Fix Liip link 2016-10-03 11:36:46 +01:00
Simon Holywell a479febabc Correct link to FP in PHP book site 2016-09-29 09:11:42 +10:00
Jose Diaz-Gonzalez d2afe38807 Fix url 2016-09-24 22:26:29 -06:00
Jad Bitar 6ec669c073 Merge pull request #695 from maurodalatri/patch-1
Add BowerPHP a PHP implementation of Bower
2016-09-21 00:39:03 -04:00
Jad Bitar e59197f65b Merge pull request #697 from filisko/patch-1
Remove Slim Middleware, 3 years old
2016-09-21 00:38:03 -04:00
Tommy Mühle 4769c73901 Add tooly composer script (#692)
* Add tooly composer script

With the tooly composer-script aka hook you can manage needed PHAR files, such as phpunit, in your project composer.json. 
Every PHAR file will be saved in the composer binary directory. Optional with GPG verification.

* Fix url's to prevent redirection

Fix two url's to prevent redirection and fix Travis CI build.

* Change order
2016-09-20 13:53:49 -06:00
Filis 51f08a029b Remove Slim Middleware, 3 years old 2016-09-19 10:26:59 +02:00
Jose Diaz-Gonzalez bbca55c280 Fix a few links 2016-09-15 09:49:45 -06:00
Markus Malkusch ca729b4817 Add PHP-Mock (#643)
PHP-Mock is a library to mock built-in PHP functions (e.g. time()).

See also: https://github.com/php-mock/php-mock
2016-09-15 09:48:15 -06:00
Mauro D'Alatri eccd61b3c8 Add BowerPHP a PHP implementation of Bower
Add link for BowerPHP A package manager for the web.  A PHP implementation of Bower
2016-09-15 14:43:28 +02:00
Raphael Stolt 336f519662 Added construct to build tools (#621) 2016-09-13 11:41:12 -06:00
Yuchen Wang ce57ad2439 Add PHP-Migration https://github.com/monque/PHP-Migration (#397) 2016-09-10 02:08:47 -04:00
Ryo Shibayama 11601be530 Add CircleCI 2016-08-26 10:47:33 +09:00
ReadmeCritic c88518e369 Update README URLs based on HTTP redirects (#688)
* Update README URLs based on HTTP redirects

* [ci] white list symfony
2016-08-09 12:24:33 -04:00
Jose Diaz-Gonzalez 6893fc74d5 Fix link 2016-07-23 04:05:18 -04:00
Mark Sch e7735a9b64 Add Chronos DateTime library. (#677)
* Add Chonons DateTime library.

* Fix typo.
2016-07-19 12:16:11 -04:00
Joubert RedRat 74384802a8 Add phpBeanstalkdAdmin (#675) 2016-07-15 11:44:39 -04:00
Jose Diaz-Gonzalez fc36a8e9bc Update links 2016-07-14 12:35:26 -04:00
Jamie York a585ff31ac Merge pull request #659 from zakharovvi/code_analysis_phan
[Code Analysis] Added phan
2016-07-13 10:17:59 +01:00
Luke Holder 583afe4721 Library officially abandoned - they recommend moneyphp/money
> This project has been abandoned. It was only ever intended to be used as an example for PHPUnit features etc. and not for usage in production. I am sorry that I failed to make that clear. Please have a look at moneyphp/money instead.
2016-07-02 21:01:55 +08:00
Twaambo Haamucenje 850a46b8c6 Old PHPSandbox link was deprecated (#663)
* Old PHPSandbox link was deprecated

* Updated links that were being redirected

iceframework is now https
Robo is now under a new repository owner
2016-06-15 11:45:32 -04:00
Jose Diaz-Gonzalez 8523b18954 https 2016-06-12 04:26:23 -04:00
Jose Diaz-Gonzalez 485cb3c390 Fix links 2016-06-12 04:24:35 -04:00
Jad Bitar 542a5c2be5 Merge pull request #658 from newage/master
Added a new middleware framework
2016-06-09 20:12:56 -04:00
Vitaliy Zakharov 882cefb2ad [Code Analysis] Added phan
[phan](https://github.com/etsy/phan) - A static analyzer based on PHP 7+ and the php-ast extension.
2016-06-05 03:46:41 +05:00
Dušan Kasan aff6617076 [Data Structure and Storage] Added Knapsack (#641)
Added Knapsack, a collection library inspired by Clojure's sequences. Its collections are immutable and lazy where possible. All operations are available as pure functions and as collection pipeline object's methods.
2016-06-01 11:24:28 -04:00
newage fe827f87f5 Fixed position 2016-05-31 22:15:49 +03:00
Vadim Leontiev bb6a3f82a5 Added a new middleware framework 2016-05-30 09:39:15 +03:00
Jad Bitar d96053a75a Merge pull request #635 from ARCANEFORKS/no-captcha
[miscellaneous] ARCANEDEV/noCAPTCHA
2016-05-19 22:58:28 -04:00
ARCANEDEV 21e76522a1 [miscellaneous] ARCANEDEV/noCAPTCHA
[noCAPTCHA](https://github.com/ARCANEDEV/noCAPTCHA) - Helper for Google's noCAPTCHA (reCAPTCHA).
2016-05-19 10:40:01 +01:00
Ronan Guilloux 99a2314e35 Updating Iso-codes description (#654)
* Update README.md

* Update README.md
2016-05-18 12:25:21 -04:00
Vítor Brandão 8b8f6bcf54 Add "Qafoo Quality Analyzer" to "Code Analysis" section (#653) 2016-05-13 12:11:52 -04:00
Josef Kufner a20d55af68 Add PHPT to Tests section (#648) 2016-05-07 20:55:39 -04:00
Jose Diaz-Gonzalez 8e8ba4784f Fix 301 redirects 2016-05-01 22:42:56 -04:00
Jose Diaz-Gonzalez 66579f6428 Removed deprecated package 2016-04-27 17:27:08 -04:00
Eugene Leonovich fb538a8178 [Data Structure and Storage] Add msgpack.php
https://github.com/rybakit/msgpack.php
2016-04-24 01:55:18 +02:00
Jose Diaz-Gonzalez 5e534ffe18 Remove unmaintained library 2016-04-20 10:40:27 -04:00
Jose Diaz-Gonzalez 01dd79c9d7 Fix links 2016-04-19 21:52:24 -04:00
Jad Bitar c3cf4ffab9 Merge pull request #626 from kamilsk/master
fix README.md
2016-04-12 13:23:42 -04:00
Mirosław Filip 6e76e7575e Push json-schema package up the list so that it complies to alphabetical order 2016-04-12 00:20:35 +02:00
Mirosław Filip 0da6260d2c Push assert library up the list to maintain alphabetical sorting 2016-04-12 00:16:15 +02:00
Mirosław Filip 6a2f8633dd Add justinrainbow/json-schema to Filtering and Validation 2016-04-11 23:09:06 +02:00
Mirosław Filip 3e9bc6660a Add beberlei/assert to Filtering and Validation 2016-04-11 22:54:33 +02:00
Jose Diaz-Gonzalez 68693fa325 Remove spam 2016-04-10 02:43:54 -04:00
Kamil Samigullin 453e44db3f fix README.md 2016-04-09 20:48:58 +04:00
Raphael Stolt fbae5e54c6 Added the PHP package checklist to the PHP reading section. (#625) 2016-04-08 12:19:19 -04:00
Jad Bitar 96c08729be Merge pull request #624 from Talesoft/master
[templating] Added Tale Jade, a powerful implementation of the Jade template engine
2016-04-07 20:37:01 -04:00
Jose Diaz-Gonzalez 8e5fee20f6 Fix puppetlabs url 2016-04-07 14:21:47 -04:00
Torben Köhn 5dad8ac1cd Added Tale Jade again
Tale Jade is still a powerful implementation of the Jade template
language for PHP
2016-04-07 17:16:50 +02:00
fukuball 4573fbeb03 [strings] fukuball/jieba-php
Add Jieba to Strings, "Jieba" (Chinese for "to stutter”) is a Chinese

text segmentation library for natural language processing.
2016-04-04 23:30:01 -04:00
Ilya Gusev 6c560b9617 Merge branch 'master' of https://github.com/ziadoz/awesome-php into patch-8
Conflicts:
	README.md
2016-04-05 00:05:05 +03:00
Edvinas Aleksejonokas 9f812a31d5 Add Lychee 2016-04-04 20:59:02 +03:00
Jose Diaz-Gonzalez f5a67249b6 Fix link 2016-04-04 13:27:49 -04:00
Jose Diaz-Gonzalez dc67249f94 Merge pull request #394 from walkor/master
[event] walkor/Workerman
2016-04-04 13:23:44 -04:00
Jose Diaz-Gonzalez fda1fb8546 Merge pull request #550 from K-Phoen/patch-1
[architectural] K-Phoen/rulerz
2016-04-04 13:22:28 -04:00
Jose Diaz-Gonzalez 0c6cf4d1d9 Merge pull request #595 from gomoob/master
[notifications] gomoob/php-pushwoosh
2016-04-04 13:22:02 -04:00
Jose Diaz-Gonzalez be351e9a59 Merge pull request #384 from iGusev/patch-5
[php books] XML Parsing with PHP
2016-04-04 13:21:33 -04:00
Jad Bitar 0052f83625 Merge pull request #479 from micheleorselli/adds_tideways
[debugging and profiling] tideways.io
2016-04-04 12:15:02 -04:00
Jad Bitar e350851ee3 Merge pull request #510 from jakubkulhan/bunnyphp
[queue] jakubkulhan/bunny
2016-04-04 12:13:24 -04:00
Jad Bitar 32a2699533 Merge pull request #618 from ojhaujjwal/patch-4
Added zend-diactoros
2016-04-04 12:11:13 -04:00
Jad Bitar 1ed034745a Merge pull request #620 from fightbulc/master
[date and time] fightbulc/moment.php
2016-04-04 12:10:13 -04:00
Ilya Gusev da49ceb7dc Merge branch 'master' into patch-8
Conflicts:
	README.md
2016-04-04 19:00:30 +03:00
Ilya Gusev 7933de6f2d Merge branch 'master' into patch-7
Conflicts:
	README.md
2016-04-04 18:57:02 +03:00
Ilya Gusev 6d2db6ed23 Merge branch 'master' into patch-5
Conflicts:
	README.md
2016-04-04 18:54:55 +03:00
Tino Ehrich daa1f0e681 [date and time] fightbulc/moment.php 2016-04-04 14:15:23 +02:00
walkor 24cca0c32a Adding workerman to the list of event driven libs
Another event driven non-blocking I/O library.
https://github.com/walkor/Workerman
2016-04-04 19:49:29 +08:00
Ujjwal Ojha 180180c16e Added zend-diactoros 2016-04-04 16:24:04 +05:45
Kévin Gomez 9b0417258d Suggest RulerZ 2016-04-04 11:57:02 +02:00
Michele Orselli 7ed78e0f26 [profiling tools] adds tideways.io 2016-04-04 11:06:31 +02:00
Josh Di Fabio 3a8cae3782 Add Composed to Dependency Management Extras
[Composed](https://github.com/joshdifabio/composed) is a bit like [Composition](https://github.com/bamarni/composition) but solves a slightly different use case.
2016-04-04 09:27:52 +01:00
Baptiste GAILLARD 611f76d3fe Add php-pushwoosh to the Notifications section
This add php-pushwoosh to the Notifications section, php-pushwoosh is a
well tested library with more than 1000 downloads / month.

This library is very stable and is widely used, so it can safely be
added to awesome-php.
2016-04-04 08:27:11 +02:00
Jakub Kulhan 1aded59c78 Added BunnyPHP as AMQP (RabbitMQ) library 2016-04-04 08:12:55 +02:00
Jose Diaz-Gonzalez 19d7254939 Update README.md 2016-04-04 02:00:58 -04:00
Jose Diaz-Gonzalez 1417cd15d8 Merge pull request #541 from zdenekdrahos/patch-1
[code analysis] EdgedesignCZ/phpqa
2016-04-04 02:00:37 -04:00
zdenekdrahos ac024e7e6a Add phpqa to Code Analysis category 2016-04-04 07:48:15 +02:00
Eugene Leonovich 0af91744f9 Put Tarantool Queue in the right alphabetical order 2016-04-04 07:46:20 +02:00
Eugene Leonovich 4df34dbd75 Add Tarantool Queue
https://github.com/tarantool-php/queue
2016-04-04 07:36:43 +02:00
Jose Diaz-Gonzalez 9821b637bb Alphabetize event 2016-04-03 23:25:27 -04:00
Jose Diaz-Gonzalez 61c33fb4bf Merge pull request #499 from coderstephen/master
[event] icicleio/icicle
2016-04-03 23:24:48 -04:00
Jose Diaz-Gonzalez 3e25b1caaf Merge pull request #485 from kelunik/master
[event] amphp/amp
2016-04-03 23:24:41 -04:00
Jose Diaz-Gonzalez 61dcfcd77d Alphabetize things 2016-04-03 23:23:40 -04:00
Jose Diaz-Gonzalez 3654af05eb Merge pull request #540 from koga187/Json-Web-Token
[authentication and authorization] lcobucci/jwt
2016-04-03 23:18:09 -04:00
Jose Diaz-Gonzalez b875c33474 Alphabetize a few sections 2016-04-03 23:16:43 -04:00
Jose Diaz-Gonzalez 1d9726dbed Fix shippable link 2016-04-03 23:14:43 -04:00
Jose Diaz-Gonzalez 9008791a91 Added grumphp 2016-04-03 23:13:44 -04:00
Jose Diaz-Gonzalez 1d9674f299 Merge pull request #570 from dseguy/master
[code analysis] exakat.io
2016-04-03 23:12:58 -04:00
Jose Diaz-Gonzalez 87ca85352a Update README.md 2016-04-03 23:12:36 -04:00
Jose Diaz-Gonzalez 25868b74fa Added Wercker and Shippable 2016-04-03 23:11:00 -04:00
Jose Diaz-Gonzalez 12581ae421 Alphabetize sections 2016-04-03 23:09:46 -04:00
Jose Diaz-Gonzalez e16a2bc4b2 Added a few middleware packages 2016-04-03 23:06:42 -04:00
Jose Diaz-Gonzalez 63e6eaac1f Update README.md 2016-04-03 23:04:50 -04:00
Jose Diaz-Gonzalez eabb6d7775 Added scraping section and alphabetized HTTP 2016-04-03 23:02:29 -04:00
Jose Diaz-Gonzalez 32d0abc45e Alphabetize static site generators 2016-04-03 22:57:44 -04:00
Jose Diaz-Gonzalez 0e776b1da8 Drop a twig extension and sort templating 2016-04-03 22:57:15 -04:00
Jose Diaz-Gonzalez dd328f3f03 Alphabetize routers 2016-04-03 22:56:40 -04:00
Jose Diaz-Gonzalez d48e5df771 Merge pull request #392 from chandantiwari/master
[templating] smarty.net
2016-04-03 22:56:17 -04:00
Jose Diaz-Gonzalez 638c64f1eb Merge pull request #521 from KazeFlame/master
[templating] FoilPHP/Foil
2016-04-03 22:55:55 -04:00
Jose Diaz-Gonzalez 9c02cadc3f Alphabetize a few sections and drop a bullshit zend section 2016-04-03 22:49:39 -04:00
Jose Diaz-Gonzalez 516603874d Alphabetize Files 2016-04-03 22:44:42 -04:00
Jose Diaz-Gonzalez 70ab217d6c Alphabetize API 2016-04-03 22:42:19 -04:00
Jose Diaz-Gonzalez d3de798a8a Merge pull request #444 from dupuchba/feat/add-api-platform
[api] api-platform.com
2016-04-03 22:41:30 -04:00
Jose Diaz-Gonzalez a45be05e91 Alphabetize Queue 2016-04-03 22:35:07 -04:00
Jose Diaz-Gonzalez 76b6a8b18e Alphabetize security 2016-04-03 22:33:31 -04:00
Jose Diaz-Gonzalez c6ac70a6be Merge pull request #616 from mizterp/patch-3
[security] defuse/php-encryption
2016-04-03 22:32:41 -04:00
Jose Diaz-Gonzalez d90fce43b3 Alphabetize strings 2016-04-03 22:31:22 -04:00
Jose Diaz-Gonzalez 107aae6260 Alphabetize filtering and validation 2016-04-03 22:30:11 -04:00
Jose Diaz-Gonzalez e083c69ab6 Alphabetize debugging and profiling 2016-04-03 22:28:19 -04:00
Jose Diaz-Gonzalez 459fe8b89a Alphabetize data structure and storage 2016-04-03 22:27:55 -04:00
Jose Diaz-Gonzalez 7c57a26d92 Merge pull request #411 from patrickallaert/apm
[debugging] pecl: package/APM
2016-04-03 22:27:05 -04:00
Jose Diaz-Gonzalez c50c80e7e9 Alphabetize search 2016-04-03 22:22:41 -04:00
Jose Diaz-Gonzalez bf31caa6c3 Merge pull request #605 from fntlnz/master
[search] ripaclub/sphinxsearch
2016-04-03 22:22:18 -04:00
Jose Diaz-Gonzalez 6b8be3719c Alphabetize PDF 2016-04-03 22:21:40 -04:00
Jose Diaz-Gonzalez 6018d700fe Alphabetize passwords 2016-04-03 22:21:23 -04:00
Jose Diaz-Gonzalez 4bef7562f0 Alphabetize Office 2016-04-03 22:21:00 -04:00
Jose Diaz-Gonzalez fa8b7cf2d2 Merge pull request #459 from henrikthesing/patch-1
[passwords] hackzilla/password-generator
2016-04-03 22:20:02 -04:00
Jose Diaz-Gonzalez 09d2f9da6d Alphabetize NoSQL 2016-04-03 22:16:47 -04:00
Jose Diaz-Gonzalez a65628b94a Merge pull request #372 from sokil/patch-1
[nosql] sokil/php-mongo
2016-04-03 22:16:27 -04:00
Jose Diaz-Gonzalez 84c5d6d298 Alphabetize Micro Frameworks 2016-04-03 22:15:04 -04:00
Jose Diaz-Gonzalez 7009c5f740 Drop duplicate and alphabetize notifications 2016-04-03 22:11:34 -04:00
Jose Diaz-Gonzalez 5f88cd9a68 Alphabetize ecommerce 2016-04-03 22:08:36 -04:00
Jad Bitar 781586f2d7 Merge pull request #538 from Lao-liu/patch-1
[middleware] hprose/hprose-php
2016-04-03 22:07:41 -04:00
Jose Diaz-Gonzalez ad9fe40d58 Drop duplicate entry 2016-04-03 22:06:58 -04:00
Jad Bitar 0ac224f275 Merge pull request #419 from natebrunette/master
[http] tebru/retrofit-php
2016-04-03 22:05:41 -04:00
Jose Diaz-Gonzalez 5df0ebdabf Merge pull request #464 from arnoldstoba/patch-1
[ecommerce] shopware/shopware
2016-04-03 22:04:39 -04:00
Jad Bitar b839c667d2 Merge pull request #451 from CaporalDead/master
[continuous integration] gitlab-ci
2016-04-03 22:04:01 -04:00
Jad Bitar 32029d5b88 Merge pull request #453 from pyrech-forks/patch-1
[notifications] jolicode/JoliNotif
2016-04-03 22:03:22 -04:00
Jad Bitar 3f9c2698f1 Merge pull request #396 from serkin/patch-1
[filtering and validation] serkin/Volan
2016-04-03 22:00:48 -04:00
Jose Diaz-Gonzalez ddbbc9ca87 Your website has to load for it to be awesome. 2016-04-03 21:59:47 -04:00
Jose Diaz-Gonzalez a269fcb51c Alphabetize database 2016-04-03 21:55:02 -04:00
Jose Diaz-Gonzalez 705beb4d1e Alphabetize components 2016-04-03 21:54:36 -04:00
Jose Diaz-Gonzalez 3d30bf2a56 Sort caching section 2016-04-03 21:48:16 -04:00
Jose Diaz-Gonzalez 312ba8fe27 Merge pull request #545 from frqnck/patch-1
[caching] frqnck/apix-cache
2016-04-03 21:47:25 -04:00
Carl ba6e137bf5 Update README.md 2016-04-03 17:52:35 -04:00
Jad Bitar a39e81ca2c Merge pull request #539 from sandrokeil/prooph
add prooph components for event sourcing and message bus
2016-03-30 17:20:26 -04:00
Jose Diaz-Gonzalez 454c70ff81 Add trailing slash 2016-03-30 16:43:58 -04:00
Sandro Keil a572237af2 add prooph components for event sourcing and message bus 2016-03-30 22:24:54 +02:00
Jose Diaz-Gonzalez 39c41397ee Update README.md 2016-03-30 01:05:57 -04:00
Edvinas Aleksejonokas af3e69fdb2 Add jobby 2016-03-28 23:29:51 +03:00
Evert Pot 19b1f8efab Fixed sabre/vobject link (was dead) and added sabre/uri 2016-03-21 23:56:26 -04:00
Edvinas Aleksejonokas 6dbf786cbe Add JoliNotif 2016-03-21 23:42:00 +02:00
Jose Diaz-Gonzalez 5c1927596e Merge pull request #607 from rezonanc/suggestion/phppm
Add php-pm
2016-03-21 17:37:37 -04:00
Edvinas Aleksejonokas 5d98cfdf3b Add php-pm 2016-03-21 23:35:17 +02:00
ReadmeCritic dfbac6665e Update Phrozn link 2016-03-21 14:24:44 -07:00
Lorenzo Fontana 291052ff65 Added SphinxSearch library 2016-03-21 21:39:07 +01:00
Woody Gilk 17c56624ec Add Halite to security list
Provides industry standard encryption using modern cryptography standards.
2016-03-20 20:06:16 -05:00
Anton Zakharov 373e539271 Update Doctrine Extensions link
The project moved from https://github.com/l3pp4rd/DoctrineExtensions to https://github.com/Atlantic18/DoctrineExtensions
2016-03-20 23:03:16 +03:00
Jose Diaz-Gonzalez c4a8a862f9 Merge pull request #603 from jenssegers/patch-3
Suggest Optimus
2016-03-15 13:53:52 -04:00
Jose Diaz-Gonzalez 0253cd5fe2 Merge pull request #602 from jenssegers/patch-2
Suggest Image Hash
2016-03-15 13:53:43 -04:00
Jens Segers 7f876bba8a Suggest Optimus 2016-03-15 18:11:59 +01:00
Jens Segers b37a060dcf Suggest Image Hash 2016-03-15 18:10:08 +01:00
Jens Segers 8cd7d75c5f Suggest Agent 2016-03-15 18:08:54 +01:00
Jose Diaz-Gonzalez 6696e7068b Use https url 2016-03-14 18:28:35 -04:00
Jamie York ebac5019ef Remove abandoned projects 2016-03-14 22:22:33 +00:00
Jose Diaz-Gonzalez 19903275e9 Fixing links 2016-03-13 23:30:54 -04:00
Woody Gilk 01d65ebe26 Add Dompdf for working with PDF
A PHP-only alternative to WKHTMLToPDF.
2016-03-13 21:51:00 -05:00
Woody Gilk 33b1134c09 Fix description of Auryn
It is not a container, it is an injector.
2016-03-13 21:30:02 -05:00
Jose Diaz-Gonzalez 75d397045e Merge pull request #438 from frankdejonge/patch-1
Added league/pipeline.
2016-03-13 01:39:58 -05:00
Jose Diaz-Gonzalez b3001f7063 Merge pull request #373 from Anye/master
add ruckusing PHP database migration tools
2016-03-13 00:55:57 -05:00
Jose Diaz-Gonzalez 8ddb94014b Merge pull request #370 from iGusev/patch-2
Added Functional Programming in PHP book
2016-03-13 00:55:47 -05:00
Jose Diaz-Gonzalez 35f102be9a Merge pull request #347 from italolelis/master
Adding new collection library
2016-03-13 00:54:39 -05:00
Jose Diaz-Gonzalez 1e24e377a0 Merge pull request #351 from m1ome/m1ome
Added Kahlan in Testing
2016-03-13 00:53:28 -05:00
Jose Diaz-Gonzalez 3f5a7ae474 Merge pull request #326 from rezonanc/documentation
Include daux.io documentation tool
2016-03-13 00:50:38 -05:00
Jose Diaz-Gonzalez 5ff9e60cdb Merge pull request #593 from mizterp/patch-1
Added Mautic
2016-03-13 00:50:00 -05:00
Michal Zuber 046e1fe52a Added Adminer
Missed Adminer which is a database manager in a single PHP file.
2016-03-13 06:06:43 +01:00
Jose Diaz-Gonzalez 12aaf22e5f Fix a few links 2016-03-09 18:22:17 -05:00
Jad Bitar fad6fe9723 Merge pull request #507 from vinkla/patch-1
Add Climb
2016-03-05 16:49:26 -05:00
Carl 95a144a7e1 Update README.md
Added Mautic
2016-03-04 15:27:11 -03:00