2017 © Pedro Peláez
 

library adodbconect

Facilitates the use of adodb php in laravel

image

felixarenas/adodbconect

Facilitates the use of adodb php in laravel

  • Monday, July 30, 2018
  • by felixarenas
  • Repository
  • 1 Watchers
  • 0 Stars
  • 19 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 17 Versions
  • 171 % Grown

The README.md

adodbconect

ADODBCONECT Facilitates the use of adodb php in laravel, (*1)

Install

Via Composer, (*2)

``` bash $ composer require felixarenas/adodbconect, (*3)


## Providers ``` php 'providers' => [ farenas\AdodbConect\Providers\AdodbConectServiceProvider::class, Yajra\Oci8\Oci8ServiceProvider::class, ]

Aliases

``` php 'aliases' => [ 'AdodbConect' => farenas\AdodbConect\Facades\AdodbConectFacade::class, ], (*4)


## Publish ``` php php artisan vendor:publish --provider="farenas\AdodbConect\Providers\AdodbConectServiceProvider" php artisan vendor:publish --tag=oracle

Config

This will copy the configuration file to php config/oracle.php, (*5)

``` php return [ 'oracle' => [ 'driver' => config('dbConfig.DB_DRIVER'), 'tns' => config('dbConfig.DB_TNS'), 'host' => config('dbConfig.DB_HOST'), 'port' => config('dbConfig.DB_PORT'), 'database' => config('dbConfig.DB_DATABASE'), 'username' => config('dbConfig.DB_USERNAME'), 'password' => config('dbConfig.DB_PASSWORD'), 'charset' => config('dbConfig.DB_CHARSET'), 'prefix' => config('dbConfig.DB_PREFIX'), 'prefix_schema' => config('dbConfig.DB_SCHEMA_PREFIX'), 'server_version' => config('dbConfig.DB_SERVER_VERSION'), ], ];, (*6)


and copy the configuration file to ``` php config/dbConfig.php ``` ``` php return [ 'DB_DRIVER' => 'oracle', 'DB_CONNECTION' => 'oracle', 'DB_HOST' => 'localhost', 'DB_PORT' => '1070', 'DB_DATABASE' => 'name_db', 'DB_USERNAME' => 'root', 'DB_PASSWORD' => 'password', 'DB_TNS' => 'tns_names', 'DB_CHARSET' => 'AL32UTF8', 'DB_PREFIX' => '', 'DB_SCHEMA_PREFIX' => '', 'DB_SERVER_VERSION' => '11g', 'STRIP_TAGS' => true, 'EXCEP_TAGS' => '', //'<p><a><h1>' ];

``` php php artisan vendor:publish --provider="farenas\AdodbConect\Providers\AdodbConectServiceProvider", (*7)

php artisan vendor:publish --tag=oracle, (*8)


## Usage ``` php use AdodbConect; $paramAdoDb = [ 'cursor' => true, 'plsql' => 'PackageOracle.function_package(:codUser, :codCompany);', 'datos' => [ 'codUser' => 2222, 'codCompany' => 6655 ] ]; AdodbConect::param($paramAdoDb)->run();

Change log

Please see CHANGELOG for more information on what has changed recently., (*9)

Contributing

Please see CONTRIBUTING and CODE_OF_CONDUCT for details., (*10)

Security

If you discover any security related issues, please email felixarenas7@gmail.com instead of using the issue tracker., (*11)

Credits

  • [Felix Arenas Lourido]
  • [All Contributors]

License

The MIT License (MIT). Please see License File for more information., (*12)

The Versions

30/07 2018

dev-master

9999999-dev

Facilitates the use of adodb php in laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by felix arenas lourido

30/07 2018

dev-dev

dev-dev

Facilitates the use of adodb php in laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by felix arenas lourido

30/07 2018

v0.2.13

0.2.13.0

Facilitates the use of adodb php in laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by felix arenas lourido

30/07 2018

v0.2.12

0.2.12.0

Facilitates the use of adodb php in laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by felix arenas lourido

29/07 2018

v0.2.11

0.2.11.0

Facilitates the use of adodb php in laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by felix arenas lourido

29/07 2018

v0.2.10

0.2.10.0

Facilitates the use of adodb php in laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by felix arenas lourido

29/07 2018

v0.2.9

0.2.9.0

Facilitates the use of adodb php in laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by felix arenas lourido

29/07 2018

v0.2.8

0.2.8.0

Facilitates the use of adodb php in laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by felix arenas lourido

29/07 2018

v0.2.7

0.2.7.0

Facilitates the use of adodb php in laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by felix arenas lourido

24/02 2018

v0.2.6

0.2.6.0

Facilitates the use of adodb php in laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by felix arenas lourido

24/02 2018

v0.2.5

0.2.5.0

Facilitates the use of adodb php in laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by felix arenas lourido

23/02 2018

v0.2.4

0.2.4.0

Facilitates the use of adodb php in laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by felix arenas lourido

23/02 2018

v0.2.3

0.2.3.0

Facilitates the use of adodb php in laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by felix arenas lourido

22/02 2018

v0.2.2

0.2.2.0

Facilitates the use of adodb php in laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by felix arenas lourido

22/02 2018

v0.2.1

0.2.1.0

Facilitates the use of adodb php in laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by felix arenas lourido

22/02 2018

v0.2.0

0.2.0.0

Facilitates the use of adodb php in laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by felix arenas lourido

21/02 2018

v0.1.0

0.1.0.0

Facilitates the use of adodb php in laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by felix arenas lourido