conscribo-os/cf 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

conscribo-os/cf

Composer 安装命令:

composer require conscribo-os/cf

包简介

Non-intrusive ORM for PHP

README 文档

README

Conscribo Open Source / Conscribo Framework

The Conscribo framework provides at this time, an Object Relation Model called DataStruct.

Datastruct provides a way to map objects to sql tables and provide an easy way to load and store the objects.

It is used by, developed for and maintained by Conscribo, a commercial accounting and memberadministration SAAS application used by approx. 700 organizations.

Datastruct has the following characteristics:

- Pure PHP
	To ensure compatibility in a variety of environments and maximize IDE compatibility, 
	we do not use non php constructs (like phpdoc tags), and no modules that need to be installed.

- Non-conflicting
	An object using Datastruct has it's own inheritance and does not need to extend some orm abstraction. 
	Datastruct is fully trait based, and applied where needed.

- Well defined
	For various reasons, we like to define our own sql tables, and tell the orm how to use it. 
	Therefore, datastruct demands you define a typed classmember to sql table mapping. 

- Performance
	It is not the fastest orm, but thanks to lots of optimizations, can be 
	tuned to perform well in demanding environments. 

Datastruct provides the at least the following 'features':

- Create, read, update (but not delete) objects with members (fields) and store 
	them in tables in your database without any hassle. (ORM)

- Define fields of a variety of basic types, or create your own types if nessecary

- Multiple key handling: A class with a composite primary or foreign key is no problem.

- Multiple tables in 1 class (onetoone extensionjoin). use more than one table as 
	one table in one object

- Associative Array join in 1 class (onetomany extensionjoin). Use records from another 
	table as an array in an object

- Join Objects (onetomany objectjoin). Define relations with other "Datastruct ojects" 
	as members in your object

- Collect objects. Define Collections (or don't and use a virtualCollection) to 
	search, filter, sort, limit, create, read and update multiple objects. 

- Extend your objects. Specialize your objects with extensions and their own "extended" field definitions

Version info:

  • 0.0.1 Initial import.

    Development on CF started in 2014 as a closed source solution. In 2017 it became open source, and it still has some "quirks" that make it rely on other Conscribo architecture. They wil dissapear before a stable version.

Roadmap:

  • 1.0.0 Open source. To make it suitable to be used in public, some things have to be done: - Rewire the code to run outside Conscribo. - Make it zero configuration as much as possible. - Translate code comments to english. - Write documentation. - Write unit tests (there are some acceptancetests available, but they test implementations of CF in Conscribo) - Write some usage examples

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2017-08-20

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固