Download the PHP package abnermouke/easy-builder without Composer

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

easy-builder - 一款高效的Laravel综合服务/架构构建包

Power By Abnermouke [email protected]

此工具包由 Abnermouke [email protected] 开发并维护。


最后更新时间:2023年02月28日,持续更新中!!!


Requirement - 环境要求

  1. PHP >= 7.2(建议安装7.4)
  2. Composer
  3. Laravel Framework 6+

Installation - 安装方法

Configuration - 配置

How to use it - 怎么使用

Abnermouke 提供了一些高效的构建命令帮助开发者快速使用构建器

例如:

生成accounts相关的系列文件信息。

Extends Tool - 更多高效工具

Abnermouke 致力于规范开发标准、减少编码量,每一串代码都能成为可观的艺术品,在 easybuilder 中Abnermouke已将自身经验所得开发应用目录结构录入,并希望对使用此扩展包的开发人员也能起到一定的建议/引导作用。


[ Command ] builder:interface

builder:interface 为 package 的延伸工具,主要使用于多端适配目录结构,例如:当前项目共有小程序、APP、H5、管理后台等前端入口,数据库都为公用,以往我们或许会在Http/Controllers中进行目录区分,但仍需手动创建区分目录,更有甚者多端controller都是公用的情况

由于package构建后将在Http/Controllers中创建默认controller文件,目录结构已存在,为避免误解以及后期维护难度增大,现建议将各端入口更换至app/Interfaces中操作,可自定义目录结构,同时根据数据库表信息可以生成多个多端的controller以及service

其使用方法与package执行一致,但流程更加简化,只需录入数据库表名、表注释以及你要存储的目录即可,执行成功后将在指定目录生成:

Controller将用于接受该端路由请求,Interface为该端业务逻辑处理器,作用等同于Service

多端开发中建议将app\Services中逻辑服务容器作为公共逻辑处理器,各端由自身Interface中service处理

命令如下:


[ Tool ] SearchableTool 关键词检索类

SearchableTool 是 easybuilder 对外提供的高效工具,仅对外开放set/search两方法,set为设置关键词,search为搜索,在调用过程中,easybuilder 将在项目中自动生成 acb_search_keywords 表用于储存关键词信息,数据库信息支持无限扩展,可同时对多个对象进行检索结构预存。

操作如下:

无限扩展,可对文章、店铺等等一系列需要全文检索进行储存,关键词文本建议使用 easybuilder 中 JiebaLibrary 处理为多个关键词,以增加检索成功率


[ Tool ] SentenceTool 语录/句子构建处理工具

SentenceTool 是 easybuilder 提供的一个小工具,仅需执行run方法即可获取金山词霸每日一句数据,包含中文英文鸡汤,创意小工具,根据自身需要选择使用即可

调用时,同样 easybuilder 将在项目中自动生成 acb_sentences 表用于储存此条信息,开发者可使用 app/Repository/Abnermouke/Builders/SentenceRepository.php 查询


[Tool] InterfaceCryptographyTool 接口加密处理工具

InterfaceCryptographyTool 是一套完整的php端加解密解决方案,除验签加密外同时嵌套非对称加密,所有验证/加密过程均为自动完成,仅需配置指定APP与RSA2密钥即可

更新记录

2020.10.16 - 新增结巴分词相关处理逻辑(Abnermouke\EasyBuilder\Library\Currency\JiebaLibrary),请在使用前执行命令:

2020.10.16 - 新增php-DFA-filterWord相关处理逻辑(Abnermouke\EasyBuilder\Library\Currency\SensitiveFilterLibrary),请在使用前执行命令:

2021.09.16 - 修复已知BUG,重构builder组件,支持多层级目录(不限层级)并新增部分常用验证规则(Abnermouke\EasyBuilder\Library\Currency\ValidateLibrary),新增RSA非对称加解密方法,仅需配置内部私钥与外部公钥即可自动进行RSA加解密(可无损更新),请在使用前确保openssl可用:

2021.10.22 - 修复加解密浮点数/数字等加密结果有误问题,新增 JSON_NUMERIC_CHECK|JSON_PRESERVE_ZERO_FRACTION 两种flag处理

2022.03.12 - 新增诸多功能

2022.03.31 - 新增诸多功能

2022.04.05 - 主要增加与abnermouke/console-builder的适配

2022.06.18 - 修复已知问题

2022.07.23 - 修复已知问题并带来更多更新

2022.07.25 - 修复问题

2022.08.05 - 优化并提供更多支持

2022.08.30 - 新增支持

2022.09.13 - 新增藏库

2022.09.16 - 优化功能

2022.10.10 - 新增辅助函数

2022.10.22 - 新增藏库

-新增 ToolLibrary 系统常用辅助方法集合(持续更新:ToolLibrary:: 即可快捷调用)

2023.02.28 - 修复问题

-新增 ToolLibrary 金额百分比计算方法amountPercentCompute -新增BaseRepository处理能力,新增复杂计算时可使用selectRaw查询内容

License

MIT


All versions of easy-builder with dependencies

PHP Build Version
Package Version
Requires ext-json Version *
ext-openssl Version *
lustre/php-dfa-sensitive Version *
simplesoftwareio/simple-qrcode Version *
qiniu/php-sdk Version *
guzzlehttp/guzzle 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 abnermouke/easy-builder contains the following files

Loading the files please wait ....