All Projects → yongplus → FoxPHP

yongplus / FoxPHP

Licence: other
一个轻量级的Nginx+PHP8本地开发环境

Programming Languages

C++
36643 projects - #6 most used programming language
c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to FoxPHP

wamp-server
WAMP Basic Profile Router
Stars: ✭ 31 (+287.5%)
Mutual labels:  wamp, wamp-server
pagination
Aplus Framework Pagination Library
Stars: ✭ 167 (+1987.5%)
Mutual labels:  php8
local-cname
Helper script to emulate a local CNAME DNS by writing to /etc/hosts
Stars: ✭ 44 (+450%)
Mutual labels:  hosts
docker-lemp
A single container LEMP complete fullstack with latest release of PHP7.4.33, 8.0.26 & 8.1.13/8.2RC and MySQL, nginx, PostgreSQL, phalcon, swoole, mailcatcher, beanstalkd, elasticsearch, memcached, redis, adminer and all you ever need; on top alpine3.15
Stars: ✭ 106 (+1225%)
Mutual labels:  php8
anti-anti-AD
为什么不应使用antiAD去广告列表,以及选择更多优秀的替代品
Stars: ✭ 338 (+4125%)
Mutual labels:  hosts
static-php-cli
Build single static PHP binary in linux, build with PHP project together, with Swoole and other popular extensions included.
Stars: ✭ 129 (+1512.5%)
Mutual labels:  php8
CWP-Utilities
Combined Windows Privacy Utilities | Hosts file updater, block list manager, and more. Open source tools for Windows users, to help ensure privacy & security. Block ads, spyware domains, and other malicious activity/traffic, all through a simple interface.
Stars: ✭ 63 (+687.5%)
Mutual labels:  hosts
Hosts
Python解析域名生成Hosts文件
Stars: ✭ 45 (+462.5%)
Mutual labels:  hosts
amp-converter
A PHP library to convert HTML articles, blog posts or similar content to AMP (Accelerated Mobile Pages).
Stars: ✭ 59 (+637.5%)
Mutual labels:  php8
spe
A series of PHP8 examples based around a super simple MVC framework (WIP)
Stars: ✭ 14 (+75%)
Mutual labels:  php8
Nutgram
The Telegram bot framework that doesn't drive you nuts.
Stars: ✭ 206 (+2475%)
Mutual labels:  php8
UnboundBL
🛑 DNSBL (adblock) on OPNsense with UnboundBL & Unbound DNS
Stars: ✭ 63 (+687.5%)
Mutual labels:  hosts
Stratum-Panel
Stratum aims to be a scalable, reliable panel better than most solutions on the market made for selling virtual machines. It works by utilizing Proxmox's API to automatically manage/deploy virtual machines. Stratum is made in Laravel.
Stars: ✭ 26 (+225%)
Mutual labels:  php8
darknet
php ffi darknet
Stars: ✭ 21 (+162.5%)
Mutual labels:  php8
routing
Aplus Framework Routing Library
Stars: ✭ 186 (+2225%)
Mutual labels:  php8
hosts
A command line hosts file editor in one portable script.
Stars: ✭ 145 (+1712.5%)
Mutual labels:  hosts
pornhosts
Pornhosts a hosts-file formatted file of the RPZ zone file
Stars: ✭ 33 (+312.5%)
Mutual labels:  hosts
CombinedPrivacyBlockLists
Ad-blocking hosts files, IP block lists, PAC filters, and ABP / uBO subscriptions, all merged from multiple reputable sources, combined with my own research. Also, script-based utilities to help you create such things yourself. Updated at least once a week, often more frequently.
Stars: ✭ 131 (+1537.5%)
Mutual labels:  hosts
host-flash
Updates the Linux hosts file to block access to reported bad (malicious) hosts, ad server hosts and custom set hosts. Bad hosts list freshly compiled each run from the lists released by hosts-file.net and mvps.org. Also features custom blocklist, whitelist, undo and restore options. This hosts file update program is interactive.
Stars: ✭ 14 (+75%)
Mutual labels:  hosts
laravel-soap
Laravel Soap Client
Stars: ✭ 140 (+1650%)
Mutual labels:  php8

FoxPHP

一个轻量级的Nginx+PHP8环境,下载后安装即可运行。
A lightweight PHP development environment built on Nginx+PHP8 for windows, Can be run directly after installation without any third-party environment or dependencies.

该软件适用于本地开发,线上数据库,带HOST管理功能,支持快捷键切换,也是本人和项目小组每天日常工作在使用的开发环境;
将项目中的数据库配置host,在本地走服务器外网,在服务器上走内网IP,同时通过绑定线上域名host为127.0.0.1省去配置开发域名,通过快捷键快速切换线上与本地;
切换的host需要配置在#BeginFoxPHP 到 #EndFoxPHP区间(初次使用,在软件中切换一次host管理会自动创建标识)。

Click here to download

Check phpinfo: http://localhost/phpinfo.php

统托盘Icon颜色

灰色:服务未启动
蓝色:部分服务启动
黄色:Nginx和PHPCGI均运行中

默认启动软件将启动所有服务

Screenshots

托盘:

主界面:

安装访问:

集成扩展
PS D:\workspace> php -m
[PHP Modules]
apcu
bcmath
bz2
calendar
Core
ctype
curl
date
dom
exif
FFI
fileinfo
filter
ftp
gd
gettext
gmp
hash
iconv
imagick
imap
intl
json
ldap
libxml
mbstring
mongodb
mysqli
mysqlnd
mcrypt
odbc
openssl
pcre
PDO
pdo_mysql
Phar
readline
redis
Reflection
session
SimpleXML
sockets
SPL
standard
tokenizer
xml
xmlreader
xmlwriter
xsl
zip
zlib

[Zend Modules]
opcache
xdebug

软件最初内部用的,适合开发线上项目本地调试的,省去每次提交到服务器调试,所以不带MYSQL

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].