All Projects → iTXTech → SimpleFramework

iTXTech / SimpleFramework

Licence: GPL-3.0 License
Powerful, lightweight and extensible php command line framework.

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to SimpleFramework

Synapse
High performance load balance server for Minecraft: Bedrock Edition.
Stars: ✭ 30 (+87.5%)
Mutual labels:  simpleframework, php72
laravel-username-generator
Automatically generate usernames for Laravel User Model
Stars: ✭ 37 (+131.25%)
Mutual labels:  php72
docker-compose-lemp-stack
Docker Compose Linux Nginx MariaDB PHP7.2 Stack
Stars: ✭ 55 (+243.75%)
Mutual labels:  php72
really-simple-telegram-bot
Example of php telegram bot, for medium article
Stars: ✭ 13 (-18.75%)
Mutual labels:  php72
framework
Core package for avored shopping cart
Stars: ✭ 72 (+350%)
Mutual labels:  php72
pimf-framework
Micro framework for PHP that emphasises minimalism and simplicity
Stars: ✭ 42 (+162.5%)
Mutual labels:  php72
OwOFrame
A lightweight MVC framework for PHP
Stars: ✭ 46 (+187.5%)
Mutual labels:  php72
mdserver-web
Simple Linux Panel
Stars: ✭ 1,064 (+6550%)
Mutual labels:  php72
simplepie-ng
Don't use this yet.
Stars: ✭ 41 (+156.25%)
Mutual labels:  php72
pasvl
Array Validator (regular expressions for arrays, sort of)
Stars: ✭ 40 (+150%)
Mutual labels:  php72
crypto-monitor
Monitor the crypto currency rate
Stars: ✭ 71 (+343.75%)
Mutual labels:  php72
Slapper
The new home of Slapper, the NPC plugin for PocketMine.
Stars: ✭ 99 (+518.75%)
Mutual labels:  php72
squirrelmail
🌰️🐿️ SquirrelMail GitHub Repository (PHP 7-OK!)
Stars: ✭ 42 (+162.5%)
Mutual labels:  php72
opcode-analysis
A set of Docker images to test out PHP code against the interpreter to see the resulting opcodes with multiple PHP versions.
Stars: ✭ 14 (-12.5%)
Mutual labels:  php72
SAC
An AntiCheat software for PockeMine-MP made to detect unfair gamplay advantages.
Stars: ✭ 52 (+225%)
Mutual labels:  php72
MDserver 64
PHP integrated environment - (Win7, 8, 10) 64-bit available
Stars: ✭ 18 (+12.5%)
Mutual labels:  php72
Php7 Reference
An overview of the features, changes, and backward compatibility breakages in PHP 7
Stars: ✭ 1,416 (+8750%)
Mutual labels:  php72
Devilbox
A modern Docker LAMP stack and MEAN stack for local development
Stars: ✭ 3,598 (+22387.5%)
Mutual labels:  php72

SimpleFramework

License Stable Developing

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.0, PeachPie

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

Integrated support

Get SimpleFramework

  • Releases - Stable release, PHAR format

or

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

License

Copyright (C) 2016-2021 iTX Technologies

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].