Download the PHP package taxcode/zby-component without Composer

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

zby-component

基于Hyperf框架的自定义组件库

包含功能如下:

  1. Token校验
  2. 注解拓展
  3. 全局异常拦截器
  4. Bean拓展(ArrayToBean、BeanToArray)
  5. Collection集合拓展
  6. Validation验证器拓展
  7. 跨域处理
  8. Excel处理器
  9. 模型(Model)拓展
  10. 服务(Service)拓展
  11. 命令(Command)拓展

1.0.2版本更新

已废弃

  1. Hyperf\Zby\Annotation\Validation\Email(邮箱验证)

  2. Hyperf\Zby\Annotation\Validation\IdCard(身份证验证)

  3. Hyperf\Zby\Annotation\Validation\Max(最大值验证)

  4. Hyperf\Zby\Annotation\Validation\Min(最小值验证)

  5. Hyperf\Zby\Annotation\Validation\Mobile(手机号验证)

  6. Hyperf\Zby\Annotation\Validation\Required(必填验证)
  7. Hyperf\Zby\Annotation\Validation\RequestBody(实体类验证)
  8. Hyperf\Zby\Annotation\Validation\ValidateBody(实体类验证)
  9. Hyperf\Zby\Annotation\Validation\RequestParamter(参数验证)
  10. Hyperf\Zby\Annotation\Validation\Valid(自定义验证)

  11. Hyperf\Zby\Annotation\Validation\Validator(自定义验证)

  12. Hyperf\Zby\Aspect\ValidationAspect(验证切面)

  13. Hyperf\Zby\Command\GenBeanCommand(生成实体类)
  14. Hyperf\Zby\Constants\UserIdFieldConstants(数据库关联字段类)

变更

  1. Hyperf\Zby\Annotation\OperationLog -> Hyperf\Zby\Annotation\VisitLog
  2. Hyperf\Zby\Aspect\LogAspect -> Hyperf\Zby\Aspect\VisitLogAspect

All versions of zby-component with dependencies

PHP Build Version
Package Version
Requires php Version >=8.0
doctrine/dbal Version ^3.6
hyperf/di Version 3.0.*
hyperf/framework Version 3.0.*
phpoffice/phpspreadsheet Version ^1.24
zoujingli/ip2region 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 taxcode/zby-component contains the following files

Loading the files please wait ....