承接 net_bazzline/php_propel_behavior_create_entity 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

net_bazzline/php_propel_behavior_create_entity

最新稳定版本:1.2.0

Composer 安装命令:

composer require net_bazzline/php_propel_behavior_create_entity

包简介

free as in freedom CreateEntity propel behavior to easy up entity creation

README 文档

README

I still like the idea but there is currently no use case to develop it anymore.

Create Entity Behavior for Propel

This free as in freedom behavior should easy up entity creation in your propel query classes.

Thanks to the StateMachineBehavior to act as such a great template.

The build status of the current master branch is tracked by Travis CI: Build Status Latest stable

The scrutinizer status are: code quality

The versioneye status is: dependencies

Downloads: Downloads this Month

It is available at openhub.net.

Why

  • no new in your code anymore
  • eases up writing test code (createEntity can be mocked)

Usage

  • make sure you have extension=pdo_sqlite.so enabled if you want to run phpunit
  • the behavior adds a createEntity method to the table query class
$query = DemoQuery::create();
//create a new instance of class "Demo" without using new
$entity = $query->createEntity();

Installation

By Hand

mkdir -p vendor/net_bazzline/php_propel_behavior_create_entity
cd vendor/net_bazzline/php_propel_behavior_create_entity
git clone https://github.com/bazzline/php_propel_behavior_create_entity

With Packagist

"net_bazzline/php_propel_behavior_create_entity": "dev-master"

Enable Behavior in Propel

  • add the following to your propel.ini
propel.behavior.create_entity.class = lib.vendor.net_bazzline.php_propel_behavior_create_entity.source.CreateEntityBehavior
  • add usage in your schema.xml
<!-- for the whole database -->
<database name="propel" defaultIdMethod="native" package="lib.model">
    <behavior name="create_entity" />
</database>
<!-- for one table -->
<database name="propel" defaultIdMethod="native" package="lib.model">
    <table name="my_table">
        <column name="id" type="INTEGER" required="true" primaryKey="true" autoIncrement="true" />
        <behavior name="create_entity" />
    </table>
</database>

API

API available at bazzline.net

History

  • upcoming
    • @todo
    • added "why" section
    • optimized reading
  • 1.2.0 - released at 06.03.2016
    • added support for php 7.0
    • removed support for php 5.3.3
  • 1.1.4 - released at 06.03.2016
    • updated dependencies
  • 1.1.3 - released at 11.01.2015
    • fixed dependency handling for phpunit 4.8.*
  • 1.1.2 - released at 11.12.2015
    • updated dependency
  • 1.1.1 - released at 07.11.2015
    • updated dependency
  • 1.1.0 - released at 17.09.2015
    • fixed issue when dealing with namespaces
  • 1.0.1 - released at 19.08.2015
    • updated dependency
  • 1.0.0 - released at 02.08.2015
    • initial release

Final Words

Star it if you like it :-). Add issues if you need it. Pull patches if you enjoy it. Write a blog entry if you use it. Donate something if you love it :-].

net_bazzline/php_propel_behavior_create_entity 适用场景与选型建议

net_bazzline/php_propel_behavior_create_entity 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 984 次下载、GitHub Stars 达 1, 最近一次更新时间为 2015 年 08 月 02 日, 在 PHP 生态内属于活跃度较高的组件。

它主要适用于以下技术方向: 「php」 「propel」 「Behavior」 「entity」 「create」 「bazzline」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。

我们在过去多个企业项目中使用过 net_bazzline/php_propel_behavior_create_entity 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。

围绕 net_bazzline/php_propel_behavior_create_entity 我们能提供哪些服务?
定制开发 / 二次开发

基于 net_bazzline/php_propel_behavior_create_entity 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。

BUG 修复 & 性能优化

线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。

项目外包 & 长期维护

承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。

yvsm@zunyunkeji.com QQ:316430983 微信:yvsm316 西安尊云信息科技 · 专注 PHP / Go / 分布式系统研发

统计信息

  • 总下载量: 984
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 25
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 4
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: LGPL-3.0
  • 更新时间: 2015-08-02