2017 © Pedro Peláez
 

library lite-sql-insert

Lightweight SQL insertion service.

image

shiyan/lite-sql-insert

Lightweight SQL insertion service.

  • Friday, April 27, 2018
  • by mikeshiyan
  • Repository
  • 1 Watchers
  • 0 Stars
  • 16 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 9 Versions
  • 0 % Grown

The README.md

Lite SQL Insert

Build Status, (*1)

Very lightweight PHP service class for SQL INSERT queries abstraction., (*2)

Best suited for use as a Composer library., (*3)

Requirements

  • PHP >= 7.1
  • PDO extension

Installation

To add this library to your Composer project:, (*4)

composer require shiyan/lite-sql-insert

Usage

$connection = new \Shiyan\LiteSqlInsert\Connection($pdo);
$insert = $connection->insert('my_table', ['name', 'value']);

foreach ($my_data as $name => $value) {
  $insert->values(['name' => $name, 'value' => $value]);
}

$insert->commit();

The Versions

27/04 2018

dev-master

9999999-dev

Lightweight SQL insertion service.

  Sources   Download

MIT

The Requires

  • php ^7.1
  • ext-pdo ^7.1

 

The Development Requires

sql php pdo oop lite insert

27/04 2018

3.0.0

3.0.0.0

Lightweight SQL insertion service.

  Sources   Download

MIT

The Requires

  • php ^7.1
  • ext-pdo ^7.1

 

The Development Requires

sql php pdo oop lite insert

08/04 2018

3.0.0-beta

3.0.0.0-beta

Lightweight SQL insertion service.

  Sources   Download

MIT

The Requires

  • php ^7.1
  • ext-pdo ^7.1

 

The Development Requires

sql php pdo oop lite insert

08/04 2018

2.x-dev

2.9999999.9999999.9999999-dev

Lightweight SQL insertion service.

  Sources   Download

MIT

The Requires

  • php ^7.1
  • ext-pdo ^7.1

 

The Development Requires

sql php pdo oop lite insert

08/04 2018

2.1.0

2.1.0.0

Lightweight SQL insertion service.

  Sources   Download

MIT

The Requires

  • php ^7.1
  • ext-pdo ^7.1

 

The Development Requires

sql php pdo oop lite insert

17/12 2017

2.0.1

2.0.1.0

Lightweight SQL insertion service.

  Sources   Download

MIT

The Requires

  • php ^7.1
  • ext-pdo ^7.1

 

The Development Requires

sql php pdo oop lite insert

23/11 2017

2.0.0

2.0.0.0

Lightweight SQL insertion service.

  Sources   Download

MIT

The Requires

  • php ^7.1
  • ext-pdo ^7.1

 

The Development Requires

sql php pdo oop lite insert

12/11 2017

1.0.0

1.0.0.0

Lightweight SQL insertion service.

  Sources   Download

MIT

The Requires

  • php ^7.1
  • ext-pdo ^7.1

 

The Development Requires

sql php pdo oop lite insert

08/11 2017

0.1.0

0.1.0.0

Lightweight SQL insertion service.

  Sources   Download

MIT

The Requires

  • php ^7.1
  • ext-pdo ^7.1

 

sql php pdo oop lite insert