All Projects → xpf0000 → BuildPhp

xpf0000 / BuildPhp

Licence: MIT License
php and web env manager for mac,include apache nginx php mysql memcached redis node with mutable version, and SSL make, file info... extend tools

Programming Languages

javascript
184084 projects - #8 most used programming language
ruby
36898 projects - #4 most used programming language
Vue
7211 projects
SCSS
7915 projects
shell
77523 projects
EJS
674 projects
HTML
75241 projects

Projects that are alternatives of or similar to BuildPhp

wp-serverinfo
Display your host's PHP, MYSQL & memcached (if installed) information on your WordPress dashboard.
Stars: ✭ 15 (-86.49%)
Mutual labels:  memcached
WP-Stash
Bridge between WordPress and StashPHP, providing a PSR6-compliant caching system for WordPress
Stars: ✭ 31 (-72.07%)
Mutual labels:  memcached
php-mvc
PHP MVC ⦿ Dockerized • Composer • RESTful API • Memcached • cron • WebSocket
Stars: ✭ 17 (-84.68%)
Mutual labels:  memcached
django-pymemcache
A Django cache backend built in Pinterest's pymemcache.
Stars: ✭ 40 (-63.96%)
Mutual labels:  memcached
docker-nginx-certbot
Automatically create and renew website certificates for free using the Let's Encrypt certificate authority.
Stars: ✭ 367 (+230.63%)
Mutual labels:  ssl-certificates
EnyimMemcachedCore
A Memcached client for .NET Core. Available on Nuget https://www.nuget.org/packages/EnyimMemcachedCore
Stars: ✭ 143 (+28.83%)
Mutual labels:  memcached
Session
PHP Session Manager (non-blocking, flash, segment, session encryption)
Stars: ✭ 23 (-79.28%)
Mutual labels:  memcached
magento-cluster
Highly Available and Auto-scalable Magento Cluster
Stars: ✭ 21 (-81.08%)
Mutual labels:  memcached
cert human
SSL Certificates for Humans
Stars: ✭ 34 (-69.37%)
Mutual labels:  ssl-certificates
shell-scripts
my-scripts
Stars: ✭ 87 (-21.62%)
Mutual labels:  memcached
mdserver-web
Simple Linux Panel
Stars: ✭ 1,064 (+858.56%)
Mutual labels:  memcached
private-tls-cert
A simple Terraform module to generate self-signed TLS certificates for private use
Stars: ✭ 36 (-67.57%)
Mutual labels:  ssl-certificates
fastapi-cache
fastapi-cache is a tool to cache fastapi response and function result, with backends support redis and memcached.
Stars: ✭ 375 (+237.84%)
Mutual labels:  memcached
memcache
Node.js memcached client with the most efficient ASCII protocol parser
Stars: ✭ 26 (-76.58%)
Mutual labels:  memcached
graphiql-storm
🌪 A GraphQl Web IDE
Stars: ✭ 111 (+0%)
Mutual labels:  web-ide
aiohttp-cache
A cache system for aiohttp server
Stars: ✭ 39 (-64.86%)
Mutual labels:  memcached
memcached-php
Memcached client library in plain vanilla PHP.
Stars: ✭ 28 (-74.77%)
Mutual labels:  memcached
bmemcached-rs
Rust binary memcached implementation
Stars: ✭ 24 (-78.38%)
Mutual labels:  memcached
ght-acme.sh
Shell script to sign certificate by the letsencrypt CA
Stars: ✭ 31 (-72.07%)
Mutual labels:  ssl-certificates
bitrix-memcached
Bitrix Cache with php-memcached / Кэш Битрикс на Memcached
Stars: ✭ 13 (-88.29%)
Mutual labels:  memcached

BuildPhp

App Icon

English | 简体中文

PHP and Web develop environment manager for Mac

GitHub release Total Downloads

BuildPhp is a develop environment manager for Mac,include php,nginx,apache,msyql,memcached,redis and host manager

Features

  • Simple and clear user interface
  • Version switching: select the corresponding version for development debugging according to the development needs
  • Customized configuration of each software
  • Log file immediate view
  • Host manage
  • Common PHP project URL rewriting one-click settings
  • Ease generation of SSL self signed certificate
  • Common tools in development, Unix timestamp, Decode/Encode...

💽 Installation

Download from GitHub Releases and install it.

🖥 User Interface

scan.png screen1.gif screen2.gif screen3.gif

⌨️ Development

Clone Code

git clone [email protected]:xpf0000/BuildPhp.git

Install Dependencies

cd BuildPhp
npm install

If you like Yarn, you can also use yarn to install dependencies.

Dev Mode

npm run dev

Build Release

npm run build

After building, the application will be found in the project's release directory.

Mysql Initial account and password

Mysql Initial account and password is root root, you can use phpmyadmin or other db tool to use it

PHP Extensions

now one click installation include ionCube memcache memcached redis swoole

Feedback will be collected and added to one click installation

If it is not added to one click installation, use the following method to install and replace it with your own PHP version

CD extension directory

/usr/local/Cellar/ [email protected]/7.2.34/bin/phpize

./configure --with-php-config=/usr/local/Cellar/ [email protected]/7.2.34/bin/php-config

make

make install

🛠 Technology Stack

🤝 Contribute PRs Welcome

If you are interested in participating in joint development, PR and Forks are welcome!

📜 License

Open source based on MIT license

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