Download the PHP package onesimus-systems/seed-catalog without Composer
On this page you can find all versions of the php package onesimus-systems/seed-catalog. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download onesimus-systems/seed-catalog
More information about onesimus-systems/seed-catalog
Files in onesimus-systems/seed-catalog
Download onesimus-systems/seed-catalog
More information about onesimus-systems/seed-catalog
Files in onesimus-systems/seed-catalog
Vendor onesimus-systems
Package seed-catalog
Short Description Simple ORM.
License MIT
Homepage https://github.com/onesimus-systems/seed-catalog
Package seed-catalog
Short Description Simple ORM.
License MIT
Homepage https://github.com/onesimus-systems/seed-catalog
Please rate this library. Is it a good library?
Informations about the package seed-catalog
Seed Catalog
Seed Catalog is a simple database interface in PHP. It aims to make the most common interactions with the database easier. I've been using it for quite some time. I felt like it's about time I share it.
Seed Catalog is a fork of the Base project by erusev.
Features
Installation
Include SC.php
, Collection.php
, and 'SCException.php' or install the composer package.
Examples
Connect to a database:
Work with records:
Work with collections:
Handle relationships:
Execute queries:
Notes
- Relationship methods require that table names are singular - ex:
user
instead ofusers
. - Only tested with MySQL. It may work with Postgres and SQLite, but I haven't tested it yet.
All versions of seed-catalog with dependencies
PHP Build Version
Package Version
No informations.
The package onesimus-systems/seed-catalog contains the following files
Loading the files please wait ....