Skip to content

Instantly share code, notes, and snippets.

@dazz
Forked from ziadoz/awesome-php.md
Created May 1, 2013 21:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dazz/5498591 to your computer and use it in GitHub Desktop.
Save dazz/5498591 to your computer and use it in GitHub Desktop.

Awesome PHP

A list of amazingly awesome PHP libraries, resources and shiny things.

Composer

Composer Related

  • Satis - A static Composer repository generator.
  • Composition - A library to check your Composer environment at runtime.
  • Poser - A Composer class aliasing library.
  • Version - A parsing and comparison library for semantic versioning.
  • NameSpacer - A library to convert from underscores to namespaces.
  • Patch Installer - A library to install patches using Composer.

Frameworks

  • Symfony2 - A framework comprised of individual components.
  • Knp RAD Bundle - A Rapid Application Development (RAD) bundle for Symfony 2.
  • Zend Framework 2 - Another framework comprised of individual components.
  • Laravel 4 - A simple PHP framework.
  • Lithium - Another framework of components.

Framework Components

Micro Frameworks

  • Silex - A micro framework built around Symfony2 components.
  • Silex Skeleton - A skeleton for Silex.
  • Slim - Another simple micro framework.
  • Bullet PHP - A mico framework for building REST APIs.

Templating

  • Twig - A comprehensive templating language.
  • Twig Cache Extension - A template fragment cache library for Twig.
  • Mustache - A PHP implementation of the Mustache template language.
  • Phly Mustache - Another PHP implementation of the Mustache template language.
  • MtHaml - A PHP implementation of the HAML template language.
  • Lex - A lightweight template parser.

HTTP

URL

Email

Dependency Injection

  • Pimple - A tiny dependency injection container.
  • Auryn - Another dependency injection container.
  • Di - Another flexible dependency injection container.
  • PHP DI - A dependency injection implementation using annotations.

Imagery

Testing

  • PHPUnit - A unit testing framework.
  • RunkitTestCase - A library for creating PHPUnit test cases that use runkit.
  • ParaTest - A parallel testing library for PHPUnit.
  • PHPSpec - A design by specification unit testing library.
  • Codeception - A full stack testing framework.
  • Atoum - A simple testing library.
  • Mockery - A mock object library for testing.
  • Phake - Another mock object library for testing.
  • Parody - Yet another mock object library for testing.
  • Sismo - A continuous testing server library.
  • Faker - A fake data generator library.
  • Alice - An expressive fixture generation library.
  • Behat - A Behaviour Driven Development framework.
  • Mink - Web acceptance testing.

Documentation

Security

  • HTML Purifier - A standards compliant HTML filter.
  • RandomLib - A library for generating random numbers and strings.
  • SecurityMultiTool - A PHP security library.
  • Password Compat - A compatibility library for the new PHP 5.5 password functions.
  • BCrypt - A BCrypt password hashing library.
  • PHPAss - A portable password hashing framework.
  • PHP Password Lib - A library for generating and validating passwords.
  • Password Policy - A password policy library for PHP and JavaScript.
  • PHPSecLib - A pure PHP secure communications library.
  • TCrypto - A simple encrypted key-value storage library.
  • PHP IDS - A structured PHP security layer.

Build Tools

  • Go - A simple PHP build tool.
  • Bob - A simple project automation tool.
  • Phake - A rake PHP clone library.
  • Box - A utility to build PHAR files.

Asset Management

  • Assetic - An asset manager pipeline library.
  • Pipe - Another asset manager pipeline library.
  • Munee - An asset optimiser library.
  • JShrink - A JavaScript minifier library.

Geolocation

Date and Time

  • Carbon - A simple DateTime API extension.
  • Datum - A fork of the Carbon DateTime API extension.
  • ExpressiveDate - Another DateTime API extension.
  • CalendR - A calendar management library.

Event

Logging

  • Monolog - A comprehensive logger.

Payment

  • OmniPay - A framework agnostic multi-gateway payment processing library.

PDF

  • Snappy - A PDF and image generation library.
  • WKHTMLToPDF - A tool to convert HTML to PDF.

ORM and Datamapping

NoSQL

  • MongoQB - A MongoDB query builder library.
  • Monga - A MongoDB abstraction library.
  • Predis - A feature complete Redis library.

Queue

Command Line

  • Boris - A tiny PHP REPL.
  • GetOpt - A command line opt parser.
  • OptParse - Another command line opt parser.
  • Commando - Another simple command line opt parser.
  • Elf - A collection of helpers for the Symfony Console component.
  • Amend - A Symfony Console helper and command set for updating and upgrading applications.
  • Cron Expression - A library to calculate cron run dates.
  • ShellWrap - A simple command line wrapper library.

Authentication

  • Sentry - A framework agnostic authentication & authorisation library.
  • Sentry Social - A library for social network authentication.
  • OPAuth - A multi-provider authentication framework.

OAuth

  • OAuth2 - An OAuth2 authentication server, resource server and client library.
  • PHP oAuthLib - Another OAuth library.
  • TwitterOAuth - A Twitter OAuth library.

Markup

Text and Numbers

  • ANSI to HTML5 - An ANSI to HTML5 convertor library.
  • Patchwork UTF-8 - A portable library for working with UTF-8 strings.
  • Numbers PHP - A library for working with numbers.
  • Math - A library for working with large numbers.
  • Color Jizz - A library for manipulating and converting colours.
  • UUID - A library for generating UUIDs.
  • Slugify - A library to convert strings to slugs.

Filtering and Validation

  • Filterus - A simple PHP filtering library.
  • Respect Validate - A simple validation library.
  • Valitron - Another validation library.
  • Upload - A library for handling file uploads and validation.

REST and API

  • Hateoas - A HATEOAS REST web service library.
  • HAL - A Hypertext Application Language (HAL) builder library.

Caching

  • Cache - A caching library (part of Doctrine).
  • Stash - Another library for caching.

Data Structure

Miscellaneous

  • Spork - A process forking library.
  • JSON Lint - A JSON lint utility.
  • KnpMenu - A menu library.
  • Gaufrette - A filesystem abstraction layer.
  • Pagerfanta - A pagination library.
  • Ruler - A simple stateless production rules engine.
  • Serializer - A library for serialising and de-serialising data.
  • LiteCQRS - A CQRS (Command Query Responsibility Separation) library.
  • S3 Stream Wrapper - A stream wrapper library for Amazon S3.
  • Wisdom - A library for loading config data.
  • Sslurp - A library that makes dealing with SSL suck less.
  • Streamer - A simple object-orientated stream wrapper library.
  • PHP Option An option type library.
  • Metrics - A simple metrics API library.
  • Sabre VObject - A library for parsing VCard and iCalendar objects.
  • Annotations - An annotations library (part of Doctrine).
  • PHP File Locator - A library for locating files in large projects.
  • Elastica - A client library for Elastic Search.
  • Whoops - A pretty error handling library.
  • Finite - A simple PHP finite state machine.
  • LadyBug - A dumper library.
  • Plum - A deployer library.
  • Procrastinator - A library for running time consuming tasks.
  • Compose - A function composition library.
  • Nod - A notification library (e.g. Growl).

Official APIs

Utilities

Resources

E-Books

Reading

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment