Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
Is there such a thing as a single API for all social networking websites? I want people to register in my website with Facebook, Google Plus, Twitter, LinkedIn, Myspace and with all the rest websites like that as far as they provide that functionality.
So, is there such a thing, that I can implement in the website(instead of implementing each api individually)- I need only simple registration - just to verify that they are real people. So, I am looking for something, like it is done for sharing with addthis.com, but for registration.
You can use this hybridauth API service http://hybridauth.sourceforge.net/index.html
OpenID offers a way to log in to websites using accounts from their partners
http://wiki.openid.net/w/page/25453698/Gallery
http://openid.net/
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I would like to know if there are any bundle to get page analytics, such as active logged in users, anonymous users, current visitors, total visitors etc.
If there aren't, which opensource platform do you recommend me to use into my webpage server, to handle all this data, then retrieving it into my symfony2 with json, rest, or any other utility?
What I want to accomplish here is to use SonataAdminBundle to show into my main page all that statistics I mentioned above, to have an all-in-one system to manage my webpage data such as users, posts, votes, comments, statistics, etc
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
It seems like every contract job now requires authentication using Facebook and Google Plus. Is there a well-supported php framework that natively supports Facebook and Google plus auth?
Well no specifically frameworks, there are however packages and plugins for frameworks. I would suggest this for Facebook, Google and a multitude of other third-party websites.
http://hybridauth.sourceforge.net/
I think every framework has a Facebook, Google+ Plugin, you just need to choose which framework suits your project.
If you want to see a plugin for facebook auth that i did long time ago for Kohana 2.
Check it here facebook-connect
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I need to code a small admib panel that should get and display statistics from remote servers. The main problem here is that I need to do that ASAP. So the main question here is: to use CMS or not? I'm almost sure that deploying something big like Joomla or Drupal will not be quick. Still, maybe there's something easier that matces the following conditions.
has implemented security stuff (secure login, sessions and etc);
has implemented user/groups/privileges mechanism;
has an abbility of adding users for Super Administrator.
UPD. framework instead of CMS will do as well.
Are you familiar with codeIgniter ? If yes then it is what you want.
Bonfire
It is a CMS with full time functionality of user/groups/privileges mechanism and many more.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
What do you advise me to do the login from Facebook and Twitter in my website?
I'm using Zend Framework 2.
Is there any library or module that allows me to do this?
You can use ScnSocialAuth (https://github.com/SocalNick/ScnSocialAuth/tree/master/src/ScnSocialAuth/Service), based on HybridAuth and ZfcUser libraries. It allows registration and login for other social networks too (i.e Linkedin, Yahoo, Google etc)
You can check Zend Framework's modules website:
http://modules.zendframework.com
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I am wondering if anyone knows of a system (open source or otherwise) that will allow my clients to sell their online services per month/year/etc. In other words, the user buys a month subscription, can log in, and access anything that my clients choose for them to see.
Thanks for any help.
Have you heard of Spreedly? Spreedly isn't a hosted solution it's a SaaS but has a really easy to use API.
What about Membergate?
I looked into this a while back and I almost purchased aMember Pro.
+1 for Spreedly.com
There is also Chargify.com, Recurly.com, and some others. See:
http://buyersvote.com/categories/the-best-subscription-billing-systems
Have you checked out Magento? Drupal also has an e-commerce module.
My company is currently using WHMCS. It's not perfect to be honest but it's a commercial solution that fills our similar needs.