Gobl allows you to use a Database Abstraction Layer (DBAL) and Object-Relational Mapping (ORM) to query your database with PHP.

Installs: 450

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/silassare/gobl

1.5.0 2021-05-15 10:58 UTC

This package is auto-updated.

Last update: 2025-12-08 09:04:45 UTC


README

Gobl allows you to use a Database Abstraction Layer (DBAL) and Object-Relational Mapping (ORM) to query your database with PHP.

Directives

Types

  • Only basic types defined in SQL should be supported
  • Enum, Set, and customs types of MySQL and Co should not be supported
  • Before adding a column type we should be sure that:
    • The column type is defined and supported by SQL Server;
    • The column type is well supported by all/majors RDBMS;
    • We could change RDBMS without pains

Coming Soon: Documentation and test project.