Download the PHP package endness/helper without Composer

On this page you can find all versions of the php package endness/helper. 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 helper

endness-helper

集成工具类,PHP小助手

【策略模式】 策略模式的决定权在用户,系统本身提供不同算法的实现,比如打折算法,对各种算法做封装。因此,策略模式多用在算法决策系统中,外部用户只需要决定用哪个算法即可。

面向对象的编程,并不是类越多越好,类的划分为了封装,但分类的基础是抽象,具有相同属性和功能的对象集合才是类。

策略模式是一种定义一系列算法的方法,从概念上来看,所有这些算法完成的都是相同的工作,只是实现不同,它可以以相同的方式调用所有的算法,减少了各种算法类与使用算法类之间的耦合。

【抽象工厂模式】 抽象工厂模式,提供一个创建一系列相关或相互依赖对象的接口,而无需指定他们的具体类。

抽象工厂模式的好处便是易于交换产品系列,由于具体工厂类,在一个应用中只需要在初始化的时候出现一次,这就使得改变一个应用的具体工厂变得非常容易,它只是需要改变具体工厂即可使用不同的产品配置。它让具体的创建实例过程与客户端分离,客户端是通过它们的抽象接口操作实例,产品的具体类名也被具体工厂的实现分离,不会出现在客户端代码中。

【代理模式】 代理模式,为其他对象提供一种代理以控制对这个对象的访问。使用代理模式,可以将功能划分的更加清晰,有助于后期维护!


All versions of helper with dependencies

PHP Build Version
Package Version
Requires php Version >=8.0
firebase/php-jwt Version ^5.4
hyperf/db-connection Version ^2.2
hyperf/di Version ^2.2
hyperf/framework Version ~2.2.0
hyperf/http-server Version ~2.2.0
hyperf/json-rpc Version ^2.2
hyperf/logger Version ~2.2.0
hyperf/redis Version ~2.2.0
hyperf/rpc-client Version ^2.2
hyperf/validation Version ^2.2
league/flysystem Version ^2.3
tencentcloud/captcha Version ^3.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 endness/helper contains the following files

Loading the files please wait ....