Download the PHP package dcrphp/core without Composer

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

Build Status Coverage Status Latest Stable Version Latest Unstable Version

DCRPHP是定位于低代码、集群、前后端分离的应用系统。
1、php版本>=7.0
2、数据库可用Mysql或Sqlite(可在安装页面增加数据库)
3、二次开发请先看wiki:https://github.com/dcrphp/core/wiki/开发者必读

安装源码(下面5选1):

1、composer create-project dcrphp/core dcrphp  
2、进入根目录执行:
    composer require dcrphp/core  
    把vender/dcrphp/core/下的内容剪切到根目录  
3、源码安装:
    https://github.com/dcrphp/core/tags 下载需要的版本,解压后:  
    composer config -g repo.packagist composer https://mirrors.aliyun.com/composer/  
    composer install --no-dev -vvv  
4、www.dcrcms.com下载全量源码包  
   http://www.dcrcms.com/news.php?id=76  
5、git clone最新的安装程序  
   git clone https://github.com/dcrphp/core.git  
   或  
   git clone https://gitee.com/dcrphp/core.git (不一定是最新版本)
   上面选一个地址下载好后进入目录执行composer install --no-dev -vvv

Web服务器配置根目录为:public
安装系统如下:

安装路径是:host/install    
安装完成后,后台地址是:host/admin,使用配置好的用户名和密码登陆  

附:
1、nginx配置:

2、apache配置:
  1、打开httpd.conf
  2、目录的:AllowOverride None改为AllowOverride All
  3、#LoadModule rewrite_module modules/mod_rewrite.so 前面的#去掉
  4、重启apache

3、php内置服务器:
php -S 127.0.0.1:8888 -t public/

更新日志请看CHANGELOG.md


All versions of core with dependencies

PHP Build Version
Package Version
Requires php Version ^7.0
twig/twig Version ^2.0
gregwar/captcha Version ^1.1
aura/sqlquery Version ^2.7
respect/validation Version ^1.1
symfony/filesystem Version *
codeguy/upload Version *
symfony/console Version *
matomo/ini Version *
phpdocumentor/reflection-docblock Version *
filp/whoops Version *
dcrphp/cache Version 1.0.1
dcrphp/config Version 1.0.3
dcrphp/log Version 1.0.3
dcrphp/form Version 1.0.1-alpha4
dcrphp/container Version 1.0.1
dcrphp/annotations Version *
graylog2/gelf-php Version *
doctrine/orm Version *
zircote/swagger-php Version *
symfony/http-foundation Version *
dcrphp/file Version 1.0.1-alpha1
psy/psysh Version 0.10.5
doctrine/cache Version 1.11
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 dcrphp/core contains the following files

Loading the files please wait ....