Download the PHP package wowthree/slow-webman without Composer

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

Slow Webman


基于 webmanslow-adminamis 开发的后台框架.

webman

webman是一款基于workerman开发的高性能HTTP服务框架。webman用于替代传统的php-fpm架构,提供超高性能可扩展的HTTP服务。你可以用webman开发网站,也可以开发HTTP接口或者微服务。 除此之外,webman还支持自定义进程,可以做workerman能做的任何事情,例如websocket服务、物联网、游戏、TCP服务、UDP服务、unix socket服务等等。

slow-admin

基于 Laravel 、 amis 开发的后台框架. 快速且灵活~

amis

amis 是一个低代码前端框架,它使用 JSON 配置来生成页面,可以减少页面开发工作量,极大提升效率。

特点: 快速且灵活

文档


功能


demo

Slow Admin Demo 地址

截图

环境


一分钟跑起来


  1. 安装

  2. 配置 config/database

  3. 数据库迁移文件

php vendor/bin/phinx migrate -e dev

  1. 运行项目

在你的环境把代码跑起来
php window.php / php webman start
在浏览器打开 http://127.0.0.1:8787/admin 即可访问
初始账号密码都是 admin

鸣谢



All versions of slow-webman with dependencies

PHP Build Version
Package Version
Requires php Version >=7.2
workerman/webman-framework Version ^1.5.0
monolog/monolog Version ^2.0
webman/console Version ^1.2
twig/twig Version ^3.5
symfony/translation Version ^6.2
psr/container Version 1.1.1
illuminate/database Version *
illuminate/pagination Version *
illuminate/events Version *
symfony/var-dumper Version *
illuminate/redis Version ^10.1
symfony/cache Version ^6.2
workerman/validation Version ^3.0
shopwwi/webman-auth Version ^1.0
robmorgan/phinx Version *
ramsey/uuid Version ^4.7
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 wowthree/slow-webman contains the following files

Loading the files please wait ....