2017 © Pedro Peláez
 

library steldb

Database driver for your simple project

image

lintangtimur/steldb

Database driver for your simple project

  • Wednesday, December 20, 2017
  • by lintangtimur
  • Repository
  • 1 Watchers
  • 0 Stars
  • 18 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 0 % Grown

The README.md

Travis branch Latest Stable Version GitHub issue last update GitHub last commit Website Packagist GitHub issues GitHub license, (*1)

About Steldb

Steldb adalah library php yang bertujuan mempermudah pelaksanaan eksekusi query database, mungkin anda sudah pakai PHP ORM semacam Doctrine, Propel, atau RedbeanPHP. Namun Steldb digunakan hanya untuk project kecil saja, dan mempermudah tugas kuliah., (*2)

Table Of Content

Requirement
Installation
Getting Started
Example
Bug/Error/Suggestion
Wiki
Contributing, (*3)

Requirement

  1. Sudah terinstall Composer
  2. Saya menggunakan PHP versi 7, jadi untuk PHP untuk versi sebelumnya, belum dicoba.

Installation

Install Steldb menggunakan Composer., (*4)

composer require lintangtimur/steldb , (*5)

Getting Started

Buat file .env atau rename file .env-example, dan sesuaikan dengan database yang akan dipakai, (*6)

dalam php kalian inputkan, (*7)

use Dotenv\Dotenv;
use Steldb\DB;

require "vendor/autoload.php";

$dotenv = new Dotenv(__DIR__);
$dotenv->load();

$db = new DB;

Example

  1. select seluruh table
$db->selectAll('siswa');
  1. insert
$db->insert('table', []);
  1. atau dapat menggunakan perintah sql mentahan
$db->RAW("",[]);

lebih lanjut silahkan membuka index.html di folder documentation, (*8)

Bug/Error/Suggestion

Jika menemukan bug, error, maupun sugesti bisa menambahkan issue baru Create Issue, (*9)

Contributing

Library ini bebas digunakan, dan opensource, kontribusi juga welcome. Mohon bantuannya jika ada yang salah kalian dapat membantu saya dalam mengembangkan ini - Fork repository ini - Clone to your local - Push and make pull request, (*10)

License

MIT License

Copyright (c) 2017 lintangtimur

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

The Versions

20/12 2017

dev-master

9999999-dev https://github.com/lintangtimur/Steldb

Database driver for your simple project

  Sources   Download

MIT

The Requires

 

The Development Requires

by Lintang Timur

21/11 2017

v1.1.2

1.1.2.0 https://github.com/lintangtimur/Steldb

Database driver for your simple project

  Sources   Download

MIT

The Requires

 

The Development Requires

by Lintang Timur

03/11 2017

v1.1.1

1.1.1.0 https://github.com/lintangtimur/Steldb

Database driver for your simple project

  Sources   Download

MIT

The Requires

 

The Development Requires

by Lintang Timur

02/11 2017

dev-stable

dev-stable https://github.com/lintangtimur/Steldb

Database driver for your simple project

  Sources   Download

MIT

The Requires

 

by Lintang Timur

02/11 2017
30/10 2017

v1.0.0.0

1.0.0.0 https://github.com/lintangtimur/Steldb

Database driver for your simple project

  Sources   Download

MIT

The Requires

 

by Lintang Timur

25/10 2017

dev-add-license-1

dev-add-license-1 https://github.com/lintangtimur/Steldb

Database driver for your simple project

  Sources   Download

MIT

The Requires

 

by Lintang Timur