Download the PHP package gemingcao/slim3-application without Composer

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

Slim Framework 3 Gemingcao Application

使用此框架应用程序快速设置并开始处理新的Slim Framework 3应用程序。此应用程序使用最新的Slim 3和Twig-View模板渲染器。它还使用Monolog记录器。

此框架应用程序是为Composer构建的。这样可以快速轻松地设置新的Slim Framework应用程序。

安装应用程序

从要安装新Slim Framework应用程序的目录中运行此命令。

php composer.phar create-project gemingcao/slim3-application [your-app-name]
//composer create-project gemingcao/slim3-application [your-app-name]

替换[your-app-name]为新应用程序的所需目录名称。你想要:

要在开发中运行应用程序,可以运行这些命令

cd [your-app-name]
php composer.phar start
//composer start

在浏览器中运行测试

http://localhost:8080/index
http://localhost:8080/hello/world
http://localhost:8080/admin

就这样了!


All versions of slim3-application with dependencies

PHP Build Version
Package Version
Requires php Version >=7.1
slim/slim Version ^3.1
slim/twig-view Version ^2.4.0
twig/twig Version ^1.35.4
slim/csrf Version ^0.8.3
monolog/monolog Version ^1.22
orx0r/slim3-controller Version ^0.1.2
bryanjhv/slim-session Version ^3.6.1
illuminate/database Version ^5.7.5
sybio/image-workshop Version ^2.0
symfony/dom-crawler Version ^3.4.15
overtrue/wechat Version ^4.1
gemingcao/cookie-helper 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 gemingcao/slim3-application contains the following files

Loading the files please wait ....