Download the PHP package conscribo-os/cf without Composer

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

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:

Roadmap:


All versions of cf with dependencies

PHP Build Version
Package Version
Requires php Version >=5.4.0
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 conscribo-os/cf contains the following files

Loading the files please wait ....