Code Monkey home page Code Monkey logo

phpwebstudy's Introduction

PhpWebStudy

App Icon

Php and Web development environment manage tool for MacOS system

GitHub release Total Downloads

ko-fi

PhpWebStudy is a permanent free open source project. created for PHP and Web engineers using MacOS systems for development, to provide a more simple and useful tool to manage the local server environment. like MAMP PRO XAMPP etc...

Some of people may not trust this program, but I'll just say this. As an independent developer. I am committed to protecting the privacy of my users. I promise that this program will not steal your privacy. This program does not upload anything to anywhere. It can be tested by any person or organization.

Visit the website for detailed descriptions and tutorials on how to use it:

https://www.macphpstudy.com

Documentation

https://www.phpwebstudy.com

Documentation

โœจ FEATURES

  • Simple and clear graphical interface
  • Simultaneously run multiple PHP versions, supports PHP5.x - PHP8.x, run as PHP-FPM mode.
  • Software version switching Choose the corresponding version for development and debugging according to development needs.
  • Quickly create new projects, initialize with the selected framework, support: wordpress, laravel, yii2, symfony, thinkphp, codeIgniter, cakephp, slim
  • Local DNS Server, access local sites from phones and other computers using domain names
  • Customized configuration for each software
  • Instant view of log files
  • Site Management, set port number, php version, ssl certificate for each site
  • One-click setting of nginx url rewrite for common PHP projects.
  • One click to generate SSL self-signed certificate
  • PHP code obfuscation, obfuscate a single file or the full project
  • Commonly used in the development of tools, timestamp conversion, encoding / decoding, port occupation of one-click cleanup

๐Ÿ–ฅ application interface

01.png 02.png 03.png 04.png 05.png

๐Ÿ’ฝ Installation

  1. GitHub provides the compiled stable version of the installation package

The latest version of the intel and Apple M installer has been separated, with arm64 for Apple M, without for intel, pay attention not to download the wrong one!

  1. Installation with brew
brew install phpwebstudy
  1. Of course you can also clone the code yourself to compile and package it.

โŒจ๏ธ Development

Cloning Code

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

Install dependencies

cd PhpWebStudy
yarn install

Run

yarn run dev

Build

yarn run build

PHP Versions

The brew libraries do not support older PHP versions, so if you want to use an older version of PHP, you need to use one of brew's third-party libraries. Example:

shivammathur/php

phpbrew/phpbrew

This application uses shivammathur/php, by default it will automatically add shivammathur/php libraries to the brew, but due to 'network problems', it may fail to add them. You can add it by yourself, add command.

brew tap shivammathur/php

PHP extensions

Current one-click installs include: ionCube memcache memcached redis swoole xdebug ssh2 pdo_sqlsrv imagick mongodb yaf sg11

For those that are not added to the one-click install, install them as follows and replace them with your own version of PHP.

cd extensions dir
/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 Stacks

Contribution

We welcome you to join us in this project. Maybe you don't need a lot of skills, but a few simple things can make the project better. Examples of things you can do include, but are not limited to:

  • Testing, finding bugs, and filing issues.
  • Translation, using your own language, to make software and website descriptions more accurate.
  • Making product requirements and suggestions
  • Designing better looking interfaces and icons
  • Helping to share the software with a wider audience
  • Write a blog, or record a video.
  • Add features such as php extensions, software modules, common tools, etc.

Thank you to all the people who already contributed to PhpWebStudy!

Feedback and Suggestions

Mention the Issues, or scan the code to add QQ group.

QQqun.png

๐Ÿ“œ License

BSD 3-Clause License

phpwebstudy's People

Contributors

xpf0000 avatar dcto avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.