Download the PHP package fresh-li/agile-swoole without Composer

On this page you can find all versions of the php package fresh-li/agile-swoole. 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 agile-swoole

关于Agile Swoole

一个高性能的PHP开发框架(swoole)

安装

php 7.0+
swoole 4.0+
composer require fresh-li/agile-swoole:v4.0

特性

    1. 支持MVC
    2. 支持自定义常驻进程
    3. 支持多种任务模式
    4. 路由自定义事件
    5. 简单易用orm[可二次开发,实现接口,自动注入即可]
    6. 支持yaf
    7. 全面支持psr container psr http-message psr autoloader
    8. 全协程任务

压力测试

测试机器

测试命令

cd bin
php agile.php
ab -c 100 -n 50000 http://127.0.0.1:9550/welcome

测试结果

快速开始

composer require fresh-li/agile-swoole:dev-master
cd bin
php agile.php

http://127.0.0.1:9550/welcome

路由

3种不同的触发模式

常驻内存任务,开启服务立马启用

支持yaf

orm

License

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


All versions of agile-swoole with dependencies

PHP Build Version
Package Version
Requires php Version ^7.0
ext-swoole Version ^4.0
psr/container Version ^1.0
psr/http-message Version ^1.0
mustangostang/spyc Version *
guzzlehttp/guzzle Version ^6.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 fresh-li/agile-swoole contains the following files

Loading the files please wait ....