定制 drosalys-web/object-extensions 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

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

drosalys-web/object-extensions

最新稳定版本:v1.15.0

Composer 安装命令:

composer require drosalys-web/object-extensions

包简介

A library to extend Object capabilities.

README 文档

README

A library to extend Object capabilities.

Install

composer require drosalys-web/object-extensions

Symfony integration (^4.2|^5.0)

Flex not yet available.

  • Enable the bundle in your config/bundle.php:
    <?php
    

return [

//...
DrosalysWeb\ObjectExtensions\Bridge\Symfony\DrosalysWebObjectExtensionsBundle::class => ['all' => true],
//...

];


- Create a new `config\packages\drosalys_object_extensions.yaml` file, you will config the bundle here.

drosalys_object_extensions: ~


- That all for default configuration.

## Documentations

Here all capabilities documentations:
- [Blame](doc/blame.md): Allow an object to have a User referenced for creation and update on the object.
- [Hierarchy](doc/hierarchy.md): Allow to create a hierarchy for a given class on itself (and children classes).
- [Slug](doc/slug.md): Allow an object to have a normalize slug. Useful for url's path.
- [Timestamp](doc/timestamp.md): Same as Blame but for time.
- [Translation](doc/translation.md): Allow an object to have translation attributes.

## TODO

- Better documentation.
- Flex recipe for Symfony.
- Add example for standalone usage.

## License

This bundle is under the MIT license. See the complete license:

    LICENSE

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2019-12-13