Download the PHP package chaz6chez/wm-api-core without Composer

On this page you can find all versions of the php package chaz6chez/wm-api-core. 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 wm-api-core

wm-api-core


A simple API framework for WorkerMan


更新

2019-06-24 1) 新增Response类、Env类; 2) Tool类新增一些启动器的辅助方法函数; 3) 调整Service类与Instance类中部分方法; 4) 修复Connection类中可能导致数据库操作异常的BUG; 5)

2019-02-11 1) 修复框架BUG:数据库驱动组件、缓存、CoreServer等BUG; 2) 调整MQ消费者消费方式,使用定时器配合非阻塞消费方法改进; 3) 新增Permanent常驻单例容器组件; 4) 框架优化调整;

2018-12-05 1) 调整框架加载内容方法; 2) 使用CoreServer替代HttpServer,提升性能; 3) 修复框架加载BUG可能导致内存溢出问题;

目录结构


All versions of wm-api-core with dependencies

PHP Build Version
Package Version
Requires php Version >=7.2.0
ext-pdo Version *
ext-json Version *
symfony/var-dumper Version 4.2.*
chaz6chez/structure Version 1.0.*
workerman/workerman Version 3.5.*
dragonmantank/cron-expression Version ~2.0
php-amqplib/php-amqplib Version 2.7.*
goaop/framework Version ^2.3
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 chaz6chez/wm-api-core contains the following files

Loading the files please wait ....