master
0 parents
Showing
with
4799 additions
and
0 deletions
.gitignore
0 → 100644
.phpmetrics.yml
0 → 100644
.scrutinizer.yml
0 → 100644
.travis.yml
0 → 100644
CHANGELOG.md
0 → 100644
LICENSE
0 → 100644
This diff is collapsed.
Click to expand it.
README-zh.md
0 → 100644
README.md
0 → 100644
bin/ci-install-extensions
0 → 100644
bin/generate-phpdoc
0 → 100644
bin/pack-skeleton
0 → 100644
bin/update-phwoolcon-package-resource
0 → 100644
This diff is collapsed.
Click to expand it.
composer.json
0 → 100644
docs/ApiIndex.md
0 → 100644
This diff could not be displayed because it is too large.
functions.php
0 → 100644
This diff is collapsed.
Click to expand it.
phpcs.xml.dist
0 → 100644
phpdoc.dist.xml
0 → 100644
phpunit.xml.dist
0 → 100644
src/Aliases.php
0 → 100644
src/Assets/Resource/Css.php
0 → 100644
src/Assets/Resource/Js.php
0 → 100644
src/Assets/ResourceTrait.php
0 → 100644
src/Cache.php
0 → 100644
src/Cache/Backend/Redis.php
0 → 100644
src/Cache/Clearer.php
0 → 100644
src/Cli.php
0 → 100644
src/Cli/Command.php
0 → 100644
src/Cli/Command/ClearCacheCommand.php
0 → 100644
src/Cli/Command/Migrate.php
0 → 100644
src/Cli/Command/Migrate/template.php
0 → 100644
src/Cli/Command/MigrateCreate.php
0 → 100644
src/Cli/Command/MigrateList.php
0 → 100644
src/Cli/Command/MigrateRevert.php
0 → 100644
src/Cli/Command/Package/CreateCommand.php
0 → 100644
src/Cli/Command/Package/skeleton.tar
0 → 100644
No preview for this file type
src/Cli/Command/QueueConsumeCommand.php
0 → 100644
src/Cli/Command/ServiceCommand.php
0 → 100644
src/Cli/Command/TaskCommand.php
0 → 100644
src/Cli/Output/Stream.php
0 → 100644
src/Config.php
0 → 100644
src/Controller.php
0 → 100644
This diff is collapsed.
Click to expand it.
src/Controller/Admin.php
0 → 100644
src/Controller/Admin/ConfigTrait.php
0 → 100644
src/Controller/Api.php
0 → 100644
src/Cookies.php
0 → 100644
src/Crypt.php
0 → 100644
src/Daemon/Service.php
0 → 100644
This diff is collapsed.
Click to expand it.
src/Daemon/ServiceAwareInterface.php
0 → 100644
src/DateTime.php
0 → 100644
src/Db.php
0 → 100644
src/Db/Adapter/Pdo/Mysql.php
0 → 100644
src/DiFix.php
0 → 100644
src/ErrorCodes.php
0 → 100644
src/Events.php
0 → 100644
src/Exception/Http/CsrfException.php
0 → 100644
src/Exception/Http/ForbiddenException.php
0 → 100644
src/Exception/Http/NotFoundException.php
0 → 100644
src/Exception/Http/RedirectException.php
0 → 100644
src/Exception/HttpClientException.php
0 → 100644
src/Exception/HttpException.php
0 → 100644
src/Exception/InvalidConfigException.php
0 → 100644
src/Exception/QueueException.php
0 → 100644
src/Exception/SessionException.php
0 → 100644
src/Exception/SysException.php
0 → 100644
src/Exception/WidgetException.php
0 → 100644
src/Http/Client.php
0 → 100644
src/Http/Cookie.php
0 → 100644
src/I18n.php
0 → 100644
src/Log.php
0 → 100644
src/Mailer.php
0 → 100644
src/Model.php
0 → 100644
This diff is collapsed.
Click to expand it.
src/Model/Config.php
0 → 100644
src/Model/DynamicTrait/EmptyTrait.php
0 → 100644
src/Model/DynamicTrait/Loader.php
0 → 100644
src/Model/MetaData/InCache.php
0 → 100644
src/Model/User.php
0 → 100644
src/Model/UserProfile.php
0 → 100644
src/Payload.php
0 → 100644
This diff is collapsed.
Click to expand it.
src/PayloadTrait.php
0 → 100644
This diff is collapsed.
Click to expand it.
src/Protocol/StreamWrapperInterface.php
0 → 100644
This diff is collapsed.
Click to expand it.
src/Protocol/StreamWrapperTrait.php
0 → 100644
This diff is collapsed.
Click to expand it.
src/Queue.php
0 → 100644
This diff is collapsed.
Click to expand it.
src/Queue/Adapter/Beanstalkd.php
0 → 100644
This diff is collapsed.
Click to expand it.
src/Queue/Adapter/Beanstalkd/Job.php
0 → 100644
This diff is collapsed.
Click to expand it.
src/Queue/Adapter/DbQueue.php
0 → 100644
This diff is collapsed.
Click to expand it.
src/Queue/Adapter/DbQueue/Connection.php
0 → 100644
This diff is collapsed.
Click to expand it.
src/Queue/Adapter/DbQueue/Job.php
0 → 100644
This diff is collapsed.
Click to expand it.
src/Queue/Adapter/JobInterface.php
0 → 100644
This diff is collapsed.
Click to expand it.
src/Queue/Adapter/JobTrait.php
0 → 100644
This diff is collapsed.
Click to expand it.
src/Queue/Adapter/RocketMQ.php
0 → 100644
This diff is collapsed.
Click to expand it.
src/Queue/Adapter/RocketMQ/Job.php
0 → 100644
This diff is collapsed.
Click to expand it.
src/Queue/Adapter/RocketMQ/RocketClient.php
0 → 100644
This diff is collapsed.
Click to expand it.
src/Queue/Adapter/RocketMQ/RowJob.php
0 → 100644
This diff is collapsed.
Click to expand it.
src/Queue/AdapterInterface.php
0 → 100644
This diff is collapsed.
Click to expand it.
src/Queue/AdapterTrait.php
0 → 100644
This diff is collapsed.
Click to expand it.
src/Queue/FailedLoggerDb.php
0 → 100644
This diff is collapsed.
Click to expand it.
src/Queue/Listener.php
0 → 100644
This diff is collapsed.
Click to expand it.
src/Queue/Listener/Result.php
0 → 100644
This diff is collapsed.
Click to expand it.
src/Router.php
0 → 100644
This diff is collapsed.
Click to expand it.
src/Router/Filter/DisableCsrfFilter.php
0 → 100644
This diff is collapsed.
Click to expand it.
src/Router/Filter/DisableSessionFilter.php
0 → 100644
This diff is collapsed.
Click to expand it.
src/Router/Filter/MultiFilter.php
0 → 100644
This diff is collapsed.
Click to expand it.
src/Router/FilterInterface.php
0 → 100644
This diff is collapsed.
Click to expand it.
src/Router/FilterTrait.php
0 → 100644
This diff is collapsed.
Click to expand it.
src/Security.php
0 → 100644
This diff is collapsed.
Click to expand it.
src/Session.php
0 → 100644
This diff is collapsed.
Click to expand it.
src/Session/Adapter/Memcached.php
0 → 100644
This diff is collapsed.
Click to expand it.
src/Session/Adapter/Native.php
0 → 100644
This diff is collapsed.
Click to expand it.
src/Session/Adapter/Redis.php
0 → 100644
This diff is collapsed.
Click to expand it.
src/Session/AdapterInterface.php
0 → 100644
This diff is collapsed.
Click to expand it.
src/Session/AdapterTrait.php
0 → 100644
This diff is collapsed.
Click to expand it.
src/Text.php
0 → 100644
This diff is collapsed.
Click to expand it.
src/Util/Counter.php
0 → 100644
This diff is collapsed.
Click to expand it.
src/Util/Counter/Adapter.php
0 → 100644
This diff is collapsed.
Click to expand it.
src/Util/Counter/Adapter/Auto.php
0 → 100644
This diff is collapsed.
Click to expand it.
src/Util/Counter/Adapter/Cache.php
0 → 100644
This diff is collapsed.
Click to expand it.
src/Util/Counter/Adapter/Rds.php
0 → 100644
This diff is collapsed.
Click to expand it.
src/Util/Counter/AdapterInterface.php
0 → 100644
This diff is collapsed.
Click to expand it.
src/Util/Reflection/Stringify/Parameter.php
0 → 100644
This diff is collapsed.
Click to expand it.
src/Util/Timer.php
0 → 100644
This diff is collapsed.
Click to expand it.
src/View.php
0 → 100644
This diff is collapsed.
Click to expand it.
src/View/Engine/Php.php
0 → 100644
This diff is collapsed.
Click to expand it.
src/View/Widget.php
0 → 100644
This diff is collapsed.
Click to expand it.
src/WebSocket/Service.php
0 → 100644
This diff is collapsed.
Click to expand it.
tests/Helper/Admin/TestConfigTrait.php
0 → 100644
This diff is collapsed.
Click to expand it.
tests/Helper/Cli/TestCommand.php
0 → 100644
This diff is collapsed.
Click to expand it.
tests/Helper/CliTestCase.php
0 → 100644
This diff is collapsed.
Click to expand it.
tests/Helper/Filter/AlwaysException.php
0 → 100644
This diff is collapsed.
Click to expand it.
tests/Helper/Filter/AlwaysFail.php
0 → 100644
This diff is collapsed.
Click to expand it.
tests/Helper/Model/TestDynamicTrait.php
0 → 100644
This diff is collapsed.
Click to expand it.
tests/Helper/TestAdminController.php
0 → 100644
This diff is collapsed.
Click to expand it.
tests/Helper/TestApiController.php
0 → 100644
This diff is collapsed.
Click to expand it.
tests/Helper/TestCase.php
0 → 100644
This diff is collapsed.
Click to expand it.
tests/Helper/TestController.php
0 → 100644
This diff is collapsed.
Click to expand it.
tests/Helper/TestModel.php
0 → 100644
This diff is collapsed.
Click to expand it.
tests/Helper/TestQueueWorker.php
0 → 100644
This diff is collapsed.
Click to expand it.
tests/Helper/TestService.php
0 → 100644
This diff is collapsed.
Click to expand it.
tests/Helper/TestUserModel.php
0 → 100644
This diff is collapsed.
Click to expand it.
tests/Helper/TestUserProfileModel.php
0 → 100644
This diff is collapsed.
Click to expand it.
tests/Helper/TestWidget.php
0 → 100644
This diff is collapsed.
Click to expand it.
tests/Integration/Cli/MigrationTest.php
0 → 100644
This diff is collapsed.
Click to expand it.
tests/Integration/Cli/QueueConsumeTest.php
0 → 100644
This diff is collapsed.
Click to expand it.
tests/Integration/DbTest.php
0 → 100644
This diff is collapsed.
Click to expand it.
tests/Integration/Http/ClientTest.php
0 → 100644
This diff is collapsed.
Click to expand it.
tests/Integration/MailerTest.php
0 → 100644
This diff is collapsed.
Click to expand it.
tests/Integration/Model/ConfigTest.php
0 → 100644
This diff is collapsed.
Click to expand it.
tests/Integration/ModelTest.php
0 → 100644
This diff is collapsed.
Click to expand it.
tests/Integration/QueueTest.php
0 → 100644
This diff is collapsed.
Click to expand it.
tests/Integration/UserModelTest.php
0 → 100644
This diff is collapsed.
Click to expand it.
tests/Integration/Util/AutoCounterTest.php
0 → 100644
This diff is collapsed.
Click to expand it.
tests/Integration/Util/CacheCounterTest.php
0 → 100644
This diff is collapsed.
Click to expand it.
tests/Integration/Util/RdsCounterTest.php
0 → 100644
This diff is collapsed.
Click to expand it.
tests/Unit/Admin/ConfigTraitTest.php
0 → 100644
This diff is collapsed.
Click to expand it.
tests/Unit/CacheTest.php
0 → 100644
This diff is collapsed.
Click to expand it.
tests/Unit/CliTest.php
0 → 100644
This diff is collapsed.
Click to expand it.
tests/Unit/ControllerTest.php
0 → 100644
This diff is collapsed.
Click to expand it.
tests/Unit/CookiesTest.php
0 → 100644
This diff is collapsed.
Click to expand it.
tests/Unit/CryptTest.php
0 → 100644
This diff is collapsed.
Click to expand it.
tests/Unit/Daemon/ServiceTest.php
0 → 100644
This diff is collapsed.
Click to expand it.
tests/Unit/ErrorCodesTest.php
0 → 100644
This diff is collapsed.
Click to expand it.
tests/Unit/EventsTest.php
0 → 100644
This diff is collapsed.
Click to expand it.
tests/Unit/FunctionsTest.php
0 → 100644
This diff is collapsed.
Click to expand it.
tests/Unit/I18nTest.php
0 → 100644
This diff is collapsed.
Click to expand it.
tests/Unit/Model/DynamicTraitTest.php
0 → 100644
This diff is collapsed.
Click to expand it.
tests/Unit/PayloadTest.php
0 → 100644
This diff is collapsed.
Click to expand it.
tests/Unit/RouterTest.php
0 → 100644
This diff is collapsed.
Click to expand it.
tests/Unit/SecurityTest.php
0 → 100644
This diff is collapsed.
Click to expand it.
tests/Unit/SessionTest.php
0 → 100644
This diff is collapsed.
Click to expand it.
tests/Unit/View/WidgetTest.php
0 → 100644
This diff is collapsed.
Click to expand it.
tests/Unit/ViewTest.php
0 → 100644
This diff is collapsed.
Click to expand it.
tests/phpcs
0 → 100644
This diff is collapsed.
Click to expand it.
tests/phpmetrics
0 → 100644
This diff is collapsed.
Click to expand it.
tests/phpunit
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
tests/resource/app/locale/en/common.php
0 → 100644
This diff is collapsed.
Click to expand it.
tests/resource/app/locale/en/error_codes.php
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
tests/resource/app/locale/zh_CN/common.php
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
tests/resource/app/routes.php
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
tests/resource/app/views/html.phtml
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
tests/resource/public/assets/css/test.css
0 → 100644
This diff is collapsed.
Click to expand it.
tests/resource/public/assets/js/test-body.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
tests/resource/public/assets/js/test.js
0 → 100644
This diff is collapsed.
Click to expand it.
tests/resource/public/static/.gitkeep
0 → 100644
This diff is collapsed.
Click to expand it.
tests/travis/php-ext.ini
0 → 100644
This diff is collapsed.
Click to expand it.
-
Please register or sign in to post a comment