Changes between Version 13 and Version 14 of members/GRIP-UQAM/PHP


Ignore:
Timestamp:
Sep 23, 2016, 3:16:06 PM (8 years ago)
Author:
Grip Uqam
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • members/GRIP-UQAM/PHP

    v13 v14  
    140140* [https://packagist.org/packages/behat/mink-goutte-driver behat/mink-goutte-driver]
    141141It's 2016 now and there's Mink. It even supports different engines from headless pure-PHP "browser" (without JavaScript), over Selenium (which needs a browser like Firefox or Chrome) to a headless "browser.js" in NPM, which DOES support JavaScript. http://stackoverflow.com/questions/199045/is-there-a-php-equivalent-of-perls-wwwmechanize
     142= Asynchronous IO Programming =
     143== General libraries ==
     144=== React ===
     145==== The name ====
     146==== Packages ====
     147* from [https://packagist.org/packages/react/ react]
     148* [https://packagist.org/packages/react/event-loop react/event-loop]
     149 * suggests:
     150  * Libevent [http://php.net/manual/en/book.libevent.php php.net/manual] [https://pecl.php.net/package/libevent pecl] [http://stackoverflow.com/questions/23203056/how-do-you-install-libevent-for-php How do you install Libevent for PHP?] keyword:php ext libevent site:packages.debian.org
     151  * Event [http://docs.php.net/event docs.php.net]
     152  * Libev [http://php.net/manual/en/book.ev.php php.net/manual/en/book] [http://php.net/manual/en/intro.ev.php php.net/manual/en/intro] [https://pecl.php.net/package/ev pecl]
     153* [https://packagist.org/packages/react/react react/react]
     154== Event ==
     155* [https://packagist.org/packages/evenement/evenement evenement/evenement]
     156== Event loop ==
     157* [https://packagist.org/packages/gos/pnctl-event-loop-emitter gos/pnctl-event-loop-emitter]
     158= Process control =
     159* symfony
     160== PCNTL ==
     161* included in [DebianPackage:php5-cli]
     162* http://php.net/manual/en/book.pcntl.php
     163* [https://packagist.org/packages/mkraemer/react-pcntl mkraemer/react-pcntl]
     164= Assertion =
     165* https://packagist.org/search/?q=assertion
     166* [https://packagist.org/packages/jacobstr/esperance jacobstr/esperance]
     167* [https://packagist.org/packages/esperance/esperance esperance/esperance]
     168= Error handling =
     169* [https://packagist.org/packages/filp/whoops filp/whoops]
    142170= HTTP Clients =
    143171* https://packagist.org/search/?q=HTTP%20client
     
    148176* [https://packagist.org/packages/react/http-client react/http-client]
    149177* [https://packagist.org/packages/aura/http aura/http]
     178= Test framework =
     179* behat
     180* [https://packagist.org/packages/peridot-php/peridot peridot-php/peridot]
    150181= Feed (RSS, Atom, ...)
    151182* https://en.wikipedia.org/wiki/Web_feed
     
    162193= Libraries =
    163194* [https://packagist.org/packages/behat/transliterator behat/transliterator]
     195= Web Frameworks =
     196* [https://packagist.org/packages/cicada/cicada cicada/cicada] based on symfony components
     197* [https://packagist.org/packages/silex/silex silex/silex] based on symfony components https://packagist.org/search/?q=silex
    164198= Web Applications =
    165199* [https://miniflux.net/ miniflux.net] Miniflux is a minimalist RSS reader