All Projects → seth-shi → easy-extends

seth-shi / easy-extends

Licence: other
一个简单快速安装PHP扩展的程序--最简单的方法就是使用Linux

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to easy-extends

Easy Extends
一个简单快速安装PHP扩展的程序--最简单的方法就是使用Linux
Stars: ✭ 85 (+8.97%)
Mutual labels:  monogame, memcache
rust-memcache
memcache client for rust
Stars: ✭ 106 (+35.9%)
Mutual labels:  memcache
C3de
C3DE is a 3D Game Engine powered by MonoGame
Stars: ✭ 78 (+0%)
Mutual labels:  monogame
Monofoxe
Foxes made Monogame easy.
Stars: ✭ 175 (+124.36%)
Mutual labels:  monogame
P3d Legacy
Legacy repository for the Pokémon3D Visual Basic version
Stars: ✭ 122 (+56.41%)
Mutual labels:  monogame
Zombusters
🕹️ A retro style zombies shooter with cool isometric pixel art for Windows and MacOS
Stars: ✭ 41 (-47.44%)
Mutual labels:  monogame
Quake Console
Quake-style console for MonoGame
Stars: ✭ 66 (-15.38%)
Mutual labels:  monogame
Landlord
Landlord was a planned roguelike game, which may yet be completed one day if I decide I am willing to re-approach it.
Stars: ✭ 40 (-48.72%)
Mutual labels:  monogame
Transform
Base Monogame objects for managing relative transforms.
Stars: ✭ 19 (-75.64%)
Mutual labels:  monogame
Monogame.forms
MonoGame.Forms is the easiest way of integrating a MonoGame render window into your Windows Forms project. It should make your life much easier, when you want to create your own editor environment.
Stars: ✭ 165 (+111.54%)
Mutual labels:  monogame
Protogame
This project has been sunset as of 1st Jan 2018 and is no longer supported or maintained
Stars: ✭ 166 (+112.82%)
Mutual labels:  monogame
Nopipeline
A Monogame Content Pipeline enhancer.
Stars: ✭ 152 (+94.87%)
Mutual labels:  monogame
Magicallife
A 2d game that aspires to be similar to Rimworld, with more depth, magic, and RPG concepts.
Stars: ✭ 145 (+85.9%)
Mutual labels:  monogame
Pathrenderinglab
Repository for research on complete SVG rendering
Stars: ✭ 83 (+6.41%)
Mutual labels:  monogame
LDtkMonogame
Monogame renderer and importer for LDtk Level editor
Stars: ✭ 43 (-44.87%)
Mutual labels:  monogame
Nez
Nez is a free 2D focused framework that works with MonoGame and FNA
Stars: ✭ 1,168 (+1397.44%)
Mutual labels:  monogame
Penumbra
2D lighting with soft shadows for MonoGame
Stars: ✭ 207 (+165.38%)
Mutual labels:  monogame
memcache.php
Visibility for your memcache servers.
Stars: ✭ 54 (-30.77%)
Mutual labels:  memcache
MonoGame.Primitives2D
Easy-to-use 2D primitives
Stars: ✭ 44 (-43.59%)
Mutual labels:  monogame
ArcaneManagedFbx
C# and .NET Framework wrapper for the Autodesk FBX SDK written in C++/CLI (managed C++).
Stars: ✭ 36 (-53.85%)
Mutual labels:  monogame

easy-extends

Travis CI StyleCI Total Downloads License

About

+--------------+                    +----------------+            +------------+
| open service | php install redis  | down redis.dll | php index  |    show    |
|  lamp/lnmp   |------------------> | move redis.dll | ---------> | extensions |
| environment  |                    | update php.ini |            |    list    |
+--------------+                    +----------------+            +------------+

下载redis

Requirement

  1. PHP >= 5.3

Installation

easy-extends压缩包

// 手动下载
github 的 Clone or download 按钮 -> download zip 即可下载压缩包

// composer安装
composer require davidnineroc/easy-extends

Usage

// 使用格式
php install xxxx

// 安装 redis 扩展
php install redis
// 安装好了之后,查看开启的扩展
php index

// 如果写入失败, 请回滚 php.ini 文件
php install rollback

Support

  • curl
  • fileinfo
  • gd2
  • pdomssql
  • pdomysql
  • pdosqlite
  • mbstring
  • memcache
  • mongo
  • mongodb
  • mysqli
  • mssql
  • opcache
  • openssl
  • sphinx
  • redis
  • sockets
  • solr
  • ssh2
  • xdebug
  • zip

Errors

  • php 既不是内部命令也不知可执行程序
  • fwrite 写入失败
    • 需要给\cache文件夹配置读写权限,windows通常情况下默认是有的
  • xxxx.dll already run
    • 已经安装了此扩展,且已在运行

License

MIT

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