[google-appengine] Datastore Library for PHP in 2.0 beta (php-gds)

2015-07-10 Thread Tom Walder
Hi there, For anyone that is interested or wants to help with beta testing... Version 2.0 of the PHP-GDS library for accessing Datastore from PHP on App Engine (or not) is in beta. https://github.com/tomwalder/php-gds Here's a copy of the "New in 2.0" section: New features in 2.0 include

[google-appengine] Re: Datastore Library for PHP in 2.0 beta (php-gds)

2015-07-10 Thread Tom Walder
Wow, thanks for the vote of confidence! I certainly hope it helps some people out - Datstore has a lot to offer, and making it more accessible to PHP developers is what this library is all about! Tom -- You received this message because you are subscribed to the Google Groups "Google App Engi

[google-appengine] PHP Library for Cloud Datastore 2.0 Production Release

2015-08-04 Thread Tom Walder
https://github.com/tomwalder/php-gds Enjoy! New features in 2.0 include - *Faster* - use of Google Protocol Buffer allows faster, low-level access to Datastore - *Easier to use* - sensible defaults and auto-detection for AppEngine environments - *Less dependencies* - no need fo

Re: [google-appengine] PHP Library for Cloud Datastore 2.0 Production Release

2015-08-05 Thread Tom Walder
isreading, this no longer > requires the Google API, so could this be used on AppScale for example? > > Ant > > On Tuesday, 4 August 2015 22:30:55 UTC+1, Tom Walder wrote: >> >> https://github.com/tomwalder/php-gds >> >> Enjoy! >> >> New features

Re: [google-appengine] PHP Library for Cloud Datastore 2.0 Production Release

2015-08-05 Thread Tom Walder
hanks so much for sharing this I've just started > rewriting my entire code base into Python after writing everything in PHP > (using your original library). > > This means I can potentially just carry on as is! > > Ant > > On Wednesday, 5 August 2015 08:24:24 UTC+1, Tom

[google-appengine] Native access to Search API from PHP on App Engine - Get it here!

2015-08-27 Thread Tom Walder
Hi all, For anyone that's interested, I've published an alpha version of a library for accessing the App Engine Search API. At the time of writing, this is only available from Python/Java/Go with the SDK's provided by Google. So, here it is for those of us using PHP. https://github.com/tomwal

[google-appengine] Re: Native access to Search API from PHP on App Engine - Get it here!

2015-09-02 Thread Tom Walder
Added support for auto-complete Edge NGram tokenizers, Match Scorers, Geo distance queries, Unit tests Still in alpha. On Thursday, 27 August 2015 22:42:24 UTC+1, Tom Walder wrote: > > Hi all, > > For anyone that's interested, I've published an alpha version of a librar

[google-appengine] Multi-Environment & Deployment Manager for App Engine / PHP

2015-09-15 Thread Tom Walder
Just open sourced this today... Hope someone finds it useful. https://github.com/Venditan/appengine-deploy *What is this? Is it different from appcfg.py?* This allows you to *deploy the same code/application to multiple target environments* (local, multiple different App Engine projects).

[google-appengine] Labelled versions added to appengine-deploy (PHP)

2015-11-05 Thread Tom Walder
For anyone using our environment and deployment manager tool, we've release v1.1 with a couple of key changes 1. Support for labelled versions - make it easier to recognise version purpose (e.g. "version3-feature") 2. Change to command line parameters (- and -- syntax) https://github.com/Vendit

[google-appengine] Re: Geospatial/geolocation queries from GAE (or other Cloud products)?

2016-01-05 Thread Tom Walder
Hi Alex, You can do all of this on App Engine, with PHP using the native Search API. I usually keep my transactional data in Datastore and then the "searchy" stuff, including Geo search in the Search API (when I'm, not using Elasticsearch). You will need one or more of these open source librar

[google-appengine] Re: Geospatial/geolocation queries from GAE (or other Cloud products)?

2016-01-07 Thread Tom Walder
potential > alternative tho: http://geocoder.opencagedata.com/ > > Thanks again, > Alex > > On Tuesday, January 5, 2016 at 7:26:29 PM UTC, Tom Walder wrote: >> >> Hi Alex, >> >> You can do all of this on App Engine, with PHP using the native Search >> API. >&

[google-appengine] Handling user logins with AppEngine PHP and Datastore?

2016-01-19 Thread Tom Walder
Hi there. You might want to consider something like one of these https://github.com/ircmaxell/password_compat https://github.com/hautelook/phpass Which do a reasonable job of one way password encryption and then validation. You'll likely need sessions too - and you tweak the session hash if you

[google-appengine] Re: Google App Engine multiple regions

2016-06-21 Thread Tom Walder
You cannot load balance between US and EU using "conventional" load balancing. There might be some thoroughly complex way to do it with localised DNS responses. However, it would be 2 distinct App Engine projects. To be honest if cross-region load balancing is a need, App Engine is probably n

[google-appengine] PHP Support for Datastore REST API v1

2016-09-21 Thread Tom Walder
Just released, version 3 of PHP-GDS @GoogleCloud #Datastore Library for #PHP and #AppEngine Support for the new v1 REST API. https://github.com/tomwalder/php-gds Disclaimer: I am the author -- You received this message because you are subscribed to the Google Groups "Google App Engine" group

[google-appengine] Custom runtime - using search API / AppEngine services

2016-10-04 Thread Tom Walder
I guess you could deploy a PHP/Python/Standard runtime app to just expose a RESTish API to the Search service. I've done this before. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails

[google-appengine] Re: Is there a PHP API for writing to the Datastore?

2015-01-13 Thread Tom Walder
I've just released a library that sits on top of the Google PHP API client. It makes reading and writing with Datastore much easier (I hope). Check it out - it might help you if you're still looking. https://github.com/tomwalder/php-gds On Wednesday, 25 June 2014 19:22:33 UTC+1, Nooby wrote:

Re: [google-appengine] Re: Is there a PHP API for writing to the Datastore?

2015-01-14 Thread Tom Walder
apley > > Follow me on Twitter <http://www.twitter.com/anthonyshapley>, Facebook > <http://www.facebook.com/anthony.shapley> or Google+ > <https://plus.google.com/53690494421503825/>. Visit the website > <http://www.shapleytech.ltd.uk> to see our work. >