2017 © Pedro Peláez
 

library neevo-nette-ext

Neevo extension for Nette Framework

image

smasty/neevo-nette-ext

Neevo extension for Nette Framework

  • Monday, October 23, 2017
  • by smasty
  • Repository
  • 1 Watchers
  • 0 Stars
  • 36 Installations
  • PHP
  • 0 Dependents
  • 1 Suggesters
  • 0 Forks
  • 0 Open issues
  • 8 Versions
  • 0 % Grown

The README.md

Neevo extension for Nette Framework

This package provides tools to optimize Neevo DBAL for use in a Nette Framework application. It will register Neevo as a service to the DI Container, add a panel to DebugBar showing performed queries and a panel to Bluescreen with SQL query in case of NeevoException. It also provides an adapter for Nette cache storage system., (*1)

Only Nette Framework 2.0 and above PHP 5.3 packages are supported., (*2)

Instructions

  1. Add the extension to your Composer configuration:, (*3)

    {
        "require": {
            "smasty/neevo-nette-ext": "1.*"
        }
    }
    
  2. Add new sections to your config file (e.g. app/config/config.neon) and place there your Neevo configuration:, (*4)

    extensions:
        neevo: Neevo\Nette\Extension
    
    neevo:
        driver: MySQLi
        username: root
        password: ****
        database: my_database
  3. There is no step three., (*5)

The Versions

23/10 2017

dev-master

9999999-dev http://github.com/smasty/neevo-nette-ext

Neevo extension for Nette Framework

  Sources   Download

MIT

The Requires

 

database dbal nette neevo

23/10 2017

v1.2.5

1.2.5.0 http://github.com/smasty/neevo-nette-ext

Neevo extension for Nette Framework

  Sources   Download

MIT

The Requires

 

database dbal nette neevo

22/01 2016

v1.2.3

1.2.3.0 http://github.com/smasty/neevo-nette-ext

Neevo extension for Nette Framework

  Sources   Download

MIT

The Requires

 

database dbal nette neevo

21/01 2016

v1.2.2

1.2.2.0 http://github.com/smasty/neevo-nette-ext

Neevo extension for Nette Framework

  Sources   Download

MIT

The Requires

 

database dbal nette neevo

23/04 2013

v1.2.1

1.2.1.0 http://github.com/smasty/neevo-nette-ext

Neevo extension for Nette Framework

  Sources   Download

MIT

The Requires

 

database dbal nette neevo

11/04 2013

v1.2

1.2.0.0 http://github.com/smasty/neevo-nette-ext

Neevo extension for Nette Framework

  Sources   Download

MIT

The Requires

 

database dbal nette neevo

06/04 2013

v1.1

1.1.0.0 http://github.com/smasty/neevo-nette-ext

Neevo extension for Nette Framework

  Sources   Download

MIT

The Requires

 

database dbal nette neevo

27/01 2013

v1.0

1.0.0.0 http://github.com/smasty/neevo-nette-ext

Neevo extension for Nette Framework

  Sources   Download

MIT

The Requires

 

database dbal nette neevo