Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Binary Studio Blog:
Definitive Guide On Creating Custom Providers For Laravel OAuth2 Authorization
May 26, 2015 @ 17:45:12

A new guide has been posted showing you how to create custom OAuth2 providers for your Laravel application. In this case they wanted to hook the application in via Socialite to the VK social network but needed a custom connector to make it happen.

First of all let’s say that social authorization is very popular and frankly speaking it’s really handy tool. Surfing internet we can see a lot of sites and services which offer login with Facebook, Twitter, Google and other social networks. [...] If you’re building your website in PHP using Laravel, probably you’ve noticed Socialite which provides OAuth / OAuth 2 authentication with Facebook, Twitter, Google, and GitHub. The most famous social network which provides OAuth2 authentication in Russian segment of the internet is vk. But there is a lack of such connector (provider) in Socialite library. Actually it’s not a hard problem, so let’s build new VkProvider on top of Socialite’s components.

He starts with a brief look at the typical OAuth2 authentication flow between the social network and your application. From there it gets more vk.com specific. He shows how to set up the custom application on their side, updating your configuration with the credentials and installing Socialite. He then implements a "VkProvider" defining the required methods based on the interface. He then registers it as a "SocialiteServiceProvider" and uses it in a "login" request route.

tagged: oauth2 guide custom provider laravel socialite tutorial vkcom russian

Link: http://binary-studio.com/2015/05/25/laravel-oauth2/

Ruslan Yakushev's Blog:
PHP Manager for IIS is available in 5 languages
Mar 14, 2011 @ 15:06:26

In a quick post Ruslan Yakushev points out that the PHP Manager for IIS is now available in five different languages to make it even simpler for the non-English speakers out there to use.

A new release of PHP Manager for IIS (version 1.1.2) is available for download. This release includes translations into 5 languages. [...] Note that this release still includes English and it is recommended to upgrade even if you do not need these translations

The new languages are German, Dutch, Turkish, Japanese and Russian and the post thanks each of the community members that helped with the translation. The PHP Manager for IIS is a tool for managing one or more PHP installations on a single IIS server.

tagged: iis manager language german dutch turkish japanese russian

Link:

Community News:
Russian Zend Framework Conference Announced - ZFConf 2010
Feb 05, 2010 @ 20:03:01

As mentioned in this new post by Alexander Veremyev to the Zend Developer Zone, the first Russian Zend Framework conference has been announced - ZFConf 2010.

I am happy to announce the 1st Russian Zend Framework Conference (ZFConf 2010) which will take place in Saint-Petersburg, Russia at the end of March. An initial list of topics has been decided and the conference is open for registration. I am glad to participate in the event along with other speakers, some of which are acknowledged specialists and have a wide experience in using Zend Framework. The official language of the conference is Russian.

Topics include Zend_Search_Lucene, message queues, internationalization and a look at what Zend Framework 2.0 has to offer.

You can get more details on the conference from their main website or find out more of the specifics of registering. (Note: as of the time of this post, most of their site hasn't been translated to English, save the topics list.)

tagged: russian zendframework conference announcement zfconf2010

Link:

Rob Allen's Blog:
Russian and Polish Zend Framework Tutorial
Jul 23, 2007 @ 13:41:00

Rob Allen has posted about two new translations of his Getting Started with the Zend Framework tutorial - into Russian and Polish.

A couple of new translations of my Zend Framework tutorial have crossed my desk in the last week. Kubek Bartosz has very kindly created a new up to date Polish version of my Zend Framework tutorial. Alex Musayev has created a Russian translation too.

Check out the list of translations for his tutorial including Brazilian, Spanish, Italian and French.

tagged: zendframework translation tutorial polish russian zendframework translation tutorial polish russian

Link:

Rob Allen's Blog:
Russian and Polish Zend Framework Tutorial
Jul 23, 2007 @ 13:41:00

Rob Allen has posted about two new translations of his Getting Started with the Zend Framework tutorial - into Russian and Polish.

A couple of new translations of my Zend Framework tutorial have crossed my desk in the last week. Kubek Bartosz has very kindly created a new up to date Polish version of my Zend Framework tutorial. Alex Musayev has created a Russian translation too.

Check out the list of translations for his tutorial including Brazilian, Spanish, Italian and French.

tagged: zendframework translation tutorial polish russian zendframework translation tutorial polish russian

Link:


Trending Topics: