Download the PHP package lindalberto/php-slim without Composer
On this page you can find all versions of the php package lindalberto/php-slim. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download lindalberto/php-slim
More information about lindalberto/php-slim
Files in lindalberto/php-slim
Download lindalberto/php-slim
More information about lindalberto/php-slim
Files in lindalberto/php-slim
Vendor lindalberto
Package php-slim
Short Description A Slim Framework skeleton application for rapid development
License MIT
Homepage https://github.com/Lindalberto/php-slim
Package php-slim
Short Description A Slim Framework skeleton application for rapid development
License MIT
Homepage https://github.com/Lindalberto/php-slim
Please rate this library. Is it a good library?
Informations about the package php-slim
Slim Framework 3 Perfumado
Skeleton based on Slim 3.
Install the Application
Run this command from the directory in which you want to install your new Slim Framework application.
php composer.phar create-project lindalberto/php-slim [my-app-name]
Replace [my-app-name] with the desired directory name for your new application. You'll want to:
- Point your virtual host document root to your new application's
public/directory. - Ensure
logs/is web writeable.
To run the application in development, you can run these commands
cd [my-app-name]
php composer.phar start
Run this command in the application directory to run the test suite
php composer.phar test
That's it! Now go build something cool.
Estruturas criadas
Main
* Project - Remove o que estava na index e agrupa numa classe unica, tirando necessidade do arquivo settings, dependencies e routes.
No run é possível adicionar tambem middlewares.
* Rest - Classe abtrata para ser utilizada no controle dos endpoints, com o app injetado.
* Routes - Utiliza essa classe de forma injetável para informar as rotas. Cada endpoint rest pode ter seu proprio.
Rest
** alocação das classes de controle
Service
** alocação das classes de serviçoAll versions of php-slim with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.5.0
slim/slim Version ^3.1
slim/php-view Version ^2.0
monolog/monolog Version ^1.17
slim/slim Version ^3.1
slim/php-view Version ^2.0
monolog/monolog Version ^1.17
The package lindalberto/php-slim contains the following files
Loading the files please wait ...