2017 © Pedro Peláez
 

library orm-cache

Caching for GapOrm

image

gap-db/orm-cache

Caching for GapOrm

  • Friday, June 24, 2016
  • by haroutweb
  • Repository
  • 2 Watchers
  • 0 Stars
  • 78 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 1 % Grown

The README.md

Gap ORM Cache

Cache for Gap Orm, available "memcache" driver, (*1)

REQUIREMENTS

PHP > 5.4.0, (*2)

INSTALLATION

If you're using Composer for your project's dependencies, add the following to your "composer.json":, (*3)

"require": {
    "gap-db/OrmCache": "1.*"
}

Update Modules Config List - safan-framework-standard/application/Settings/modules.config.php, (*4)

<?php
return [
    // Safan Framework default modules route
    'Safan'         => 'vendor/safan-lab/safan/Safan',
    'SafanResponse' => 'vendor/safan-lab/safan/SafanResponse',
    // Write created or installed modules route here ... e.g. 'FirstModule' => 'application/Modules/FirstModule'
    'GapOrm'      => 'vendor/gap-db/orm/GapOrm',
    'GapOrmCache' => 'vendor/gap-db/OrmCache/GapOrmCache',
];

Add Configuration - safan-framework-standard/application/Settings/main.config.php, (*5)

<?php
'init' => [
    ...
    'gapOrmCache' => [
        'class'  => 'GapOrmCache\GapOrmCache',
        'method' => 'init',
        'params' => [
            'prefix' => 'prefix',
            'driver' => 'memcache'
        ]
    ],
    ...
]

The Versions

24/06 2016

dev-master

9999999-dev http://www.safanlab.com

Caching for GapOrm

  Sources   Download

MIT

The Requires

 

orm database cache memcache

24/06 2016

1.0.5

1.0.5.0 http://www.safanlab.com

Caching for GapOrm

  Sources   Download

MIT

The Requires

 

orm database cache memcache

24/06 2016

1.0.4

1.0.4.0 http://www.safanlab.com

Caching for GapOrm

  Sources   Download

MIT

The Requires

 

orm database cache memcache

24/08 2015

1.0.3

1.0.3.0 http://www.safanlab.com

Caching for GapOrm

  Sources   Download

MIT

The Requires

 

orm database cache memcache

02/08 2015

1.0.2

1.0.2.0 http://www.safanlab.com

Caching for GapOrm

  Sources   Download

MIT

The Requires

 

orm database cache memcache

01/08 2015

1.0.1

1.0.1.0 http://www.safanlab.com

Caching for GapOrm

  Sources   Download

MIT

The Requires

 

orm database cache memcache

01/08 2015

1.0.0

1.0.0.0 http://www.safanlab.com

Caching for GapOrm

  Sources   Download

MIT

The Requires

 

orm database cache memcache