saphira/connectdb

There is no license information available for the latest version (v0.1-alpha) of this package.

PHP Package that allows you to connect to database and exec some querys with functions

Installs: 28

Dependents: 1

Suggesters: 0

Security: 0

Stars: 3

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/saphira/connectdb

v0.1-alpha 2022-07-08 18:44 UTC

This package is auto-updated.

Last update: 2025-09-25 17:07:49 UTC


README

This PHP package will help you to

  • Create Data
  • Read Data
  • Update Data
  • Delete Data

It'll do that by abstracting all the query stuff, and that means that you don't need to worry about typing something like this in your code:

SELECT * FROM table_name;

composer require saphira/connectdb