Download the PHP package restu/dbhelper without Composer

On this page you can find all versions of the php package restu/dbhelper. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package dbhelper

Salam Hormat

Halo, mohon untuk di coba dbhelper php yang saya buat, semoga bisa membantu dalam kode kamu.

~Terima Kasih

Cara Pakai

Lihat Index.php untuk implementasi

1. Install & Config

1.1 copy or clone dbhelper ke app kamu.
1.2 config koneksi database di folder /config file db.json.

2. Buat Table Class

buat table class sesuai database / tabel kamu didalam folder /dbhelper/dbclass

3. required _dbloader.php or autoload vendor composer

require _dbloader.php atau autoload vendor composer di atas dokumen php kamu agar bantuan database / tabel bisa di panggil

4. Intansiasi Tabel

Instansiasi tabel yang diperlukan dengan new dbhelper\Tbl()

5. Good luck & Have fun with your app

5.1 Create
5.1.1 Insert 1

$tbl->insert(associativeArray)

5.1.2 Insert 2

one by one set value field then call $tbl -> new();

5.2 Update
5.2.1 Update 1

by primary keys value

5.2.2 Update 2

by filter

5.3 Delete
5.3.1 Delete 1

by primary keys value

5.3.2 Delete 2

by filter

5.4 Get

Get only get one data and add to fields table

5.4.1 Get 1

get by keys arrays by primary key

5.4.2 Get 2

if you have other unique value can use getBy

5.5 Query

even you can query many data

6. Other Feature

6.1 Get Next Number
6.2 encrypt & verify value field
6.3 time
6.4 setvalue & unset field

All versions of dbhelper with dependencies

PHP Build Version
Package Version
Requires php Version >=7.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package restu/dbhelper contains the following files

Loading the files please wait ....