|
- PHPCamp
 | PHPCamp is a ad-hoc gathering for PHP community. It similar to barcamp, but more focused towards PHP based web application development. This means that anyone can come to PHPCamp and participate.
Next gathering will take place in Pune, India. More details may be found in the gathering site. |
These initiatives are announced here just for the information of the PHP Classes site users. These announcements are not sponsored by the organization of the initiatives.
If you take part of the organization of a global or regional initiative that may be of the interest of the PHP Classes site users, feel free to contact this site so your initiative may also be announced here at no expense to your initiative organization. |
Contents
- New PHP dedicated job site (17 days ago)
| Posted on: |
2008-06-18 |
| Summary: |
The PHPClasses site is launching a new job board dedicated to announce jobs specifically for PHP professionals.
This new PHP job site allows companies to reach a large number of professionals with specific PHP skills eventually taking less time and money to find qualified professionals to fill their job openings. |
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 Diêgo Garrido de Almeida!
|
Nominees to win the award of June of 2008
| Class: |
MySQL Binlog Rotate |
 |
|
Description: |
Rotates the binary logs in a MySQL 5 cluster |
|
Author: |
Pape |
|
Age: |
25 |
|
Country: |
The Netherlands |
|
| Class: |
Easy WMI |
 |
|
Description: |
Access Windows resources using WMI objects |
|
Author: |
Zsolt Munoz |
|
Age: |
28 |
|
Country: |
Canada |
|
| Class: |
QSWFObject |
 |
|
Description: |
PHP Wrapper to load Flash movies |
|
Author: |
Tom Schaefer |
|
Age: |
??? |
|
Country: |
Germany |
|
| Class: |
Screenshot |
 |
|
Description: |
Take screenshots of pages with Internet Explorer |
|
Author: |
Daniel Neville |
|
Age: |
16 |
|
Country: |
United Kingdom |
|
| Class: |
Maildir To Mailbox |
 |
|
Description: |
Convert messages from maildir to mbox format |
|
Author: |
Charalampos Pournaris |
|
Age: |
22 |
|
Country: |
Greece |
|
| Class: |
GNU/Linux Stats |
 |
|
Description: |
Retrieve information about Linux systems |
|
Author: |
Cesar D. Rodas |
|
Age: |
20 |
|
Country: |
Paraguay |
|
| Class: |
Link Searcher |
 |
|
Description: |
Crawl Web pages to search for given text |
|
Author: |
Nadir Latif |
|
Age: |
25 |
|
Country: |
Sweden |
|
| Class: |
SuperSocket |
 |
|
Description: |
Handle multiple TCP socket connections |
|
Author: |
Debug |
|
Age: |
18 |
|
Country: |
United States |
|
| Class: |
Id3 Tag Correction and Downloading |
 |
|
Description: |
Correct ID3 tags of music stored in a database |
|
Author: |
Nadir Latif |
|
Age: |
25 |
|
Country: |
Sweden |
|
|
|
Contents
Contents
Contents
- Authorize.net ARB
 |
| Author: |
Joshua Bettigole |
| Date: |
2008-07-04 (1 day ago) |
| Groups: |
PHP 5, E-Commerce, Web services |
| Description: |
This class can be used to manage automated recurring payments using Authorize.net gateway.
It can build and send requests to Authorize.net Web services API server.
The supported types of request perform several types of transactions to manage recurring payments like creating, updating and cancel subscriptions. |
|
- OOE
 |
| Author: |
Marcelo Costa |
| Date: |
2008-07-04 (1 day ago) |
| Groups: |
PHP 5, Libraries |
| Description: |
This package consists of a Web application development framework.
There is a central class that acts as proxy to access functionality provided by other classes.
Other classes provide means to access SQL databases, manage sessions, generate and parse XML documents. authenticate and start sessions for users with records stored in a database, etc..
The code, examples and documentation are in Portuguese.
In Portuguese:
O objetivo da classe OOE é prover um modelo de orientação de objetos em que o desenvolvedor se preocupe somente com as regras de negócio de sua aplicação seja diretamente em seus scripts PHP ou aplicando o mesmo conceito da classe OOE para sua aplicação, entendendo que os métodos públicos a serem usados devem estar na classe que trata da camada de aplicação para que seja necessário referênciar somente esta unica classe. |
|
- Login Script
 |
| Author: |
andrew |
| Date: |
2008-07-03 (2 days ago) |
| Groups: |
Databases, User Management |
| Description: |
This package can be used to authenticate users accessing a site checking records stored in a MySQL database.
It can authenticate users by checking the user name and password against records stored in a MySQL database.
If an use is successfully authenticated, the class initializes session variables with the user identification details retrieved from the database. |
|
- unixDate
 |
| Author: |
Carl Friis-Hansen |
| Date: |
2008-07-03 (2 days ago) |
| Groups: |
PHP 5, Time and Date, Unix |
| Description: |
This class can be used to manipulate dates using the UNIX date command.
It can take a given date and format it calling the UNIX shell date command.
The class can pass parameters to the date command to add or subtract
years, months, days, hours, minutes and seconds. |
|
- Split SQL Selected results
 |
| Author: |
eslam ahmed kandel |
| Date: |
2008-07-02 (3 days ago) |
| Groups: |
HTML, Databases |
| Description: |
This class can be used to split MySQL query results in multiple pages.
It can execute a given query and retrieve the results to display in the current page, given the limit number of results to display per page.
The class can also return the HTML and page numbers to display in links to browse the pages on which the query results will appear. |
|
- TOTP
 |
| Author: |
Protung Dragos |
| Date: |
2008-07-02 (3 days ago) |
| Groups: |
PHP 5, Cryptography, User Management |
| Description: |
This class can be used to generate and validate one time passwords that may expire after a period of time (without using a database or saving the password of any kind).
It generates a code based on a secret key that is valid during a period of time.
The class can also be used to validate the generated code in a different server and check if the code expired. |
|
- GOOX_SWFOBJECT
 |
| Author: |
Otavio Theiss |
| Date: |
2008-07-01 (4 days ago) |
| Groups: |
HTML, PHP 5, Flash |
| Description: |
This class can be used to embed Flash players in Web pages.
It uses the SWFObject 2 Javascript library to embed Flash players without depending on the Web browser.
The class generates HTML with the necessary Javascript to load the Flash player object calling the SWFObject Javascript class.
The page element identifier, the width, height, Flash variables and other parameters are configurable.
In Brazilian Portuguese:
Esta classe utiliza o componente javascript da google swfoject. Porém para chamar um .swf será preciso apenas 1 linha. |
|
- CSS Comparer
 |
| Author: |
Martijn Beulens |
| Date: |
2008-07-01 (4 days ago) |
| Groups: |
HTML, PHP 5, Text processing |
| Description: |
This class can be used to compare and find the differences between two CSS style definitions.
It displays a form to upload two CSS definition files.
When the files are uploaded the class compares each of the CSS definitions.
The class displays both CSS files in a side by side columns highlighting the differences with a different color. |
|
- MyWeather
 |
| Author: |
Amir Jafari |
| Date: |
2008-06-30 (5 days ago) |
| Groups: |
Web services, Physics |
| Description: |
This class can be used to get the whether forecast for a given city of the world.
It accesses the wunderground.com site and performs a search for a world location.
The class retrieves an RSS feed associated to the searched location with the weather forecast for the following days.
The class parses the retrieved RSS feed and returns an associative array with weather report parameters like the location name, temperature, humidity and air pressure. |
|
- go!Johnny class library
 |
| Author: |
Sergio Domingues |
| Date: |
2008-06-30 (5 days ago) |
| Groups: |
HTML |
| Description: |
This package can be used to generate HTML documents programatically.
It provides several classes that know how to generate different types of basic HTML page elements such as paragraphs, links, forms, images, etc..
The class also provides several other classes that can generate more complex custom page elements like menus, blog entries, Flash players, Google maps, etc.. |
|
- FTP Upload
 |
| Author: |
David |
| Date: |
2008-06-29 (6 days ago) |
| Groups: |
Networking, PHP 5, Files and Folders |
| Description: |
This class can be used to upload files to an FTP server.
It uses the PHP FTP extension to establish a connection to a given server on behalf of a given user using his password.
The class can upload files to a given server directory. The files may be uploaded with a different names from the local file names. |
|
- Booster Template
 |
| Author: |
Chris Lam |
| Date: |
2008-06-28 (7 days ago) |
| Groups: |
Templates |
| Description: |
This class implements a compiled template engine.
It processes templates and generates PHP script files that generate the template output when executed.
The template variables are defined as arrays which are extracted into local variables before including the compiled template script files.
The template engine supports variables with optional modifiers, comments, including external template files, adding separate Javascript and CSS style definitions, localized text, inline PHP code, conditional sections and loops to iterate over array variables. |
|
Contents
|