Download the PHP package zhu/yoursave without Composer

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

版本信息

2016/05/10 release v0.0.4

2016/04/25 release v0.0.3

2016/04/15 release v0.0.2

2016/04/14 release v0.0.1

开发工程初始化

  1. 创建并进入工作目录

  2. 源代码下载

可以使用sourcetree等工具

  1. 环境配置文件设置

  2. 数据库设置 创建数据库,然后将数据库名称,用户名,密码等写入.env文件

  3. composer 插件安装 composer 安装方法 安装完毕后

  4. laravel 加密key生成

  5. 数据库内容更新

  6. 文件夹权限修改 到此处访问你的网页很有可能会出现无法访问的情况,原因很有可能是文件夹权限问题。 首先在进入到工程目录,然后建立storage文件夹。

进入storage文件夹。

建立cache,framework,logs文件夹。

进入framework。

建立sessions,views文件夹。

修改文件夹权限,首先返回到工程目录。然后对storage文件夹进行权限修改。

开发规则

  1. 代码规范 要求符合psr-2规范,尽量满足psr-4规范

  2. 命名规范

    1. 类名: PascalCase
    2. 变量名: camelCase
    3. 函数名: camelCase
    4. 常数: UPPER_CASE
  3. 代码测试 利用phpunit进行代码测试,在提交代码之前,应进行代码测试,无错误后方可提交

git管理规则

  1. git分支管理

    1. 开发时分支: feature-++-++(++为开发功能模块英文名称)
    2. 数据库修改: db-++-++(++为修改内容)
    3. bug修复时分支: bug-++-++(++为修改bug信息)
  2. git 提交规范

    1. 开发时应在自己分支上进行开发,在进行开发之前,将主分支(development)合并到自己分支(为了保证为最新代码,减少冲突)
    2. 开发完成后,进行代码规范检查

    3. phpunit测试 在完成功能代码后,需对自己所写代码撰写测试代码,进行测试。要求有详细的测试记录

    4. git提交 在完成阶段性工作或者全部工作后,并且测试和代码规范都正确后可以提交到代码库的自己分支中,提交git管理库有利于错误时回滚,所以在完成一定代码量后即可提交。 在提交后可以从远程代码库fetch,如果主分支(development)有了更新,及时pull到本地,并且合并到自己的分支,这样可以减少代码冲突

    5. 分支合并请求
    6. 如果合并后,发现有代码冲突,在自己本地将代码冲突修改(一定要再三确认修改正确性,合并到主分支会影响到整个代码库),然后提交自己的分支
    7. 进入gitlab,创建合并请求,选择代码检查人进行代码查看
    8. 作为代码检查人检查时,应确定代码内容,提出个人意见,有问题及时回复开发者,没有问题后添加确认评论,然后进行分支合并,将新开发代码加入主分支(development)中
    9. 合并后若改分支的开发内容完毕,可对该分支进行删除。

laravel 多语言对应

所以涉及到多语言问题(界面显示,邮件信息等)都在/resources/lang文件夹下定义然后利用laravel函数

License

个人开发软件,版权个人所有。不过欢迎大家参与开发。如有疑问可以添加issue,或者发送邮件至[email protected]。 我将及时回复。


All versions of yoursave with dependencies

PHP Build Version
Package Version
Requires php Version >=5.5.9
laravel/framework Version 5.1.*
barryvdh/laravel-debugbar Version ^2.0
barryvdh/laravel-ide-helper Version ^2.1
league/flysystem-aws-s3-v3 Version ^1.0
maatwebsite/excel Version ~2.0.0
mpdf/mpdf Version ~5.7.3
zhu/aliyun-oss Version dev-master
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 zhu/yoursave contains the following files

Loading the files please wait ....