Contents
Contents
-
| Posted on: |
2013-05-20 |
| Summary: |
During Google I/O 2013 event a Google manager said PHP runs on 75% of the Web sites. So they decided to finally support PHP as in their AppEngine hosting service.
Read this article to understand why this puts an end to years of false claims that PHP was losing market, as well what it means to Web developers using PHP or other languages. |
-
| Posted on: |
2013-05-09 |
| Summary: |
With the inclusion of Zend Optimizer+ extension in PHP 5.5, the need for better documentation of PHP internals became more evident, so PHP contributors can write extensions that take the most of the core PHP features.
That is one of the topics discussed by Manuel Lemos and Ernani Joppert in the episode 35 of the Lately In PHP podcast.
They also talked about having more optimized PHP opcodes, some interesting PHP feature proposals that got rejected, as well the article about the top version control systems used by PHP developers.
Listen to this podcast, or watch the hangout video, or read the transcript to learn more about this and other interesting PHP discussions. |
-
| Posted on: |
2013-04-29 |
| Summary: |
Finding all security vulnerabilities in a piece of code may be hard as it requires in depth analysis of what the code does. However, simple security vulnerabilities follow certain code style patterns that are easier to find with simple search tools.
Read this article to learn how you can find certain types of security vulnerabilities very quickly using the grep program. |
-
| Posted on: |
2013-04-29 |
| Summary: |
Version Control Systems are important tools that every developer should be using. However, for many developers version control systems do not make part of their development tool set.
Read this article to learn what are version control systems, why they are so important to be used by all developers, and what are the most popular systems used by PHP developers. |
Contents
Friends of the PHP Classes site is a initiative to provide recognition to the users that contribute to the growth of the site community.
For more information on how to become a friend of the site look here. |
Contents
Contents
Congratulations to Abius X!
|
Nominees to win the award of April of 2013
| Class: |
PHP Digital Download Script |
 |
|
Description: |
Serve files for download with codes given to users |
|
Author: |
Vincenzo Di Biaggio |
|
Age: |
31 |
|
Country: |
Italy |
|
| Class: |
PHP Disqus Comments |
 |
|
Description: |
Integration of blog comments to import in Disqus |
|
Author: |
Arturs Sosins |
|
Age: |
25 |
|
Country: |
Latvia |
|
| Class: |
PHP ONVIF |
 |
|
Description: |
Control network video devices with ONVIF protocol |
|
Author: |
Lorenzo Toscano |
|
Age: |
40 |
|
Country: |
Italy |
|
| Class: |
PHP Reduce JSON |
 |
|
Description: |
Compress JSON data using the reduced JSON format |
|
Author: |
Dmitri Russu |
|
Age: |
25 |
|
Country: |
Moldova |
|
| Class: |
Online PHP Menu Builder Class |
 |
|
Description: |
Create hierarchic menus stored in a MySQL database |
|
Author: |
MarPlo |
|
Age: |
??? |
|
Country: |
Romania |
|
| Class: |
Conta Vivo On Line |
 |
|
Description: |
Get details of an account of Vivo phone operator |
|
Author: |
Alexandre Tedeschi (d) |
|
Age: |
27 |
|
Country: |
Brazil |
|
| Class: |
PHP Enum Data Type |
 |
|
Description: |
Generate a enumeration class for a given namespace |
|
Author: |
Asher Wolfstein |
|
Age: |
??? |
|
Country: |
United States |
|
|
|
Contents
Contents
-
 |
| Author: |
Muhammad Mengrani |
| Date: |
2013-05-19 (2 days ago) |
| Groups: |
PHP 5, Databases, E-Commerce |
| Description: |
This package provides a Web interface to manage products stored in a CouchDB database.
It provides a class that extends a CouchDB database access class to provide the basic CRUD operations to manage products stored in the database.
Several details can be customized in a configuration class like the name of the online store, page template scripts, etc.. |
|
-
 |
| Author: |
PHPBeat |
| Date: |
2013-05-18 (3 days ago) |
| Groups: |
Templates |
| Description: |
This package implements a template engine that supports template inheritance.
It can process templates based in PHP code loaded from given files.
It can use class variables or local variables to define values for template placeholders.
It supports template inheritance, including additional inline templates, and it can be extended with plugins. |
|
-
 |
| Author: |
Andrzej Krokos |
| Date: |
2013-05-17 (4 days ago) |
| Groups: |
HTML, Time and Date |
| Description: |
This class can compute the time between two dates.
It can take two dates and calculates the difference of time between them in years, months, days, hours, minutes and seconds.
The class can also output the computed time difference in HTML. |
|
-
 |
| Author: |
Radovan Janjic |
| Date: |
2013-05-16 (5 days ago) |
| Groups: |
PHP 5, Web services, AJAX |
| Description: |
This class can encode and generate a response to JSONP request.
It generates JavaScript code to return JSON encoded variable value as response to a JSONP request.
The generated JavaScript may either invoke a callback function with a name defined by a request variable, or assign a JavaScript variable with the JSON encoded variable value. |
|
-
 |
| Author: |
Patricio Cardó |
| Date: |
2013-05-16 (5 days ago) |
| Groups: |
PHP 5, Graphics, Validation, Security |
| Description: |
This class implements CAPTCHA validation making the user select pictures.
It generates HTML to display pictures within an iframe that the user needs to select.
The class stores in session variables the information of the displayed pictures, so it can verify later if the user picked the correct image. |
|
-
 |
| Author: |
Reza Moghaddam |
| Date: |
2013-05-15 (6 days ago) |
| Groups: |
Networking, PHP 5 |
| Description: |
This class can check if a given domain exists using whois.
It can connect to a Whois server responsible for the top level domain og a given domain name and query that domain is registered.
Currently the class supports checking whois servers of 159 top level domains. |
|
-
 |
| Author: |
Hossam Suliman |
| Date: |
2013-05-15 (6 days ago) |
| Groups: |
PHP 5, Games, Artificial intelligence |
| Description: |
This class can simulate a combat between attacker and defender troops.
It takes as input the number of troops of an attacker and a defender in terms of men with hands, switchblades and guns.
The class simulates a battle by determine which army has more points assuming the loser army will have no survivors. |
|
-
 |
| Author: |
Frederik Yssing |
| Date: |
2013-05-14 (7 days ago) |
| Groups: |
PHP 5, Web services, Geography |
| Description: |
This class can get the geographic location of a IP address with FreeGeoIP.
It can send a HTTP request to the FreeGeoIP API Web server to request the geographic location details associated to a given IP address.
Currently it sets class variables with location details like the country code and name, the region code and name, city, zip code, latitude, longitude, metro code and area code. |
|
-
 |
| Author: |
Rizwan Abbas |
| Date: |
2013-05-14 (7 days ago) |
| Groups: |
PHP 5, Web services |
| Description: |
This class can extract data of classifieds published in OLX sites.
It can retrieve the page of results for a search in a OLX site and extract the URLs of the resulting classified pages.
The class can also retrieve the page of a classified post and extract its details like the title, description, location, phone number, amount value and currency, and the post user name. |
|
Contents
-
Courtesy of PHPDeveloper.org .
-
PHPDeveloper.org: 2013-05-20T17:23:23Z
-
PHPDeveloper.org: 2013-05-20T16:41:55Z
-
PHPDeveloper.org: 2013-05-20T15:38:03Z
-
PHPDeveloper.org: 2013-05-20T14:19:17Z
-
PHPDeveloper.org: 2013-05-17T16:09:42Z
Contents
|
|