Google Page Rank Checker Support forum googlepr Retrieve the Google page rank of a given URL This class can be used to retrieve the Google page rank of a page with a given URL. The Page Rank is a family of algorithms for assigning numerical weights to hyperlinked documents (or web pages) indexed ...
This class implements the Google page rank algorithm based on the original paper written by Larry Page, Sergey Brin and other at the Stanford university. It keeps track of the pages and the links that they contain in a MySQL database. The class can calculate the page rank of each page based on the ...
This can be used to find out how a site ranks in Google for a keyword. It can access Google search pages to perform a search for a given keyword. The class check the first 10 pages of results and check whether any pages of a given site appear in the results. It returns the first position the given ...
Rank Checker Support forum rank-checker Find the rank of a site in Google keyword searches This class can determine the position of the pages of a site in Google searches for given keywords. It can send requests to a Google search Web server to perform a search for a given keywords. The class parses ...
ArAutoSummarize Support forum arautosummarize Extract summary phrases from an Arabic text Saudi Arabia This class can be used to automatically extract key phrases to summarize an given Arabic text. The class can parse a long Arabic text and use stemming and ranking algorithms to identify which can ...
... nominee May 2010 When you have a page with text, sometimes it may be more interesting to rewrite that text, so it uses words that would make the page rank better in search engine results for certain searches. This class can rewrite a page by replacing certain words with synonyms that may make the page ...
Alexa Support forum alexa Get site ranking information from Alexa site This class can be used to get site ranking information from the Alexa site. It can access an Alexa site page and parse it to retrieve the ranking information of a given site domain. PHP Programming Innovation award nominee October ...
PHP Classes Stats Class Support forum phpcstats Get package download statistics from PHPClasses This is a simple class that can be used to retrieve package download statistics from the PHPClasses site. It retrieves the page of a package and parses its contents to extract several types of statistics ...
PHP Fetch Support forum phpfetch Fetch information about PHP Classes authors This is a simple class that can access the PHP Classes site and fetch information about the a given author and his classes. The takes a given author user identifier, fetches the respective author page, and extracts the ...
... for something in Google search results. The chances that a site page has of being found on Google search results depend on factor that Google calls page rank ( PR ). This factor depends on factors combined with an algorithm patented by Google that weight the incoming and outgoing links of a page. The ...