项目作者: iTXTech

项目描述 :
Powerful, lightweight and extensible php command line framework.
高级语言: PHP
项目地址: git://github.com/iTXTech/SimpleFramework.git
创建时间: 2016-10-29T16:28:50Z
项目社区:https://github.com/iTXTech/SimpleFramework

开源协议:GNU General Public License v3.0

下载


SimpleFramework [DEPRECATED]

License
Stable-brightgreen.svg)

Powerful, lightweight and extensible php command line framework.

Introduction

Features:

  • Module Dependency Resolver (Compatible with composer)
  • Built-in Console and Commands
  • AsyncTask Scheduler and Multi-threading
  • Network and Configuration Utilities
  • All APIs can be used in a single script - See examples
  • Module HotPatch (Requires runkit7)
  • Command Line Options
  • OS Integrations (Requires PHP 7.4 and FFI)
  • Ultra lightweight PHAR (< 100KB)

Contributions are welcome.

See also

Requirements

Build PHP for SimpleFramework

Fully support: PHP 7.2, PHP 7.3

Partially support: PHP 7.4, PHP 8.x, PeachPie

Note that now swoole will break pthreads, do not use them together.

Integrated support

Get SimpleFramework

or

  • $ git clone https://github.com/iTXTech/SimpleFramework.git - Get the latest development environment for FUN

License

  1. Copyright (C) 2016-2022 iTX Technologies
  2. This program is free software: you can redistribute it and/or modify
  3. it under the terms of the GNU General Public License as published by
  4. the Free Software Foundation, either version 3 of the License, or
  5. (at your option) any later version.
  6. This program is distributed in the hope that it will be useful,
  7. but WITHOUT ANY WARRANTY; without even the implied warranty of
  8. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  9. GNU General Public License for more details.
  10. You should have received a copy of the GNU General Public License
  11. along with this program. If not, see <http://www.gnu.org/licenses></http:>.