Download the PHP package madesimple/database without Composer
On this page you can find all versions of the php package madesimple/database. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download madesimple/database
More information about madesimple/database
Files in madesimple/database
Package database
Short Description Database entities and query builder
License MIT
Informations about the package database
MadeSimple - Database
The database package is a abstraction layer between PHP and an SQL database. The main features of the package are:
- Migration control
- Database Seeding
- Query building
- Entities and Relationships
Migration Control
You can control migrations of your database through an easy to use, reliable
command line. Possible actions are to install the migrations table, upgrade,
rollback, uninstall, and refresh. These are all called through bin/database
.
For example, on first clone of a package using database:
or you can use the shortcut:
For example, on rollback a migration:
For example, on uninstalling:
For example, on refreshing:
Database Seeding
You can create seeds for the database that should be used to populate the
database with dummy data. This can be called through bin/database
.
For example, on seeding that database:
Query Building
Select
Update
Insert
Delete
Statements
Entities and Relationships
Supported Databases
SQL databases currently supported are:
- MySQL
- SQLite
External Documentation
Links to documentation for external dependencies:
Links to documentation for development only external dependencies:
All versions of database with dependencies
symfony/console Version ~3.2
symfony/filesystem Version ~3.2
symfony/finder Version ^3.2