yii-tools / skeleton-app
Skeleton applications for YiiFramework v. 3.0.
Installs: 4 863
Dependents: 5
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 2
Type:project
Requires
- php: ^8.1
- httpsoft/http-server-request: ^1.1
- psr/container: ^2.0
- psr/http-factory: ^1.0
- psr/http-message: ^1.1
- psr/http-server-handler: ^1.0
- psr/log: ^3.0
- symfony/console: ^6.3
- yii-tools/middleware: ^1.0@dev
- yii-tools/service: ^1.0@dev
- yiisoft/aliases: ^3.0
- yiisoft/config: ^1.3
- yiisoft/definitions: ^3.2
- yiisoft/di: ^1.2
- yiisoft/error-handler: ^3.0
- yiisoft/friendly-exception: ^1.1
- yiisoft/http: ^1.2
- yiisoft/log: ^2.0
- yiisoft/log-target-file: ^3.0
- yiisoft/router: ^3.0
- yiisoft/router-fastroute: ^3.0
- yiisoft/session: ^2.0
- yiisoft/yii-console: ^2.1
- yiisoft/yii-event: ^2.0
- yiisoft/yii-http: ^1.0
Requires (Dev)
- codeception/c3: ^2.8
- codeception/codeception: ^5.0
- codeception/module-asserts: ^3.0
- codeception/module-cli: ^2.0
- codeception/module-phpbrowser: ^3.0
- maglnet/composer-require-checker: ^4.6
- symfony/process: ^6.3
- vimeo/psalm: ^5.9
- yii-tools/codeception-module-yii3: ^1.0@dev
This package is auto-updated.
Last update: 2024-11-09 15:23:27 UTC
README
Skeleton Application for YiiFramework v.3.0.
Requirements
The minimum version of PHP required by this package is PHP 8.1.
To install this package, you need a composer.
Installation
You can then install this project template using the following command:
composer create-project --prefer-dist --stability=dev yii-tools/skeleton-app <your project>
To launch development web server run:
composer run serve
Now you should be able to access the application through the URL printed to console. Usually it is http://localhost:8080.
Testing
Check the documentation testing to learn about testing.
CI status
License
The MIT License (MIT). Please see License File for more information.