Download the PHP package wula/wulaphp without Composer

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

Build Status Total Downloads Latest Stable Version License

wulaphp

它的名来自《异星战场》里那个速度极快的火星狗狗,可以用它开发WEB应用和命令行应用。它确实很快:学习快、开发快、运行快!

依赖

安装

Composer

我们推荐通过Composer方式安装wulaphp

安装

# composer require wula/wulaphp -vvvv

国内的小朋友请执行

composer config -g repo.packagist composer https://mirrors.aliyun.com/composer/

使用阿里云的镜像库。

初始化

安装命令完成后,执行以下代码进行项目初始化工作:

# vendor/bin/wulaphp init

或者在windows上:

vendor\bin\wulaphp init

如果你运行在类Unix系统上,还需要执行以下操作将目录变为可读写:

# chmod 777 storage storage/tmp storage/logs

下载

按以下步骤下载并解压到相应目录即可完成安装:

Windows

  1. 点击此处下载最新版本包。
  2. 解压到相应的目录即可。

Mac OS/Linux

# wget https://www.wulaphp.com/wulaphp-latest.tar.gz

# tar -zxf wulaphp-latest.tar.gz

# cd wulaphp-latest

# chmod 777 storage storage/tmp storage/logs

如果你能正常使用composer,建议执行一下# composer update -vvv将所有依赖包升级到最新版本。

验证

打开命令行,进入应用根目录(artisan脚本所在的目录)并执行下边的命令(使用内建服务器运行wulaphp):

php artisan serve

通过浏览器访问http://127.0.0.1:8080,看到下边的输出:

hello Woola!

恭喜你,安装完成。

如果未能看到上边的输出,请移步FQA

文档

  1. 中文文档

License

MIT License.


All versions of wulaphp with dependencies

PHP Build Version
Package Version
Requires php Version >= 7.1
ext-json Version *
ext-pcre Version *
ext-mbstring Version *
ext-reflection Version *
ext-spl Version *
psr/log Version ^1.0
smarty/smarty Version ^3.1
wula/common Version ^1.0
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 wula/wulaphp contains the following files

Loading the files please wait ....