Download the PHP package tomrf/seminorm without Composer

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

seminorm - pdo sql query builder and executor

PHP Version Require Latest Stable Version License

PHP SQL query builder and executor, using PDO.

📔 Go to documentation

Installation

Installation via composer:

Usage

Testing

License

This project is released under the MIT License (MIT). See LICENSE for more information.

Documentation

📂 Tomrf\Seminorm\Seminorm::class

__construct()

getConnection()

Return the active connection.

query()

execute()

setLogger()

Sets a logger.


📂 Tomrf\Seminorm\Data\ImmutableArrayObject::class

__get()

__isset()

offsetSet()

offsetUnset()

offsetGet()

offsetExists()

__construct()

append()

getArrayCopy()

count()

getFlags()

setFlags()

asort()

ksort()

uasort()

uksort()

natsort()

natcasesort()

unserialize()

serialize()

__serialize()

__unserialize()

getIterator()

exchangeArray()

setIteratorClass()

getIteratorClass()

__debugInfo()

📂 Tomrf\Seminorm\Data\Row::class

toArray()

toJson()

__get()

__isset()

offsetSet()

offsetUnset()

offsetGet()

offsetExists()

__construct()

append()

getArrayCopy()

count()

getFlags()

setFlags()

asort()

ksort()

uasort()

uksort()

natsort()

natcasesort()

unserialize()

serialize()

__serialize()

__unserialize()

getIterator()

exchangeArray()

setIteratorClass()

getIteratorClass()

__debugInfo()

📂 Tomrf\Seminorm\Data\Value::class

__construct()

__toString()

asString()

asInt()

asFloat()

asBool()

isNumeric()

isInt()

isString()

isBool()

isNull()

getType()

📂 Tomrf\Seminorm\Factory\Factory::class

__construct()

make()

📂 Tomrf\Seminorm\Pdo\PdoConnection::class

__construct()

getPdo()

Get the PDO resource object for this connection.

getOptions()

Get PDO options array for this connection.

isConnected()

Returns true if database connection has been established.

getDsn()

Get the value of DSN.

getUsername()

Get the value of username.

dsn()

Static helper function to build DSN string for PDO.

connect()

Connect to the database if not already connected.

disconnect()

Disconnect from the database.

__debugInfo()

Mask password when dumping.

📂 Tomrf\Seminorm\Pdo\PdoQueryExecutor::class

__construct()

getRowCount()

Returns the number of rows affected by the last SQL statement.

getLastInsertId()

Returns the last inserted row ID as string.

execute()

Prepare and execute PDOStatement from an instance of QueryBuilderInterface.

findOne()

Fetch next row from the result set as Row.

findMany()

Fetch all rows from query result set.

📂 Tomrf\Seminorm\QueryBuilder\QueryBuilder::class

__toString()

selectFrom()

insertInto()

Insert a row into a table

update()

deleteFrom()

set()

setRaw()

setFromArray()

alias()

join()

limit()

offset()

onDuplicateKey()

getQuery()

getQueryParameters()

orderByAsc()

orderByDesc()

select()

selectAs()

selectRaw()

selectRawAs()

where()

whereRaw()

whereColumnRaw()

whereEqual()

whereNotEqual()

whereNull()

whereNotNull()

📂 Tomrf\Seminorm\Sql\SqlCompiler::class

getQuery()

getQueryParameters()


Generated 2022-11-11T01:32:36+01:00 using 📚tomrf/readme-gen


All versions of seminorm with dependencies

PHP Build Version
Package Version
Requires php Version ^8.0
psr/log Version ^3.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 tomrf/seminorm contains the following files

Loading the files please wait ....