background preloader

Php

Facebook Twitter

Eden PHP Library.

Databases

Social Auth For PHP Standalone Sites and Applications. Social Auth Plugin is the authentication and authorization solution based on social networks for web applications.

Social Auth For PHP Standalone Sites and Applications

Nowaday, almost internet users have at least one account on social networks (like Facebook, Twitter or Google Plus …). Therefore allowing users log in your applications/sites (apps) via social network accounts is not only help your users approach your apps easily but also help you reduce amount of work which is not necessary to focus on developing your apps. So now I introduce you a simple way to make a Social Auth plugin for your apps. License: This product is free for both personal and commercial uses. Please note, resources (like: images, videos, audios ...) are used for demonstration purpose only.

Registration and login base on social network sites.Get user data from social site (base on the social site’s support).Easy to deploy on several apps.Easy to store user data in your database (MySQL …).Social Network List: Facebook, Twitter, Google. Change Logs: 26 Jul 2012: 1. 2. Creating a Embeddable Content Plugin for WordPress. WordPress is one of the most deployed content management systems around.

Creating a Embeddable Content Plugin for WordPress

One of the main reasons is the number of plugins available and the ease with which we can use the system. It is not uncommon to find websites using tens of plugins to accomplish various tasks and functions. Wouldn’t it be nice if you could share your site content with other websites! You may have a need to share advertisements, product information or, if you are a designer, your photo gallery.

Whatever the reason, this article will show you a way to create an embeddable content plugin to share your WordPress content with other websites. Ways Of Sharing Content Link There are various ways with which one can share content across websites — RSS and Atom feeds, APIs and embeddable widgets. Our goal in this article is to create widget code that a user could insert in their website to display a list of recent posts from the parent website.

Twig - The flexible, fast, and secure PHP template engine - Homepage.

Wordpress

PODS. Download HybridAuth. HybridAuth, Open Source Social Sign On PHP Library. PayPal Website Integration PHP. Updates: 10th August 2011 The payments.php code (Line 60-64) has been slightly amended to fix the IPN Invalid Response.If you are not receiving the correct response from Paypal ensure that you are using the main test account (Verified Business Account) from your Paypal Sandbox account.Also ensure that you are testing the Paypal IPN Script on an online webserver (Not MAMP, Xampp etc..) as Paypal requires a reachable ‘return url’, ‘cancel url’ and ‘notify url’.The downloadable source code has been updated with the above changes.

PayPal Website Integration PHP

PayPal is the most popular payment service on the web so being able to integrate your website with PayPal’s Instant Payment Notification Service (IPN) is essential if you need to process payments through your website. There are 3 main parts to the PayPal IPN system. Parts 1 and 3 are accessible by customers on your website. Part 2 is only visible to PayPal. Step 1 – Setup PayPal Account Sign up for a PayPal account if you don’t already have one. Step 5 – Functions.php.