Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Phalcon + Swoole

License

NotificationsYou must be signed in to change notification settings

phwoolcon/phwoolcon

Repository files navigation

Latest Version on PackagistBuild StatusCode CoverageScrutinizer Code QualityGitterSupported PHP versionsSupported Phalcon versionsLicense

Phalcon + Swoole


中文 Readme
Why Do I Start Phwoolcon Project

The purpose of this library is to create a high performance
web application, which can run in traditional php-fpm mode and
service mode.

In service mode, you gain extreme speed for your application,
by reducing lot of unnecessary and repetitive computing.

If you have bugs in service mode, you can easily turn off the service
mode, you loose some speed (but still fast) to gain more stability,
fix your bugs and apply service mode again.

Usage

Installation

This is the Phwoolcon library, you may usePhwoolcon Bootstrap
to start a new project.

Or add this library to your project by composer:

composer require phwoolcon/phwoolcon

Code Style Checking

Please run the following script:

tests/phpcs

Any warnings or errors will be reported in file:

tests/root/storage/phpcs.txt

Testing

Please run the following script:

tests/phpunit

The code coverage report in HTML format will be generated in folder:

tests/root/storage/coverage/

To read the report, please openindex.html in a web browser.

Configuration

Seephwoolcon-package/config/

Templates

Seephwoolcon-package/views/

Assets

Seephwoolcon-package/assets/

Locale

Seephwoolcon-package/locale/

Dependency Injection

Seephwoolcon-package/di.php

Spirits

  • Aimed at performance
  • Aimed at scalability
  • Powerful features, with intuitive and readable codes
  • Component based, explicitly introduced
  • Configurable features
  • Code testability
  • Follow standard coding style (based onPSR-2)

Features

Base Components

  • Extended Phalcon Config (Both in native PHP file and DB)
  • Phalcon Cache
  • Extended Phalcon ORM
  • Error Codes
  • View: Theme based layouts and templates
  • Multiple DB connector
  • Events
  • Configurable Cookies
  • Session
  • Openssl based encryption/decryption
  • Multiple Queue producer and asynchronous CLI worker
  • Assets: Theme based, compilable JS/CSS management
  • Log
  • Lighten route dispatcher
  • Internalization
  • Finite state machine
  • Simple HTTP client
  • Swift Mailer
  • Symfony CLI console

Documents

PhpStorm


[8]ページ先頭

©2009-2025 Movatter.jp