1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
|
Source: php-slim
Section: php
Priority: optional
Maintainer: Debian PHP PEAR Maintainers <pkg-php-pear@lists.alioth.debian.org>
Uploaders: James Valleroy <jvalleroy@mailbox.org>
Build-Depends: debhelper-compat (= 13),
php-common,
php-json,
php-mbstring,
php-nikic-fast-route,
php-phpspec-prophecy,
php-pimple,
php-psr-container,
php-psr-http-message,
php-xml,
phpab,
phpunit,
pkg-php-tools
Standards-Version: 4.6.1
Homepage: https://www.slimframework.com/
Vcs-Browser: https://salsa.debian.org/php-team/pear/php-slim
Vcs-Git: https://salsa.debian.org/php-team/pear/php-slim.git
Rules-Requires-Root: no
Package: php-slim
Architecture: all
Depends: ${misc:Depends}, ${phpcomposer:Debian-require}
Recommends: ${phpcomposer:Debian-recommend}
Suggests: ${phpcomposer:Debian-suggest}
Description: PHP micro framework for quick and simple web applications and APIs
Slim is a PHP micro framework that helps you quickly write simple yet
powerful web applications and APIs. At its core, Slim is a dispatcher
that receives an HTTP request, invokes an appropriate callback
routine, and returns an HTTP response. It is an ideal tool to create
APIs that consume, repurpose, or publish data, and great for rapid
prototyping.
|