Contents
-
| Posted on: |
2013-06-17 |
| Summary: |
The PHP 5.5.0 final release is about to happen. After about 16 months of development PHP 5.5 is bringing even more maturity to the PHP language, which by Google numbers is present in 75% of the Web sites.
This was one of the main topics discussed by Manuel Lemos and Ernani Joppert in the episode 36 of the Lately in PHP podcast.
They also discussed some new features proposed for PHP 5.6 like incremental decoding of large JSON data streams and overloading arithmetic operators for arbitrary precision math.
They also debated the meaning of Google finally adding support to PHP in their cloud hosting platform Google AppEngine.
Also in this episode it was discussed an article about good practices to quickly detect and fix PHP code bugs that only show up in production environments.
Listen to the podcast, or watched the Google hangout video, or read the text transcript to learn more about these very interesting PHP topics. |
-
| 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. |
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 Lorenzo Toscano!
|
Nominees to win the award of May of 2013
| Class: |
PHP Circuit Breaker class |
 |
|
Description: |
Test if a service is ready checking status first |
|
Author: |
Yasir Siddiqui |
|
Age: |
29 |
|
Country: |
Pakistan |
|
| Class: |
PHP Google Driving Directions |
 |
|
Description: |
Get driving directions using Google Maps API |
|
Author: |
Marcus Brasizza |
|
Age: |
26 |
|
Country: |
Brazil |
|
| Class: |
PHP TLD Domain Name |
 |
|
Description: |
Determine the Top Level Domain from a given URL |
|
Author: |
Artur Barseghyan |
|
Age: |
34 |
|
Country: |
The Netherlands |
|
| Class: |
PHP Gantt charts in PDF |
 |
|
Description: |
Output Gantt charts using PDF documents |
|
Author: |
Alexander Selifonov |
|
Age: |
50 |
|
Country: |
Russian Federation |
|
| Class: |
SquareSpec |
 |
|
Description: |
Test PHP code using Behavior Driven Development |
|
Author: |
Benjie Velarde |
|
Age: |
40 |
|
Country: |
Philippines |
|
| Class: |
PHP AJAX Multiple Dropdown Select List Creator |
 |
|
Description: |
Create multiple dropdown selects lists |
|
Author: |
MarPlo |
|
Age: |
??? |
|
Country: |
Romania |
|
| Class: |
PHP Smart Session |
 |
|
Description: |
Access sessions initialized only when necessary |
|
Author: |
Rubens Takiguti Ribeiro |
|
Age: |
29 |
|
Country: |
Brazil |
|
| Class: |
PHP Fatal Error Handler |
 |
|
Description: |
Handle fatal PHP errors redirecting to a page |
|
Author: |
Alexsandro Souza |
|
Age: |
25 |
|
Country: |
Brazil |
|
| Class: |
Simple PHP Combat System |
 |
|
Description: |
Simulate a combat with attacker and defender army |
|
Author: |
Hossam Suliman |
|
Age: |
24 |
|
Country: |
Saudi Arabia |
|
| Class: |
PHP JSONP Response |
 |
|
Description: |
Encode and generate a response to JSONP request |
|
Author: |
Radovan Janjic |
|
Age: |
25 |
|
Country: |
Serbia |
|
|
|
Contents
Contents
-
 |
| Author: |
Archzilon Eshun-Davies |
| Date: |
2013-06-18 (1 day ago) |
| Groups: |
PHP 5, Databases |
| Description: |
This class can access and query MySQL databases.
It can connect to a given MySQL database server and execute several types operations around database queries.
Currently it can select the database to access, escape literal text values to use in queries, execute arbitrary SQL queries, retrieve query results as arrays or objects, retrieve the count of query result rows, retrieve the number of affected rows and the last inserted table record identifier. Errors can also be logged. |
|
-
 |
| Author: |
Alexey Znaev |
| Date: |
2013-06-17 (2 days ago) |
| Groups: |
PHP 5, Content management, Web services, Blogs |
| Description: |
This class can detect spam in comments using the CleanTalk API.
It can send HTTP requests to the CleanTalk API Web server to determine if the text of given comments is considered spam.
The class can send requests to check a given message, check the user IP address and user agent, give feedback of manually moderated message. |
|
-
 |
| Author: |
Gianluca Zanferrari |
| Date: |
2013-06-16 (3 days ago) |
| Groups: |
HTTP, PHP 5, Validation |
| Description: |
This class can validate request values according to custom rules.
It can take request values from different sources to perform several types of validation.
Currently it can validate values sent via GET or POST requests, session variables, cookie values and global variables.
The class takes another parameters that defines the type of validation condition to be evaluated.
Currently it can evaluate if the value is a number that is equal, different, smaller or larger than a parameter, check if it is within a range or in a list of values, if it is a float, an email address, a date, or matches a regular expression, etc.. |
|
-
 |
| Author: |
Archzilon Eshun-Davies |
| Date: |
2013-06-15 (4 days ago) |
| Groups: |
Email, PHP 5, Logging |
| Description: |
This class can send error messages to log files and by email.
It can append information of error messages in log files, including the data and time of the errors, IP address and browser identifier.
The class can also send the error information by email or display in the current Web page. |
|
-
 |
| Author: |
Xavier Pérez |
| Date: |
2013-06-14 (5 days ago) |
| Groups: |
HTTP, PHP 5, Console |
| Description: |
This class can execute a Web page script from the command line.
It takes values from the command line parameters that define request URI path and the request host.
The class sets PHP super-global variables $_SERVER and $_GET to emulate a HTTP request, so real PHP Web scripts can be included to handle it as a real Web request. |
|
-
 |
| Author: |
Radovan Janjic |
| Date: |
2013-06-13 (6 days ago) |
| Groups: |
Text processing, Audio |
| Description: |
This class can generate speech audio to say a given text.
It can send a HTTP request to the Google Translate API to say a given text.
The class downloads the speech audio in MP3 format and stores it in a given file. |
|
-
 |
| Author: |
Victor Akinyemi |
| Date: |
2013-06-12 (7 days ago) |
| Groups: |
PHP 5, Graphics, Video |
| Description: |
This package can draw graphics and generate animated GIF images.
There is a basic graphic drawing class that can create an image and draw simple primitives like rectangles, rounded rectangles and text.
There is another class based on the original written by László Zsidi that can compose animations from different image frames and save them as as animated GIF image files. |
|
Contents
-
Courtesy of PHPDeveloper.org .
-
PHPDeveloper.org: 2013-06-18T15:19:49Z
-
PHPDeveloper.org: 2013-06-18T14:06:46Z
-
PHPDeveloper.org: 2013-06-18T12:06:55Z
-
PHPDeveloper.org: 2013-06-17T19:22:01Z
-
PHPDeveloper.org: 2013-06-17T18:03:17Z
-
PHPDeveloper.org: 2013-06-17T17:42:26Z
-
PHPDeveloper.org: 2013-06-17T16:18:42Z
-
PHPDeveloper.org: 2013-06-17T15:49:06Z
Contents
|
|