1
0
mirror of https://github.com/namibia/awesome-php.git synced 2024-09-29 21:29:02 +00:00

Merge pull request #518 from juliangut/master

replace tabs for spaces
This commit is contained in:
Jamie York 2015-11-26 16:50:05 +00:00
commit e8c3a1b514

138
README.md
View File

@ -6,77 +6,77 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
## Table of Contents ## Table of Contents
- [Awesome PHP](#awesome-php) - [Awesome PHP](#awesome-php)
- [Dependency Management](#dependency-management) - [Dependency Management](#dependency-management)
- [Dependency Management Extras](#dependency-management-extras) - [Dependency Management Extras](#dependency-management-extras)
- [Frameworks](#frameworks) - [Frameworks](#frameworks)
- [Framework Extras](#framework-extras) - [Framework Extras](#framework-extras)
- [Components](#components) - [Components](#components)
- [Micro Frameworks](#micro-frameworks) - [Micro Frameworks](#micro-frameworks)
- [Micro Framework Extras](#micro-framework-extras) - [Micro Framework Extras](#micro-framework-extras)
- [Routers](#routers) - [Routers](#routers)
- [Templating](#templating) - [Templating](#templating)
- [Static Site Generators](#static-site-generators) - [Static Site Generators](#static-site-generators)
- [HTTP](#http) - [HTTP](#http)
- [Middlewares](#middlewares) - [Middlewares](#middlewares)
- [URL](#url) - [URL](#url)
- [Email](#email) - [Email](#email)
- [Files](#files) - [Files](#files)
- [Streams](#streams) - [Streams](#streams)
- [Dependency Injection](#dependency-injection) - [Dependency Injection](#dependency-injection)
- [Imagery](#imagery) - [Imagery](#imagery)
- [Testing](#testing) - [Testing](#testing)
- [Continuous Integration](#continuous-integration) - [Continuous Integration](#continuous-integration)
- [Documentation](#documentation) - [Documentation](#documentation)
- [Security](#security) - [Security](#security)
- [Passwords](#passwords) - [Passwords](#passwords)
- [Code Analysis](#code-analysis) - [Code Analysis](#code-analysis)
- [Architectural](#architectural) - [Architectural](#architectural)
- [Debugging and Profiling](#debugging-and-profiling) - [Debugging and Profiling](#debugging-and-profiling)
- [Build Tools](#build-tools) - [Build Tools](#build-tools)
- [Task Runners](#task-runners) - [Task Runners](#task-runners)
- [Navigation](#navigation) - [Navigation](#navigation)
- [Asset Management](#asset-management) - [Asset Management](#asset-management)
- [Geolocation](#geolocation) - [Geolocation](#geolocation)
- [Date and Time](#date-and-time) - [Date and Time](#date-and-time)
- [Event](#event) - [Event](#event)
- [Logging](#logging) - [Logging](#logging)
- [E-commerce](#e-commerce) - [E-commerce](#e-commerce)
- [PDF](#pdf) - [PDF](#pdf)
- [Office](#office) - [Office](#office)
- [Database](#database) - [Database](#database)
- [Migrations](#migrations) - [Migrations](#migrations)
- [NoSQL](#nosql) - [NoSQL](#nosql)
- [Queue](#queue) - [Queue](#queue)
- [Search](#search) - [Search](#search)
- [Command Line](#command-line) - [Command Line](#command-line)
- [Authentication and Authorization](#authentication-and-authorization) - [Authentication and Authorization](#authentication-and-authorization)
- [Markup](#markup) - [Markup](#markup)
- [Strings](#strings) - [Strings](#strings)
- [Numbers](#numbers) - [Numbers](#numbers)
- [Filtering and Validation](#filtering-and-validation) - [Filtering and Validation](#filtering-and-validation)
- [API](#api) - [API](#api)
- [Caching](#caching) - [Caching](#caching)
- [Data Structure and Storage](#data-structure-and-storage) - [Data Structure and Storage](#data-structure-and-storage)
- [Notifications](#notifications) - [Notifications](#notifications)
- [Deployment](#deployment) - [Deployment](#deployment)
- [Internationalisation and Localisation](#internationalisation-and-localisation) - [Internationalisation and Localisation](#internationalisation-and-localisation)
- [Third Party APIs](#third-party-apis) - [Third Party APIs](#third-party-apis)
- [Extensions](#extensions) - [Extensions](#extensions)
- [Miscellaneous](#miscellaneous) - [Miscellaneous](#miscellaneous)
- [Software](#software) - [Software](#software)
- [PHP Installation](#php-installation) - [PHP Installation](#php-installation)
- [Development Environment](#development-environment) - [Development Environment](#development-environment)
- [Virtual Machines](#virtual-machines) - [Virtual Machines](#virtual-machines)
- [Integrated Development Environment](#integrated-development-environment) - [Integrated Development Environment](#integrated-development-environment)
- [Web Applications](#web-applications) - [Web Applications](#web-applications)
- [Infrastructure](#infrastructure) - [Infrastructure](#infrastructure)
- [Resources](#resources) - [Resources](#resources)
- [PHP Websites](#php-websites) - [PHP Websites](#php-websites)
- [Other Websites](#other-websites) - [Other Websites](#other-websites)
- [PHP Books](#php-books) - [PHP Books](#php-books)
- [PHP Videos](#php-videos) - [PHP Videos](#php-videos)
- [PHP Reading](#php-reading) - [PHP Reading](#php-reading)
- [PHP Internals Reading](#php-internals-reading) - [PHP Internals Reading](#php-internals-reading)
- [Contributing](#contributing) - [Contributing](#contributing)
## Dependency Management ## Dependency Management