Download the PHP package panlatent/aurora without Composer

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

aurora

Build Status Latest Stable Version Total Downloads Latest Unstable Version License

Aurora is a HTTP Application Server of PHP Script.

> Notice : Aurora is now not a stable version, please do not use in the environment.

简介

Aurora是一个使用PHP编写的HTTP应用服务器, 它可以使PHP脚本以常驻内存的方式执行. Aurora目前使用了简单的fork模型, 每个请求对应一个子进程. 它支持守护进程, 采用管道的概念使数据流与处理程序解耦. 除了直接将Aurora作为一个HTTP服务器, 还可以使用Aurora组件构建基于基于HTTP协议的网络服务. Aurora是一个实验性质的项目, 目前并未对性能做到较多的考虑. Aurora与WorkerMan项目和Swoole项目不同的是, 它努力成为一个全面且坚实的HTTP服务器, 并且能够为其他以HTTP协议为基础的项目提供复用方式, 而不是重复制造一个高性能的网络库.

环境和依赖

使用说明

aurora [start|stop|restart|status]

开发进度和版本

Aurora版本号遵循 主版本号.次版本号.修订版本号 的规则. v0.x 的所有版本均为开发版且不遵循版本号奇偶数和修订版本号的约定. 点击查看 完整的更新日志

预计在下个版本实现的特性

添加HTTP Handle Framework, Aurora的请求处理逻辑会使用这个框架编写. 更全面的解析HTTP请求, 处理静态文件资源, HTTP响应和错误实现, 日志功能

感谢

Aurora Logo by @Clagrae

License

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


All versions of aurora with dependencies

PHP Build Version
Package Version
Requires php Version >=7.0
ext-event Version *
ext-pcntl Version *
monolog/monolog Version ~1.20
symfony/console Version ~3.1
panlatent/easy-shm Version dev-master
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 panlatent/aurora contains the following files

Loading the files please wait ....