Download the PHP package patryknamyslak/patbase without Composer

On this page you can find all versions of the php package patryknamyslak/patbase. 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 patbase

Patbase - Type-Safe Multi-Driver Database Abstraction + DB Facade and Query Builder

Stop hardcoding database drivers. Patbase provides a clean, type-safe interface for working with any PDO-supported database.

Features

DB Facade - DB Facade + Query builder for faster ship times! \n ✅ 9 Database Drivers - MySQL, PostgreSQL, SQLite, SQL Server, Oracle, and more
Type-Safe - PHP 8.4 enums prevent invalid drivers
Zero Config - Automatic DSN generation and default ports
Lazy Loading - Connect only when needed
Clean API - Fluent, modern PHP interface
Exception Handling - Detailed error messages

Installation

Quick Start

DB Facade + Query Builder

Patbase - PDO Abstraction

MySQL

PostgreSQL

SQLite

Prepared Statements

Lazy Loading

Supported Databases

Database Driver Enum Default Port
MySQL / MariaDB DatabaseDriver::MYSQL 3306
PostgreSQL DatabaseDriver::POSTGRES 5432
SQLite DatabaseDriver::SQL_LITE N/A (file)
SQL Server DatabaseDriver::MS_SQL_SERVER 1433
SQL Server (Linux) DatabaseDriver::MS_SQL_SERVER_LINUX 1433
Oracle DatabaseDriver::ORACLE 1521
Firebird DatabaseDriver::FIREBIRD 3050
IBM DB2 DatabaseDriver::IBM_DB2 50000
ODBC DatabaseDriver::OPEN_DATABASE_CONNECTIVITY 50000

Advanced Usage

Custom PDO Options

Check Connection Status

Access PDO Directly (Advanced)

License

MIT

Author

Patryk Namyslak - GitHub

AI Notice

This codebase is not written by Artificial intelligence, Only PARTS of the README were generated by Copilot but it used my documented code as reference to make it, so you can say it just turned my scattered documentation into one concise doc.


All versions of patbase with dependencies

PHP Build Version
Package Version
Requires ext-pdo Version *
vlucas/phpdotenv Version ^5.6
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 patryknamyslak/patbase contains the following files

Loading the files please wait ...