PHP Classes

Packages of Lukasz Cepowski

Recommend this page to a friend!
  All class groups  >  All authors  >  Packages of Lukasz Cepowski (3)  >  Mission progress status  >  Reputation  
Picture of Lukasz Cepowski
Name: Lukasz Cepowski <contact>
Classes: 3
Country: Poland Poland
Age: 37
All time rank: 118929 in Poland Poland
Week rank: 195 Up4 in Poland Poland Up
All time users: 2671
Week users: 0
Innovation award
Innovation award
Nominee: 1x
 
  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z  
  Files folder image Kick Ass Cache APC  
Capture the page output and cache it using APC
This class can capture the page output and cache it using APC.

It computes a cache key for the current request based on the page URI and the request parameters.

If the cached page with the computed key already exists, the class serves the cached content and exists.

If the cached page does not exist yet, the class tries to lock the access to the cache key. If successful, the class captures the page output, stores the captured output, and unlocks the cache.
Not enough user ratings

  Files folder image Mock HTTP Server  
Setup and start a HTTP server for testing purposes
This class can setup and start a HTTP server for testing purposes.

It provides a class that works as a HTTP server listening on a given port and process requests handled by local files and PHP scripts.

Another class can start an instance of the HTTP server to keep it running on the background and stop it as necessary.
RatingsUtility Consistency Documentation Examples Tests Videos Overall Rank
All time: 83% 83% - - 83% - 58% 1468
Month: Not yet rated by the users

  Files folder image WebThumbnail  
PHP Programming Innovation award nominee
May 2012
Number 2


Prize: One subscription to the PDF edition of the PHP Architect magazine
Capture a screenshot of a page using WebThumbnail
This class can capture a screenshot of a page using WebThumbnail.

It can send a HTTP request to the WebThumbnail API Web server to request the capture of a screenshot of a given URL.

The service will queue the request to capture the specified page screenshot using one of the supported browsers: Firefox, Google Chrome or Opera.

The screenshot image may be capture with sizes between 70 by 70 and 2048 by 4096 pixels.

The class polls the capture server to determine when the screenshot is ready to download.

The retrieved screenshot image can be copied to a local file or served for download as the current script output in the PNG, JPEG or GIF formats.
Not enough user ratings


  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z