Download the PHP package wazsmwazsm/workera without Composer

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

WorkerA

安装、使用请查看 文档

是什么

WorkerA 是一个基于 workerman 的小型 WebAPI 框架。

框架分 A (Application) 和 F (Framework) 两个项目进行单独管理。

框架源码地址:WorkerA 框架核心源码地址:WorkerF

能做什么

WorkerA 不是一个全面的、多功能的框架, 它很小, 只有一些最基础的功能。不像传统 MVC 框架那样支持模板解析、视图渲染,它只实现了 M 和 C,但是它高效、简洁。

高性能

基于 workerman 常驻内存的多进程模型,比传统的基于 LNMP、LAMP 模型的框架快几十倍以上。

可扩展

WorkerA 遵循 PSR-4 自动加载规范。

WorkerA 实现了一个基础的 IOC 容器,支持控制器的自动依赖注入,支持单例模式。

路由、中间件

WorkerA 提供了简单的路由,支持动态路由和路由缓存,你可以使用动态路由构建 RESTFul API,轻松实现一个 WebAPI 项目。

同时 WorkerA 也提供了一个好用的中间件,支持全局模式和路由模式,方便对数据过滤、验证。

数据操作

WorkerA 提供了一个实用的查询构造器,支持 mysql、postgresql、sqlite,简化对数据的操作。

特性

项目依赖

workerman

predis

License

The WorkerA is open-sourced software licensed under the MIT license.


All versions of workera with dependencies

PHP Build Version
Package Version
Requires php Version >=5.5
wazsmwazsm/workerf Version 1.1.*
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 wazsmwazsm/workera contains the following files

Loading the files please wait ....