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

php-slim-4.10.0-1.mga9 RPM for noarch

From Mageia Cauldron for armv7hl / media / core / release

Name: php-slim Distribution: Mageia
Version: 4.10.0 Vendor: Mageia.Org
Release: 1.mga9 Build date: Tue Apr 19 23:09:39 2022
Group: Development/PHP Build host: localhost
Size: 184700 Source RPM: php-slim-4.10.0-1.mga9.src.rpm
Packager: mokraemer <mokraemer>
Url: https://www.slimframework.com/
Summary: PHP micro framework
Slim is a PHP micro framework that helps you quickly write simple yet
powerful web applications and APIs.

Features:
- Powerful router
    - Standard and custom HTTP methods
    - Route parameters with wildcards and conditions
    - Route redirect, halt, and pass
    - Route middleware
- Template rendering with custom views
- Flash messages
- Secure cookies with AES-256 encryption
- HTTP caching
- Logging with custom log writers
- Error handling and debugging
- Middleware and hook architecture
- Simple configuration

Autoloader: /usr/share/php/Slim/autoload.php

Provides

Requires

License

MIT

Changelog

* Tue Apr 19 2022 mokraemer <mokraemer> 4.10.0-1.mga9
  + Revision: 1851939
  - new version 4.10.0
* Tue Mar 22 2022 umeabot <umeabot> 3.12.3-2.mga9
  + Revision: 1819768
  - Mageia 9 Mass Rebuild
* Tue Apr 21 2020 guillomovitch <guillomovitch> 3.12.3-1.mga8
  + Revision: 1570307
  - new version 3.12.3

Files

/usr/share/doc/php-slim
/usr/share/doc/php-slim/LICENSE.md
/usr/share/php/Slim
/usr/share/php/Slim/App.php
/usr/share/php/Slim/CallableResolver.php
/usr/share/php/Slim/Error
/usr/share/php/Slim/Error/AbstractErrorRenderer.php
/usr/share/php/Slim/Error/Renderers
/usr/share/php/Slim/Error/Renderers/HtmlErrorRenderer.php
/usr/share/php/Slim/Error/Renderers/JsonErrorRenderer.php
/usr/share/php/Slim/Error/Renderers/PlainTextErrorRenderer.php
/usr/share/php/Slim/Error/Renderers/XmlErrorRenderer.php
/usr/share/php/Slim/Exception
/usr/share/php/Slim/Exception/HttpBadRequestException.php
/usr/share/php/Slim/Exception/HttpException.php
/usr/share/php/Slim/Exception/HttpForbiddenException.php
/usr/share/php/Slim/Exception/HttpGoneException.php
/usr/share/php/Slim/Exception/HttpInternalServerErrorException.php
/usr/share/php/Slim/Exception/HttpMethodNotAllowedException.php
/usr/share/php/Slim/Exception/HttpNotFoundException.php
/usr/share/php/Slim/Exception/HttpNotImplementedException.php
/usr/share/php/Slim/Exception/HttpSpecializedException.php
/usr/share/php/Slim/Exception/HttpUnauthorizedException.php
/usr/share/php/Slim/Factory
/usr/share/php/Slim/Factory/AppFactory.php
/usr/share/php/Slim/Factory/Psr17
/usr/share/php/Slim/Factory/Psr17/GuzzlePsr17Factory.php
/usr/share/php/Slim/Factory/Psr17/HttpSoftPsr17Factory.php
/usr/share/php/Slim/Factory/Psr17/LaminasDiactorosPsr17Factory.php
/usr/share/php/Slim/Factory/Psr17/NyholmPsr17Factory.php
/usr/share/php/Slim/Factory/Psr17/Psr17Factory.php
/usr/share/php/Slim/Factory/Psr17/Psr17FactoryProvider.php
/usr/share/php/Slim/Factory/Psr17/ServerRequestCreator.php
/usr/share/php/Slim/Factory/Psr17/SlimHttpPsr17Factory.php
/usr/share/php/Slim/Factory/Psr17/SlimHttpServerRequestCreator.php
/usr/share/php/Slim/Factory/Psr17/SlimPsr17Factory.php
/usr/share/php/Slim/Factory/ServerRequestCreatorFactory.php
/usr/share/php/Slim/Handlers
/usr/share/php/Slim/Handlers/ErrorHandler.php
/usr/share/php/Slim/Handlers/Strategies
/usr/share/php/Slim/Handlers/Strategies/RequestHandler.php
/usr/share/php/Slim/Handlers/Strategies/RequestResponse.php
/usr/share/php/Slim/Handlers/Strategies/RequestResponseArgs.php
/usr/share/php/Slim/Handlers/Strategies/RequestResponseNamedArgs.php
/usr/share/php/Slim/Interfaces
/usr/share/php/Slim/Interfaces/AdvancedCallableResolverInterface.php
/usr/share/php/Slim/Interfaces/CallableResolverInterface.php
/usr/share/php/Slim/Interfaces/DispatcherInterface.php
/usr/share/php/Slim/Interfaces/ErrorHandlerInterface.php
/usr/share/php/Slim/Interfaces/ErrorRendererInterface.php
/usr/share/php/Slim/Interfaces/InvocationStrategyInterface.php
/usr/share/php/Slim/Interfaces/MiddlewareDispatcherInterface.php
/usr/share/php/Slim/Interfaces/Psr17FactoryInterface.php
/usr/share/php/Slim/Interfaces/Psr17FactoryProviderInterface.php
/usr/share/php/Slim/Interfaces/RequestHandlerInvocationStrategyInterface.php
/usr/share/php/Slim/Interfaces/RouteCollectorInterface.php
/usr/share/php/Slim/Interfaces/RouteCollectorProxyInterface.php
/usr/share/php/Slim/Interfaces/RouteGroupInterface.php
/usr/share/php/Slim/Interfaces/RouteInterface.php
/usr/share/php/Slim/Interfaces/RouteParserInterface.php
/usr/share/php/Slim/Interfaces/RouteResolverInterface.php
/usr/share/php/Slim/Interfaces/ServerRequestCreatorInterface.php
/usr/share/php/Slim/Logger.php
/usr/share/php/Slim/Middleware
/usr/share/php/Slim/Middleware/BodyParsingMiddleware.php
/usr/share/php/Slim/Middleware/ContentLengthMiddleware.php
/usr/share/php/Slim/Middleware/ErrorMiddleware.php
/usr/share/php/Slim/Middleware/MethodOverrideMiddleware.php
/usr/share/php/Slim/Middleware/OutputBufferingMiddleware.php
/usr/share/php/Slim/Middleware/RoutingMiddleware.php
/usr/share/php/Slim/MiddlewareDispatcher.php
/usr/share/php/Slim/ResponseEmitter.php
/usr/share/php/Slim/Routing
/usr/share/php/Slim/Routing/Dispatcher.php
/usr/share/php/Slim/Routing/FastRouteDispatcher.php
/usr/share/php/Slim/Routing/Route.php
/usr/share/php/Slim/Routing/RouteCollector.php
/usr/share/php/Slim/Routing/RouteCollectorProxy.php
/usr/share/php/Slim/Routing/RouteContext.php
/usr/share/php/Slim/Routing/RouteGroup.php
/usr/share/php/Slim/Routing/RouteParser.php
/usr/share/php/Slim/Routing/RouteResolver.php
/usr/share/php/Slim/Routing/RouteRunner.php
/usr/share/php/Slim/Routing/RoutingResults.php
/usr/share/php/Slim/autoload.php


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 23 03:22:29 2024