All Projects → DavidNineRoc → Easy Extends

DavidNineRoc / Easy Extends

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

Projects that are alternatives of or similar to Easy Extends

Ninja Mutex
Mutex implementation for PHP
Stars: ✭ 180 (+111.76%)
Mutual labels:  redis, memcache
Ring
Python cache interface with clean API and built-in memcache & redis + asyncio support.
Stars: ✭ 404 (+375.29%)
Mutual labels:  redis, memcache
Hfish
安全、可靠、简单、免费的企业级蜜罐
Stars: ✭ 2,977 (+3402.35%)
Mutual labels:  redis, memcache
Sanic session
Provides server-backed sessions for Sanic using Redis, Memcache and more.
Stars: ✭ 131 (+54.12%)
Mutual labels:  redis, memcache
Phalcon Vm
Vagrant configuration for PHP7, Phalcon 3.x and Zephir development.
Stars: ✭ 43 (-49.41%)
Mutual labels:  redis, memcache
Packages
Enhances Composer Satis with webhook integrations to GitHub and GitLab
Stars: ✭ 157 (+84.71%)
Mutual labels:  redis, composer
akaash-rest-api
Akaash: A restful API template built with PHP driven by flight micro-framework
Stars: ✭ 17 (-80%)
Mutual labels:  composer, memcache
easy-extends
一个简单快速安装PHP扩展的程序--最简单的方法就是使用Linux
Stars: ✭ 78 (-8.24%)
Mutual labels:  monogame, memcache
Synchrotron
Caching layer load balancer.
Stars: ✭ 42 (-50.59%)
Mutual labels:  redis, memcache
Gocache
☔️ A complete Go cache library that brings you multiple ways of managing your caches
Stars: ✭ 775 (+811.76%)
Mutual labels:  redis, memcache
Overlord
Overlord是哔哩哔哩基于Go语言编写的memcache和redis&cluster的代理及集群管理功能,致力于提供自动化高可用的缓存服务解决方案。
Stars: ✭ 1,884 (+2116.47%)
Mutual labels:  redis, memcache
Deb Dev Machine
Quickly install common Developer tools, IDE's & Services on Debian 9
Stars: ✭ 63 (-25.88%)
Mutual labels:  redis, composer
Zebra database
A compact, lightweight and feature-rich PHP MySQLi database wrapper
Stars: ✭ 98 (+15.29%)
Mutual labels:  redis, memcache
Spring Boot Leaning
Spring Boot 2.X 最全课程代码
Stars: ✭ 2,008 (+2262.35%)
Mutual labels:  redis, memcache
Middleware development learning
中间件、高性能服务器、分布式存储等(redis、memcache、nginx、大容量redis pika、rocksdb、mongodb、wiredtiger存储引擎、高性能代理中间件)二次开发、性能优化,逐步整理文档说明并配合demo指导--每周末定时更新2-3篇技术文章及程序demo--(技术交流QQ群:568892619)
Stars: ✭ 449 (+428.24%)
Mutual labels:  redis, memcache
Php frameworks analysis
php框架源码分析
Stars: ✭ 57 (-32.94%)
Mutual labels:  redis, composer
Gopherus
This tool generates gopher link for exploiting SSRF and gaining RCE in various servers
Stars: ✭ 1,258 (+1380%)
Mutual labels:  redis, memcache
Cs Books
超过1000本的计算机经典书籍、个人笔记资料以及本人在各平台发表文章中所涉及的资源等。书籍资源包括C/C++、Java、Python、Go语言、数据结构与算法、操作系统、后端架构、计算机系统知识、数据库、计算机网络、设计模式、前端、汇编以及校招社招各种面经~
Stars: ✭ 1,215 (+1329.41%)
Mutual labels:  redis
Myblog
有深度的Java技术博客
Stars: ✭ 1,251 (+1371.76%)
Mutual labels:  redis
Pybbs
更实用的Java开发的社区(论坛),Better use of Java development community (forum)
Stars: ✭ 1,242 (+1361.18%)
Mutual labels:  redis

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