Explorar el Código

Merge pull request #518 from juliangut/master

replace tabs for spaces
pull/456/merge
Jamie York hace 10 años
padre
commit
e8c3a1b514
Se han modificado 1 ficheros con 69 adiciones y 69 borrados
  1. 69
    69
      README.md

+ 69
- 69
README.md Ver fichero

@@ -6,77 +6,77 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
6 6
 
7 7
 ## Table of Contents
8 8
 - [Awesome PHP](#awesome-php)
9
-	- [Dependency Management](#dependency-management)
10
-	- [Dependency Management Extras](#dependency-management-extras)
11
-	- [Frameworks](#frameworks)
12
-	- [Framework Extras](#framework-extras)
13
-	- [Components](#components)
14
-	- [Micro Frameworks](#micro-frameworks)
15
-	- [Micro Framework Extras](#micro-framework-extras)
16
-	- [Routers](#routers)
17
-	- [Templating](#templating)
18
-	- [Static Site Generators](#static-site-generators)
19
-	- [HTTP](#http)
20
-	- [Middlewares](#middlewares)
21
-	- [URL](#url)
22
-	- [Email](#email)
23
-	- [Files](#files)
24
-	- [Streams](#streams)
25
-	- [Dependency Injection](#dependency-injection)
26
-	- [Imagery](#imagery)
27
-	- [Testing](#testing)
28
-	- [Continuous Integration](#continuous-integration)
29
-	- [Documentation](#documentation)
30
-	- [Security](#security)
31
-	- [Passwords](#passwords)
32
-	- [Code Analysis](#code-analysis)
33
-	- [Architectural](#architectural)
34
-	- [Debugging and Profiling](#debugging-and-profiling)
35
-	- [Build Tools](#build-tools)
36
-	- [Task Runners](#task-runners)
37
-	- [Navigation](#navigation)
38
-	- [Asset Management](#asset-management)
39
-	- [Geolocation](#geolocation)
40
-	- [Date and Time](#date-and-time)
41
-	- [Event](#event)
42
-	- [Logging](#logging)
43
-	- [E-commerce](#e-commerce)
44
-	- [PDF](#pdf)
45
-	- [Office](#office)
46
-	- [Database](#database)
47
-	- [Migrations](#migrations)
48
-	- [NoSQL](#nosql)
49
-	- [Queue](#queue)
50
-	- [Search](#search)
51
-	- [Command Line](#command-line)
52
-	- [Authentication and Authorization](#authentication-and-authorization)
53
-	- [Markup](#markup)
54
-	- [Strings](#strings)
55
-	- [Numbers](#numbers)
56
-	- [Filtering and Validation](#filtering-and-validation)
57
-	- [API](#api)
58
-	- [Caching](#caching)
59
-	- [Data Structure and Storage](#data-structure-and-storage)
60
-	- [Notifications](#notifications)
61
-	- [Deployment](#deployment)
62
-	- [Internationalisation and Localisation](#internationalisation-and-localisation)
63
-	- [Third Party APIs](#third-party-apis)
64
-	- [Extensions](#extensions)
65
-	- [Miscellaneous](#miscellaneous)
9
+    - [Dependency Management](#dependency-management)
10
+    - [Dependency Management Extras](#dependency-management-extras)
11
+    - [Frameworks](#frameworks)
12
+    - [Framework Extras](#framework-extras)
13
+    - [Components](#components)
14
+    - [Micro Frameworks](#micro-frameworks)
15
+    - [Micro Framework Extras](#micro-framework-extras)
16
+    - [Routers](#routers)
17
+    - [Templating](#templating)
18
+    - [Static Site Generators](#static-site-generators)
19
+    - [HTTP](#http)
20
+    - [Middlewares](#middlewares)
21
+    - [URL](#url)
22
+    - [Email](#email)
23
+    - [Files](#files)
24
+    - [Streams](#streams)
25
+    - [Dependency Injection](#dependency-injection)
26
+    - [Imagery](#imagery)
27
+    - [Testing](#testing)
28
+    - [Continuous Integration](#continuous-integration)
29
+    - [Documentation](#documentation)
30
+    - [Security](#security)
31
+    - [Passwords](#passwords)
32
+    - [Code Analysis](#code-analysis)
33
+    - [Architectural](#architectural)
34
+    - [Debugging and Profiling](#debugging-and-profiling)
35
+    - [Build Tools](#build-tools)
36
+    - [Task Runners](#task-runners)
37
+    - [Navigation](#navigation)
38
+    - [Asset Management](#asset-management)
39
+    - [Geolocation](#geolocation)
40
+    - [Date and Time](#date-and-time)
41
+    - [Event](#event)
42
+    - [Logging](#logging)
43
+    - [E-commerce](#e-commerce)
44
+    - [PDF](#pdf)
45
+    - [Office](#office)
46
+    - [Database](#database)
47
+    - [Migrations](#migrations)
48
+    - [NoSQL](#nosql)
49
+    - [Queue](#queue)
50
+    - [Search](#search)
51
+    - [Command Line](#command-line)
52
+    - [Authentication and Authorization](#authentication-and-authorization)
53
+    - [Markup](#markup)
54
+    - [Strings](#strings)
55
+    - [Numbers](#numbers)
56
+    - [Filtering and Validation](#filtering-and-validation)
57
+    - [API](#api)
58
+    - [Caching](#caching)
59
+    - [Data Structure and Storage](#data-structure-and-storage)
60
+    - [Notifications](#notifications)
61
+    - [Deployment](#deployment)
62
+    - [Internationalisation and Localisation](#internationalisation-and-localisation)
63
+    - [Third Party APIs](#third-party-apis)
64
+    - [Extensions](#extensions)
65
+    - [Miscellaneous](#miscellaneous)
66 66
 - [Software](#software)
67
-	- [PHP Installation](#php-installation)
68
-	- [Development Environment](#development-environment)
69
-	- [Virtual Machines](#virtual-machines)
70
-	- [Integrated Development Environment](#integrated-development-environment)
71
-	- [Web Applications](#web-applications)
72
-	- [Infrastructure](#infrastructure)
67
+    - [PHP Installation](#php-installation)
68
+    - [Development Environment](#development-environment)
69
+    - [Virtual Machines](#virtual-machines)
70
+    - [Integrated Development Environment](#integrated-development-environment)
71
+    - [Web Applications](#web-applications)
72
+    - [Infrastructure](#infrastructure)
73 73
 - [Resources](#resources)
74
-	- [PHP Websites](#php-websites)
75
-	- [Other Websites](#other-websites)
76
-	- [PHP Books](#php-books)
77
-	- [PHP Videos](#php-videos)
78
-	- [PHP Reading](#php-reading)
79
-	- [PHP Internals Reading](#php-internals-reading)
74
+    - [PHP Websites](#php-websites)
75
+    - [Other Websites](#other-websites)
76
+    - [PHP Books](#php-books)
77
+    - [PHP Videos](#php-videos)
78
+    - [PHP Reading](#php-reading)
79
+    - [PHP Internals Reading](#php-internals-reading)
80 80
 - [Contributing](#contributing)
81 81
 
82 82
 ## Dependency Management

Loading…
Cancelar
Guardar