Download the PHP package inhere/library without Composer

On this page you can find all versions of the php package inhere/library. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package library

php librarys

php的一些有用的基础工具库实现和搜集

包含:依赖服务容器、静态资源加载、认证、命令行应用、数据收集器、依赖注入、环境信息、事件调度、文件系统、html元素、http请求库、进程控制、队列、任务管理、各种帮助类库

这是基于 php7 的分支。 如果你使用的是 php5, 请查看 php5 分支(不再维护)。

项目地址

注意:

安装

在 "require" 下添加

然后执行: composer update

工具库列表

已迁移至 inhere/library-plus (主要是一些不常用的、测试性的功能库):

Document

已独立的工具库

inhere/validate github git@osc

一个简洁小巧且功能完善的php验证库。仅有几个文件,无依赖。

inhere/event github git@osc

php事件管理器,事件调度器 psr-14实现

inhere/http github git@osc

php http消息库, 实现psr7 http消息接口

inhere/http-client github git@osc

http 工具库(request 请求 response 响应 curl curl请求库,有简洁、完整和并发请求三个版本的类)

inhere/queue github git@osc

php的队列实现,使用包装(DbQueue LevelDbQueue PhpQueue RedisQueue ShmQueue SSDBQueue SysVQueue)

更多

我的其他项目

inhere/console github git@osc

轻量级的命令行应用,工具库, 控制台交互.

srouter github git@osc

轻量级且快速的路由器实现.

php-server github git@osc

基于 swoole 的server实现, 方便快速的构建和管理自己的 swoole 服务器

php-gearman-manager github git@osc

php 的 gearman workers 管理工具。同时启动并管理多个gearman worker,并会监控运行状态。可以自定义worker数量,也可以针对job设置worker数量。还可以让worker专注指定的job

license

MIT


All versions of library with dependencies

PHP Build Version
Package Version
Requires php Version >=7.0.0
psr/container Version ^1.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package inhere/library contains the following files

Loading the files please wait ....