The act of converting content from its original format into a format capable of being displayed on the web
Manage Multiple WordPress Sites

PHP

PHP Category

Easy Chat Rooms With PHP — phpFreeChat

phpFreeChat is a chat room script for creating chat rooms everywhere.phpfreechat Easy Chat Rooms With PHP    phpFreeChat

phpFreeChat doesn’t require a database and doesn’t have to be run on a new browser: it works everywhere with a PHP version larger than 5.3. and if the browser supports jQuery.

phpFreeChat is heavily customizable so you can tweak it to work on your mobile designs as well.

A Fast, PHP-powered Web IDE — ICEcoder

ICEcoder is a web-based IDE built with PHP.

icecoder A Fast, PHP powered Web IDE    ICEcoderICEcoder can be run either online or locally. It’s blazing fast and comes with themes for many languages.

Some of the most prominent features of ICEcoder are:

  • Find&replace;
  • Secure login;
  • Coding assist with Emmet;
  • Easy database management;
  • etc.

 

A Caching System For PHP — phpFastCache

phpFastCache is a caching system for PHP. It’s made for reducing the database load on websites with a lot of traffic.

phpfastcache A Caching System For PHP    phpFastCacheFor example, if your website is visited by 10,000 people who ask for the same query, phpFastCache can generate a single query and serve all of the visitors.

It’s a simple and powerful way to increase the performance of your website.

 

Create A Code Journal With WordPress — Capsule

Capsule is a WordPress theme for creating a code journal.

It also serves as a “paste document” which developers sometimes have open to store snippets for some time.

capsule Create A Code Journal With WordPress    CapsuleCapsule has code highlighting and sports convenient features for editing.

While some developers use Gists, txt files or other tricks for storing their snippets, Capsule allows you to share them easily and store them in an environment that’s easy to search through. Each snippet is enveloped with metadata that helps finding your old ones.

 

Cool Error Reporting for PHP — whoops!

 

 

 

whoops! is a library to make dealing with PHP errors and exceptions a bit easier.

whoops Cool Error Reporting for PHP    whoops!whoops! is a feature-rich error management solution:

  • Stand-alone library;
  • Simple & powerful API for dealing and tracing exceptions;
  • Can open referenced files directly in your editor and IDE;
  • Easy to extend and integrate with existing libraries.

Overall, as we know that PHP tends to have ‘bad hair days’, an error management application is probably a must-have for a PHP developer.

 

Lightweight PHP Database Framework — Medoo

Medoo is a PHP framework for accelerating SQL development.

medoo Lightweight PHP Database Framework    Medoo

 

Medoo ships as a single file and supports numerous database formats, such as MSSQL, MySQL, PostgreSQL, and others.

It weighs a mere 8 kilobytes, can prevent injections and is all in all a very usable framework for anyone looking to make their DB-side of things faster.