Download the PHP package webmansoft/webman_project without Composer

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

php webman config:mysql

生成模型 php webman make:common:model

生成验证器 php webman make:common:validate

生成逻辑器 php webman make:common:logic

生成admin控制器 php webman make:admin:controller

生成api控制器 php webman make:api:controller

单个生成 php webman make:common:model user php webman make:common:validate user php webman make:common:logic user php webman make:admin:controller user php webman make:api:controller user

多个生成 用英文逗号隔开 php webman make:common:model article,user,system_user php webman make:common:validate article,user,system_user php webman make:common:logic article,user,system_user php webman make:admin:controller article,user,system_user php webman make:api:controller article,user,system_user

全部生成 php webman make:common:model all php webman make:common:validate all php webman make:common:logic all php webman make:admin:controller all php webman make:api:controller all

文件已存在 强制覆盖 -f 1 --force 1 php webman make:common:model all -f 1 php webman make:common:validate all -f 1 php webman make:common:logic all -f 1 php webman make:admin:controller all -f 1 php webman make:api:controller all -f 1

测试不存在数据表 php webman make:common:model articles php webman make:common:validate articles php webman make:common:logic articles php webman make:admin:controller articles php webman make:api:controller articles

php webman make:common:model article/article,article/article_category

php webman make:common:validate article/article,article/article_category

php webman make:common:logic article/article,article/article_category

php webman make:admin:controller article/article,article/article_category

php webman make:api:controller article/article,article/article_category


All versions of webman_project with dependencies

PHP Build Version
Package Version
Requires php Version >=8.0
webmansoft/jwt Version ^1.0
workerman/webman-framework Version ^1.5
workerman/crontab Version ^1.0
webman/console Version ^1.3
webman/event Version ^1.0
webman/captcha Version ^1.0
webman/blade Version ^1.5
monolog/monolog Version ^2.9
ramsey/uuid Version ^4.7
vlucas/phpdotenv Version ^5.6
symfony/cache Version ^6.4
symfony/translation Version ^5.4
illuminate/redis Version ^10.48
illuminate/database Version ^10.48
illuminate/pagination Version ^10.48
illuminate/events Version ^10.48
zoujingli/ip2region Version ^2.0
tinywan/validate Version ^0.0.3
tinywan/storage Version ^0.3
endroid/qr-code Version ^4.8
php-di/php-di Version ^6.4
yansongda/pay Version ^3.7
overtrue/pinyin Version 5.0
overtrue/easy-sms Version ^2.7
phpmailer/phpmailer Version ^6.9
phpoffice/phpspreadsheet Version ^1.29
aliyuncs/oss-sdk-php Version ^2.7
qcloud/cos-sdk-v5 Version ^2.6
qiniu/php-sdk Version ^7.12
firebase/php-jwt Version ^6.10
ext-simplexml Version *
ext-pdo Version *
ext-gd Version *
ext-zlib Version *
ext-curl Version *
ext-redis Version *
ext-zip Version *
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 webmansoft/webman_project contains the following files

Loading the files please wait ....