Kohana 3.x auth - php

Where is the official kohana 3.x documentation? Whenever I go there now it's just blank pages http://kohanaframework.org/3.0/guide/auth
I'm looking around for a good Kohana 3.x auth documentation, if anyone knows anything about it, please share with me.
Thank's in advance!

The documentation is still at here. However the documentation for the Auth module is not enabled there. Even if it were, the Auth docs are currently just stubs. You can see them at here or in your own Kohana install by enabling the userguide module. Right now you are probably best off following the examples in the Kerkness wiki until the official documentation has been worked on.

Related

How can i setting up HWIOAuthBundle with Symfony4?

I try to make a web application in symfony4. I want to make login/register system with HWIOAuthBundle, but I can't find a good setting up guide just for Symfony3. Anybody can help me?
Thanks a lot
I think original docs are OK: https://github.com/hwi/HWIOAuthBundle/blob/master/Resources/doc/1-setting_up_the_bundle.md
Basically, bundles' configurations in Symfony 4 are pretty similar to Symfony 3 so you can try to use original docs. BTW there're some notes about Symfony 4.1 in this docs, so I'm sure that they will help you.

Alternatives for a Laravel 4 OpenID consumer

I'm looking for a good OpenID implementation (only consumer) for the Laravel 4 framework to use with a custom enterprise provider at my work.
I a little research i found so far that:
The HybridAuth project used by a lot of people is dead ... see here and here
The PHP-OpenID project seems old and lack of documentation at least in the github page.
Ohter kind of projects like oauth-4-laravel looks really awesome but in the docs i don't see any support for generic OpenID (corect me if i'm wrong) so is not a good option this time.
So the question is:
Is there any good library to use that implements OpenID on Laravel 4 ??
By good i mean still alive (fixing issues and support) and with enough documentation to make an integration with Laravel 4.
Any help appreciated.
I'm currently looking into Mozilla Persona for user login/logout in my projects.
Maybe it's not exactly what you are looking for, but still is pretty nice.
site: https://login.persona.org/about
package: https://packagist.org/packages/jyggen/persona (including Laravel provider)

plugin development in xt:commerece

I have installed xt:commerece a shoping cart related site. I want to develop a plugin within this CMS. But the documentation that they give in their admin panel is quite minimul. Is there any body who has already done this job can tell me where to find its documentation?
Or can tell me what are hooks here?
Where to find functions?
How to find keys for code?
This is the only documentation I found
http://webhelp-de.xt-commerce.com/HTML_EN/index.html?xt_serials.htm
look under Developer Information -> Pluginsystem
Note it is also very brief and not very clear.
Have you managed to find any other documentation for this? That would be helpful as I am facing the same problem.
EDIT: Documentation moved to https://xtcommerce.atlassian.net/wiki/display/MANUAL/Entwicklerinformationen
Here is a link to XT-Commerce documentation I found.
https://xtcommerce.atlassian.net/wiki/display/MANUAL/Entwicklerinformationen.
Hooks are also mentioned there.

Codeigniter 2 and Kohana 3 tutorials?

I was wondering if anyone had any other good tutorials based on both Codeigniter 2 and Kohana 3. I did find this tutorial on easy authentication for codeigniter, but other tutorials are from Codeigniter are version 1.7.2 and I just started learn about version 2.0.2. I haven't found any from Kohana yet. Any comments and help is greatly appreciated.
P.S. Yes, I have googled for tutorials, but I figured I ask here while I was looking.
These two are good places to start. Sometimes the Kohana website user guide is lacking.
Kohana beginners tutorial - http://kowsercse.com/2011/09/04/kohana-tutorial-beginners/
Kohana 3 unofficial wiki - http://kerkness.ca/kowiki/doku.php
Really the kohana documentation you find in the download of kohana itself is going to be your best resource as far as kohana is concerned. Also there is a kohana IRC channel where you will occasionally find good help.
#kohana # irc.freenode.net
Kohana 3 user guide: http://kohanaframework.org/3.1/guide/
and tutorials are here: http://kohanaframework.org/3.1/guide/kohana/tutorials
If you download the Kohana 3 package and run it in your dev server, you can enable "userguide" module in application/bootstrap.php (somewhere around line #100) and have it available locally.

RESTful WebServices with Kohana 3 PHP

Is it possible to make restful services with kohana 3 , i reviewed the source and found an abstract class Kohana_Controller_REST, how to use it ? If someone can post a snippet with routing as Example code, it will be very appreciated.
Also, the lack of documentation on KO3 is making me crazy, if someone knows a well documented, fast and proven PHP framework to use with an 100% javascript Frontend, just let me know, but i would like to stick with Kohana because of the powerful ORM lib.
Thanks.
This looks like the most promising module for 3.2 (current stable)
https://github.com/morgan/kohana-restify
I have been very happy using CodeIgniter REST Server, which is an extension to the CodeIgniter framework. One of the nice things about CI is the excellent documentation when compared to Kohana. Then again, Kohana is an "improved" fork of CI; for example, CI does not have an out-of-the-box ORM library.

Categories