Download the PHP package yiisoft/app without Composer
On this page you can find all versions of the php package yiisoft/app. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package app
Yii3 web application
An application template for a new web project
The package is a classic web application template. If you need console only or API please start with corresponding templates:
Requirements
- PHP 8.2 or higher.
Installation
Local installation
If you do not have Composer, you may install it by following the instructions at getcomposer.org.
Create a project:
To run the app:
Now you should be able to access the application through the URL printed to console.
Usually it is http://localhost:8080
.
Installation with Docker
[!WARNING] Docker compose version 2.24 or above is required.
Fork the repository, clone it, then:
To run the app:
To stop the app:
The application is available at https://localhost
.
Other make commands are available in the Makefile
and can be listed with:
Directory structure
The application template has the following structure:
Testing
The template comes with ready to use Codeception configuration. To execute tests, in local installation run:
For Docker:
Static analysis
The code is statically analyzed with Psalm. To run static analysis:
or, using Docker:
Support
If you need help or have a question, check out Yii Community Resources.
License
The Yii3 web application template is free software. It is released under the terms of the BSD License.
Please see LICENSE
for more information.
Maintained by Yii Software.
Support the project
Follow updates
All versions of app with dependencies
ext-filter Version *
httpsoft/http-message Version ^1.1.6
psr/container Version ^2.0.2
psr/http-factory Version ^1.1
psr/http-message Version ^2.0
psr/http-server-handler Version ^1.0.2
psr/log Version ^3.0.2
symfony/console Version ^7.3.2
yiisoft/aliases Version ^3.1
yiisoft/assets Version ^5.1.1
yiisoft/config Version ^1.6
yiisoft/csrf Version ^2.2.2
yiisoft/data-response Version ^2.1.1
yiisoft/definitions Version ^3.4
yiisoft/di Version ^1.4
yiisoft/error-handler Version ^4.2
yiisoft/html Version ^3.11
yiisoft/http Version ^1.2
yiisoft/input-http Version ^1.0
yiisoft/log Version ^2.1.1
yiisoft/log-target-file Version ^3.0
yiisoft/middleware-dispatcher Version ^5.3
yiisoft/request-provider Version ^1.2
yiisoft/router Version ^4
yiisoft/router-fastroute Version ^4.0.1
yiisoft/session Version ^3.0
yiisoft/view Version ^12.2.1
yiisoft/yii-console Version ^2.3
yiisoft/yii-http Version ^1.0.4
yiisoft/yii-runner-console Version ^2.2
yiisoft/yii-runner-http Version ^3.2
yiisoft/yii-view-renderer Version ^7.3