Download the PHP package alex-qiu/sdkit without Composer

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

SDKit

SDKit 是一个 PHP SDK 基础工具包,提供了一系列便于开发的功能模块,例如 HTTP 请求、日志处理、事件处理和异常处理等。
它旨在作为其他外部 SDK 的基础支持工具库,帮助开发者快速构建功能完善的 SDK。


特性


安装

使用 Composer 安装:


使用方法

1. 创建 ServiceContainer

ServiceContainer 是 SDKit 的核心管理器,负责加载配置并初始化相关组件。

2. 发起 HTTP 请求

SDKit 提供了封装的 HTTP 客户端,基于 Guzzle 实现。

3. 使用日志功能

通过配置 logger,可以快速记录日志。


⚙️ 兼容性

SDKit 使用了现代 PHP 特性和依赖库,并且具备广泛的兼容性:

如果您在某些框架中遇到兼容性问题,请通过 Issue 向我们反馈,我们会尽快修复!


⚙️ 依赖


🛠️ 贡献

欢迎开发者为 SDKit 做出贡献!我们非常乐意接受您的 IssuePull Request

在贡献之前,请确保您的代码符合以下要求:

  1. 遵循 PSR 标准
  2. 通过所有单元测试。
  3. 提交代码时附带必要的说明。

贡献步骤:

  1. Fork 仓库
  2. 创建功能分支:git checkout -b feature/my-feature
  3. 提交更改:git commit -m "Add my feature"
  4. 推送分支:git push origin feature/my-feature
  5. 提交 Pull Request 并等待审核。

我们期待您的参与和支持! 🙌


All versions of sdkit with dependencies

PHP Build Version
Package Version
Requires php Version >=8.0
ext-json Version *
ext-curl Version *
php-di/php-di Version ^7.0
guzzlehttp/guzzle Version ^7.0
monolog/monolog Version ^1.22 || ^2.0 || ^3.0
symfony/event-dispatcher Version ^4.3 || ^5.0 || ^6.0
symfony/http-foundation Version ^2.7 || ^3.0 || ^4.0 || ^5.0 || ^6.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 alex-qiu/sdkit contains the following files

Loading the files please wait ....