Download the PHP package thinkphp/thinkphp-plus without Composer

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

thinkPHP 5.0.0 with migration

添加 thinkPHP 5.0,支持 migration 迁移数据库

感谢 Phinx 提供的开源支持

migration


一种数据库的版本控制,让团队在修改数据库结构的同时,保持彼此的进度一致。帮你更简单的管理数据库。

Phinx

PHP Database Migrations For Everyone

thinkPHP 5 with migration

基于原生 thinkPHP 5.0 命令行工具,为提高 B 格已将php console 改为 php think (^-^),融入了 Phinx 的数据库迁移

常用命令

查看可用命令

  • php think list

初始化migration配置

  • php think migrate:init

创建数据库迁移文件

  • php think make:migration ClassName

执行数据库迁移文件

  • php think migrate

返回到最近一次的 migrate 操作

  • php think migrate:rollback

返回到指定版本的 migrate 操作

  • php think migrate:rollback -t timestamp

创建数据填充文件

  • php think make:seeder ClassName

执行数据填充

  • php think seed:run

查看状态

  • php think migrate:status

配置

执行 php think migrate:init,生成的 phinx.yml 中数据库配置是 APP_PATH/database.php 中的数据库配置

如果有多个数据库, 可以自己修改 phinx.yml, Migration调用的是phinx.yml中的数据库配置

默认phinx.yml、migration和seeder的模板文件在 console/commands/scaffolds/templates 中, migration和seeder的模板位置可以在phinx.yml中配置

获取更多支持

查看 Phinx文档 获取更多帮助

问题反馈

Email: [email protected]


All versions of thinkphp-plus with dependencies

PHP Build Version
Package Version
Requires php Version >=5.4.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 thinkphp/thinkphp-plus contains the following files

Loading the files please wait ....