PHP-IoC

PHP-IoC 1.0

PHP-IoC uses a configuration file to store dependencies between classes.Using these config files, applications can be slimmed down in size by only loaded the appropriate code wherever it's needed.Requirements:PHP 5 or...

read more
PunyPNG

PunyPNG 1.0

PunyPNG is a free online photo optimization tool that reduces the file size of images without any loss to its quality.The "PunyPNG" PHP class allows developers to submit images to the PunyPNG service and fetch the optimized image back.It works with one...

read more
Paginator

Paginator 1.0

The Paginator class can work with data obtained from a PHP array, a CSV file or a remote MySQL database.MySQL data can be retrieved using the PHP MySQL extension or via PDO.The pager UI supports next, previous, first and last controls, along with the...

read more

RulersGuides.js comes with keyboard shortcuts for activating or deactivating various rulers, guides and their states.Whenever needed, both the rulers and guides can be locked if needed.A RulersGuides.js demo is included with the download...

read more

The Fifteen Puzzle, or 15 puzzle game is a small board game that consists of 15 numbered tiles that need to be arranged in a certain position by sliding them around a 4x4 board.FifteenPuzzle.js is an implementation of this classic game to JavaScript,...

read more
Router

Router 1.0

The Routes class follows DSL syntax converting URLs to regular expressions and then matching them on a first-match basis.Router also supports wildcard matches, alpha-numeric strings, PHP variable syntax and more.Usage instructions are included with the...

read more

MemoryGame.js allows developers to develop memory card games, easy configurable and extendable.Everything about the game can be changed, starting from the card faces, the UI, scoring rules, the number of cards used, etc..Various versions of the game are...

read more

Marquee.js supports all of the <marquee> tag features, starting from infinite loops, to limited scroll loops and up to scroll direction settings.A demo is included with the download...

read more

PHP-Config is a solution for extracting settings from a config file and passing them to more complex text processing systems.Various examples are included with the class' download package.Requirements:PHP 5 or...

read more

Magnifier.js recreates a magnifying glass effect on Web pages.It allows a user to hover his mouse over an image thumbnail and using a special zoom box around his cursor zoom in on the photo.Magnifier.js uses a panel right next to the image to display the...