Re: CakePHP 3.0 location for API-Access

2016-02-21 Thread Anthony GRASSIOT
Didn't use it personnaly but I know that this exists: You might want to have a look at it. Regards Anto > On Feb 21 2016, at 5:33 pm, euromark wrote: > > Take a look at twitter, and how they did it: >

Re: CakePHP 3.x and Redis as one of the main Database

2016-02-21 Thread euromark
You could work together and upgrade it to 3.x. Dont forget to publish it on https://github.com/FriendsOfCake/awesome-cakephp then. Mark Am Sonntag, 21. Februar 2016 15:06:29 UTC+1 schrieb web tools: > > Hello, > > I am new to CakePHP and I am wondering which is the best way to use Redis > not

Re: CakePHP 3.0 location for API-Access

2016-02-21 Thread euromark
Take a look at twitter, and how they did it: https://github.com/cvo-technologies/cakephp-twitter Am Sonntag, 21. Februar 2016 15:06:29 UTC+1 schrieb web tools: > > Hello, > > I would like to use the API of OpenWeatherMap ( > http://openweathermap.org/api) in my CakePHP 3.x Application, but I am

CakePHP 3.x and Redis as one of the main Database

2016-02-21 Thread web tools
Hello, I am new to CakePHP and I am wondering which is the best way to use Redis not as Cache but as a main Database with CakePHP 3.x. I have found a Plugin for Cake 2, but it seems to be incompatible with CakePHP 3.x (https://github.com/Oefenweb/cakephp-redis). Does anyone has a tipp? Thank

CakePHP 3.0 location for API-Access

2016-02-21 Thread web tools
Hello, I would like to use the API of OpenWeatherMap (http://openweathermap.org/api) in my CakePHP 3.x Application, but I am not sure where to put my API-Calls like "*getWeatherByCityname()*" in, because ' *Table*', '*Entity*' and '*Behaviour*' only belongs to relational Databases. Is there a