Information for build php-guzzlehttp-ringphp-1.1.0-6.fc22

ID687112
Package Namephp-guzzlehttp-ringphp
Version1.1.0
Release6.fc22
Epoch
SummarySimple handler system used to power clients and servers in PHP
DescriptionProvides low level APIs used to power HTTP clients and servers through a simple, PHP callable that accepts a request hash and returns a future response hash. RingPHP supports both synchronous and asynchronous workflows by utilizing both futures and promises [1]. RingPHP is inspired by Clojure's Ring [2], but has been modified to accommodate clients and servers for both blocking and non-blocking requests. [1] https://github.com/reactphp/promise [2] https://github.com/ring-clojure/ring
Built bysiwinski
State complete
Volume fedora_koji_archive01
StartedTue, 22 Sep 2015 17:00:59 UTC
CompletedTue, 22 Sep 2015 17:05:54 UTC
Taskbuild (f22-candidate, /php-guzzlehttp-ringphp:ab10ef9651e4b6b4800cda870d77d5d6d33b01fb)
Tags
f22-updates
RPMs
src
php-guzzlehttp-ringphp-1.1.0-6.fc22.src.rpm (info) (download)
noarch
php-guzzlehttp-ringphp-1.1.0-6.fc22.noarch.rpm (info) (download)
php-guzzlehttp-ringphp-tests-1.1.0-6.fc22.noarch.rpm (info) (download)
Logs
noarch
state.log
build.log
root.log
Changelog * Tue Sep 22 2015 Shawn Iwinski <shawn.iwinski@gmail.com> - 1.1.0-6 - Updated autoloader to load dependencies after self registration - Minor cleanups * Sun Jun 28 2015 Shawn Iwinski <shawn.iwinski@gmail.com> - 1.1.0-5 - Autoloader updates * Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Fri Jun 12 2015 Shawn Iwinski <shawn.iwinski@gmail.com> - 1.1.0-3 - Fix tests' autoload * Fri Jun 12 2015 Shawn Iwinski <shawn.iwinski@gmail.com> - 1.1.0-2 - Use new $fedoraClassLoader concept in autoloader - Remove secondary "tests" directory from tests sub-package * Mon Jun 01 2015 Shawn Iwinski <shawn.iwinski@gmail.com> - 1.1.0-1 - Updated to 1.1.0 - Updated source URL - Added autoloader - Sub-packaged tests * Sun Dec 28 2014 Shawn Iwinski <shawn.iwinski@gmail.com> - 1.0.5-1 - Updated to 1.0.5 * Thu Nov 13 2014 Shawn Iwinski <shawn.iwinski@gmail.com> - 1.0.3-1 - Updated to 1.0.3 - Removed color turn off and default timezone for phpunit * Mon Oct 27 2014 Shawn Iwinski <shawn.iwinski@gmail.com> - 1.0.1-1 - Initial package