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

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

This package is auto-updated.

Last update: 2025-05-25 16:16:37 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