Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

php-nette-application-2.4.8-1.el6.remi RPM for noarch

From Remi's RPM for RedHat EL 6 for i386

Name: php-nette-application Distribution: Unknown
Version: 2.4.8 Vendor: Remi Collet
Release: 1.el6.remi Build date: Sun Aug 6 11:06:09 2017
Group: Development/Libraries Build host: builder.remirepo.net
Size: 181610 Source RPM: php-nette-application-2.4.8-1.el6.remi.src.rpm
Packager: https://blog.remirepo.net/
Url: https://github.com/nette/application
Summary: Nette Application MVC Component
Model-View-Controller is a software architecture that was created to
satisfy the need to separate utility code (controller) from application
logic code (model) and from code for displaying data (view) in applications
with graphical user interface. With this approach we make the application
better understandable, simplify future development and enable testing each
unit of the application separately.

To use this library, you just have to add, in your project:
  require_once '/usr/share/php/Nette/Application/autoload.php';

Provides

Requires

License

BSD or GPLv2 or GPLv3

Changelog

* Sun Aug 06 2017 Remi Collet <remi@remirepo.net> - 2.4.8-1
  - Update to 2.4.8
* Sat Aug 05 2017 Remi Collet <remi@remirepo.net> - 2.4.8-1
  - Update to 2.4.8
* Fri Jun 02 2017 Remi Collet <remi@remirepo.net> - 2.4.6-1
  - Update to 2.4.6
* Thu Feb 02 2017 Remi Collet <remi@fedoraproject.org> - 2.4.5-1
  - update to 2.4.5
* Thu Jan 19 2017 Remi Collet <remi@fedoraproject.org> - 2.4.4-1
  - update to 2.4.4
* Wed Dec 21 2016 Remi Collet <remi@fedoraproject.org> - 2.4.3-1
  - update to 2.4.3
* Tue Sep 27 2016 Remi Collet <remi@fedoraproject.org> - 2.4.2-1
  - update to 2.4.2
* Thu Aug 04 2016 Remi Collet <remi@fedoraproject.org> - 2.4.1-2
  - fix autoloader
* Thu Aug 04 2016 Remi Collet <remi@fedoraproject.org> - 2.4.1-1
  - update to 2.4.1
  - raise dependency on PHP >= 5.6
  - raise dependency on nette/utils >= 2.4
  - raise dependency on nette/component-model >= 2.3
  - drop dependency on nette/security
* Mon Jun 20 2016 Remi Collet <remi@fedoraproject.org> - 2.3.13-1
  - update to 2.3.12
* Mon May 30 2016 Remi Collet <remi@fedoraproject.org> - 2.3.12-3
  - add upstream patch for tests, fix FTBFS, thanks Koschei
* Thu Apr 14 2016 Remi Collet <remi@fedoraproject.org> - 2.3.12-2
  - don't use include_once in autoloader
* Wed Apr 06 2016 Remi Collet <remi@fedoraproject.org> - 2.3.12-1
  - update to 2.3.12
* Sat Feb 20 2016 Remi Collet <remi@fedoraproject.org> - 2.3.11-1
  - update to 2.3.11
* Fri Feb 12 2016 Remi Collet <remi@fedoraproject.org> - 2.3.10-1
  - update to 2.3.10
* Wed Jan 20 2016 Remi Collet <remi@fedoraproject.org> - 2.3.9-1
  - update to 2.3.9
  - raise dependency on latte ~2.3.9
* Thu Dec 03 2015 Remi Collet <remi@fedoraproject.org> - 2.3.8-1
  - update to 2.3.8
  - run test suite with both php 5 and 7 when available
* Fri Oct 30 2015 Remi Collet <remi@fedoraproject.org> - 2.3.7-1
  - initial package

Files

/usr/share/doc/php-nette-application-2.4.8
/usr/share/doc/php-nette-application-2.4.8/composer.json
/usr/share/doc/php-nette-application-2.4.8/contributing.md
/usr/share/doc/php-nette-application-2.4.8/license.md
/usr/share/doc/php-nette-application-2.4.8/readme.md
/usr/share/php/Nette/Application
/usr/share/php/Nette/Application/Application.php
/usr/share/php/Nette/Application/ErrorPresenter.php
/usr/share/php/Nette/Application/Helpers.php
/usr/share/php/Nette/Application/IPresenter.php
/usr/share/php/Nette/Application/IPresenterFactory.php
/usr/share/php/Nette/Application/IResponse.php
/usr/share/php/Nette/Application/IRouter.php
/usr/share/php/Nette/Application/LinkGenerator.php
/usr/share/php/Nette/Application/MicroPresenter.php
/usr/share/php/Nette/Application/PresenterFactory.php
/usr/share/php/Nette/Application/Request.php
/usr/share/php/Nette/Application/Responses
/usr/share/php/Nette/Application/Responses/CallbackResponse.php
/usr/share/php/Nette/Application/Responses/FileResponse.php
/usr/share/php/Nette/Application/Responses/ForwardResponse.php
/usr/share/php/Nette/Application/Responses/JsonResponse.php
/usr/share/php/Nette/Application/Responses/RedirectResponse.php
/usr/share/php/Nette/Application/Responses/TextResponse.php
/usr/share/php/Nette/Application/Routers
/usr/share/php/Nette/Application/Routers/CliRouter.php
/usr/share/php/Nette/Application/Routers/Route.php
/usr/share/php/Nette/Application/Routers/RouteList.php
/usr/share/php/Nette/Application/Routers/SimpleRouter.php
/usr/share/php/Nette/Application/UI
/usr/share/php/Nette/Application/UI/BadSignalException.php
/usr/share/php/Nette/Application/UI/Component.php
/usr/share/php/Nette/Application/UI/ComponentReflection.php
/usr/share/php/Nette/Application/UI/Control.php
/usr/share/php/Nette/Application/UI/Form.php
/usr/share/php/Nette/Application/UI/IRenderable.php
/usr/share/php/Nette/Application/UI/ISignalReceiver.php
/usr/share/php/Nette/Application/UI/IStatePersistent.php
/usr/share/php/Nette/Application/UI/ITemplate.php
/usr/share/php/Nette/Application/UI/ITemplateFactory.php
/usr/share/php/Nette/Application/UI/InvalidLinkException.php
/usr/share/php/Nette/Application/UI/Link.php
/usr/share/php/Nette/Application/UI/MethodReflection.php
/usr/share/php/Nette/Application/UI/Multiplier.php
/usr/share/php/Nette/Application/UI/Presenter.php
/usr/share/php/Nette/Application/autoload.php
/usr/share/php/Nette/Application/compatibility.php
/usr/share/php/Nette/Application/exceptions.php
/usr/share/php/Nette/Application/templates
/usr/share/php/Nette/Application/templates/error.phtml
/usr/share/php/Nette/Bridges
/usr/share/php/Nette/Bridges/ApplicationDI
/usr/share/php/Nette/Bridges/ApplicationDI/ApplicationExtension.php
/usr/share/php/Nette/Bridges/ApplicationDI/LatteExtension.php
/usr/share/php/Nette/Bridges/ApplicationDI/PresenterFactoryCallback.php
/usr/share/php/Nette/Bridges/ApplicationDI/RoutingExtension.php
/usr/share/php/Nette/Bridges/ApplicationLatte
/usr/share/php/Nette/Bridges/ApplicationLatte/ILatteFactory.php
/usr/share/php/Nette/Bridges/ApplicationLatte/Loader.php
/usr/share/php/Nette/Bridges/ApplicationLatte/SnippetBridge.php
/usr/share/php/Nette/Bridges/ApplicationLatte/Template.php
/usr/share/php/Nette/Bridges/ApplicationLatte/TemplateFactory.php
/usr/share/php/Nette/Bridges/ApplicationLatte/UIMacros.php
/usr/share/php/Nette/Bridges/ApplicationLatte/UIRuntime.php
/usr/share/php/Nette/Bridges/ApplicationTracy
/usr/share/php/Nette/Bridges/ApplicationTracy/RoutingPanel.php
/usr/share/php/Nette/Bridges/ApplicationTracy/templates
/usr/share/php/Nette/Bridges/ApplicationTracy/templates/RoutingPanel.panel.phtml
/usr/share/php/Nette/Bridges/ApplicationTracy/templates/RoutingPanel.tab.phtml


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 9 10:36:00 2024