Download the PHP package nouvu/lerma without Composer

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

Nouvu/Lerma

Latest Unstable Version

This implementation uses modules without PDO

Composer

Initial use

1 - method

2 - method

Connect MySQLi Example

1 - Static Lerma instance

2 - Lerma instance

Connect SQLite3 Example

1 - Static Lerma instance

2 - Lerma instance


Nouvu\Database\Lerma :: class

Contents spoiler #### Список методов #### Статический интерфейс подключения к Базе Данных Подготавливает запрос к выполнению Выполняет запрос к базе данных Запускает подготовленный запрос на выполнение Откат текущей транзакции Стартует транзакцию Фиксирует транзакцию Возвращает значение, созданное для столбца AUTO_INCREMENT последним запросом #### Code Examples #### #1 - example #2 - example OR

Nouvu\Database\LermaStatement :: class

Contents spoiler #### Список методов #### Извлечение следующей строки из результирующего набора Выбирает оставшиеся строки из набора результатов Возвращает количество строк, затронутых последним SQL-запросом Возвращает количество столбцов в результирующем наборе Извлекает внешний итератор > Только для MySQLi #### Code Examples #### #1 - example - iterator MySQLi #2 - example - fetch(All) result #1 and #2 #3 - Новая возможность - FETCH_FUNC from Generator > Предупреждение: > Вызовет ошибку как и в других случаях синтаксиса query. Используйте принудительно подстановку значений в запрос

Список режимов

name fetch fetchAll code
Lerma :: FETCH_NUM + + 1
Lerma :: FETCH_ASSOC + + 2
Lerma :: FETCH_OBJ + + 4
Lerma :: FETCH_COLUMN + + 265
Lerma :: FETCH_FUNC + + 586
Lerma :: FETCH_KEY_PAIR + + 307
Lerma :: FETCH_KEY_PAIR | Lerma :: FETCH_FUNC - + 891
Lerma :: FETCH_UNIQUE - + 333
Lerma :: FETCH_GROUP - + 428
Lerma :: FETCH_GROUP | Lerma :: FETCH_COLUMN - + 429
Lerma :: MYSQL_FETCH_FIELD + + 343
Lerma :: MYSQL_FETCH_BIND + - 663
Lerma :: MYSQL_FETCH_BIND | Lerma :: FETCH_COLUMN + - 927

Helper Functions

Contents spoiler namespace Доступ к внутреннему файлу конфигурации Debug строки запроса и значений

Прямой доступ к расширению

Fetch mode Result Examples

Lerma :: FETCH_NUM
Lerma :: FETCH_ASSOC
Lerma :: FETCH_OBJ
Lerma :: FETCH_COLUMN
Lerma :: FETCH_FUNC Возможность - Generator
Lerma :: FETCH_KEY_PAIR
Lerma :: FETCH_KEY_PAIR | Lerma :: FETCH_FUNC
Lerma :: FETCH_UNIQUE
Lerma :: FETCH_GROUP
Lerma :: FETCH_GROUP | Lerma :: FETCH_COLUMN
Lerma :: MYSQL_FETCH_FIELD
Lerma :: MYSQL_FETCH_BIND
Lerma :: MYSQL_FETCH_BIND | Lerma :: FETCH_COLUMN

Create by MouseZver


All versions of lerma with dependencies

PHP Build Version
Package Version
Requires php Version >=8.1
nouvu/config Version ^4.2
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 nouvu/lerma contains the following files

Loading the files please wait ....