|
|
|
|
|
|
2
|
|
2
|
|
|
3
|
A curated list of amazingly awesome PHP libraries, resources and shiny things.
|
3
|
A curated list of amazingly awesome PHP libraries, resources and shiny things.
|
|
4
|
|
4
|
|
|
|
|
5
|
+## Categories
|
|
|
|
6
|
+
|
|
|
|
7
|
+* Composer
|
|
|
|
8
|
+* Composer Related
|
|
|
|
9
|
+* Frameworks
|
|
|
|
10
|
+* Framework Components
|
|
|
|
11
|
+* Micro Frameworks
|
|
|
|
12
|
+* Templating
|
|
|
|
13
|
+* HTTP
|
|
|
|
14
|
+* URL
|
|
|
|
15
|
+* Email
|
|
|
|
16
|
+* File
|
|
|
|
17
|
+* Streams
|
|
|
|
18
|
+* Dependency Injection
|
|
|
|
19
|
+* Imagery
|
|
|
|
20
|
+* Testing
|
|
|
|
21
|
+* Documentation
|
|
|
|
22
|
+* Security
|
|
|
|
23
|
+* Code Analysis
|
|
|
|
24
|
+* Build Tools
|
|
|
|
25
|
+* Asset Management
|
|
|
|
26
|
+* Geolocation
|
|
|
|
27
|
+* Date and Time
|
|
|
|
28
|
+* Event
|
|
|
|
29
|
+* Logging
|
|
|
|
30
|
+* E-commerce
|
|
|
|
31
|
+* PDF
|
|
|
|
32
|
+* ORM and Datamapping
|
|
|
|
33
|
+* NoSQL
|
|
|
|
34
|
+* Queue
|
|
|
|
35
|
+* Search
|
|
|
|
36
|
+* Command Line
|
|
|
|
37
|
+* Authentication
|
|
|
|
38
|
+* Markup
|
|
|
|
39
|
+* Text and Numbers
|
|
|
|
40
|
+* Filtering and Validation
|
|
|
|
41
|
+* REST and API
|
|
|
|
42
|
+* Caching
|
|
|
|
43
|
+* Data Structure and Storage
|
|
|
|
44
|
+* Notifications
|
|
|
|
45
|
+* Third Party APIs
|
|
|
|
46
|
+* Miscellaneous
|
|
|
|
47
|
+* Development Software
|
|
|
|
48
|
+* Web Tools
|
|
|
|
49
|
+
|
|
5
|
## Composer
|
50
|
## Composer
|
|
|
|
51
|
+*Libraries for package and dependency management.*
|
|
6
|
|
52
|
|
|
7
|
* [Composer](http://getcomposer.org/)/[Packagist](http://packagist.org/) - A package and dependency manager.
|
53
|
* [Composer](http://getcomposer.org/)/[Packagist](http://packagist.org/) - A package and dependency manager.
|
|
8
|
* [Composer Installers](https://github.com/composer/installers) - A multi framework Composer library installer.
|
54
|
* [Composer Installers](https://github.com/composer/installers) - A multi framework Composer library installer.
|
|
9
|
|
55
|
|
|
10
|
## Composer Related
|
56
|
## Composer Related
|
|
|
|
57
|
+*Libraries related to Composer.*
|
|
11
|
|
58
|
|
|
12
|
* [Satis](https://github.com/composer/satis) - A static Composer repository generator.
|
59
|
* [Satis](https://github.com/composer/satis) - A static Composer repository generator.
|
|
13
|
* [Composition](https://github.com/bamarni/composition) - A library to check your Composer environment at runtime.
|
60
|
* [Composition](https://github.com/bamarni/composition) - A library to check your Composer environment at runtime.
|
|
|
|
|
|
|
17
|
* [Patch Installer](https://github.com/goatherd/patch-installer) - A library to install patches using Composer.
|
64
|
* [Patch Installer](https://github.com/goatherd/patch-installer) - A library to install patches using Composer.
|
|
18
|
|
65
|
|
|
19
|
## Frameworks
|
66
|
## Frameworks
|
|
|
|
67
|
+*Popular PHP frameworks.*
|
|
20
|
|
68
|
|
|
21
|
* [Symfony2](http://symfony.com/) - A framework comprised of individual components.
|
69
|
* [Symfony2](http://symfony.com/) - A framework comprised of individual components.
|
|
22
|
* [Knp RAD Bundle](http://rad.knplabs.com/) - A Rapid Application Development (RAD) bundle for Symfony 2.
|
70
|
* [Knp RAD Bundle](http://rad.knplabs.com/) - A Rapid Application Development (RAD) bundle for Symfony 2.
|
|
|
|
|
|
|
26
|
* [Aura PHP](http://auraphp.com/) - A framework of independent components.
|
74
|
* [Aura PHP](http://auraphp.com/) - A framework of independent components.
|
|
27
|
|
75
|
|
|
28
|
## Framework Components
|
76
|
## Framework Components
|
|
|
|
77
|
+*PHP framework components.*
|
|
29
|
|
78
|
|
|
30
|
* [Symfony2 Components](http://symfony.com/doc/master/components/index.html) - The components that make Symfony2.
|
79
|
* [Symfony2 Components](http://symfony.com/doc/master/components/index.html) - The components that make Symfony2.
|
|
31
|
* [Zend Framework 2 Components](https://packages.zendframework.com/) - The components that make ZF2.
|
80
|
* [Zend Framework 2 Components](https://packages.zendframework.com/) - The components that make ZF2.
|
|
32
|
* [Aura Components](http://auraphp.github.com/) - A package of PHP 5.4 components.
|
81
|
* [Aura Components](http://auraphp.github.com/) - A package of PHP 5.4 components.
|
|
33
|
|
82
|
|
|
34
|
## Micro Frameworks
|
83
|
## Micro Frameworks
|
|
|
|
84
|
+*Micro frameworks and routers.*
|
|
35
|
|
85
|
|
|
36
|
* [Silex](http://silex.sensiolabs.org/) - A micro framework built around Symfony2 components.
|
86
|
* [Silex](http://silex.sensiolabs.org/) - A micro framework built around Symfony2 components.
|
|
37
|
* [Silex Skeleton](https://github.com/fabpot/Silex-Skeleton) - A skeleton for Silex.
|
87
|
* [Silex Skeleton](https://github.com/fabpot/Silex-Skeleton) - A skeleton for Silex.
|
|
|
|
|
|
|
44
|
* [Klein](https://github.com/chriso/klein.php) - A fast routing library.
|
94
|
* [Klein](https://github.com/chriso/klein.php) - A fast routing library.
|
|
45
|
|
95
|
|
|
46
|
## Templating
|
96
|
## Templating
|
|
|
|
97
|
+*Libraries and tools for templating and lexing*
|
|
47
|
|
98
|
|
|
48
|
* [Twig](http://twig.sensiolabs.org/) - A comprehensive templating language.
|
99
|
* [Twig](http://twig.sensiolabs.org/) - A comprehensive templating language.
|
|
49
|
* [Twig Cache Extension](https://github.com/asm89/twig-cache-extension) - A template fragment cache library for Twig.
|
100
|
* [Twig Cache Extension](https://github.com/asm89/twig-cache-extension) - A template fragment cache library for Twig.
|
|
|
|
|
|
|
53
|
* [Lex](https://github.com/pyrocms/lex) - A lightweight template parser.
|
104
|
* [Lex](https://github.com/pyrocms/lex) - A lightweight template parser.
|
|
54
|
|
105
|
|
|
55
|
## HTTP
|
106
|
## HTTP
|
|
|
|
107
|
+*Libraries for working with HTTP and scraping websites.*
|
|
56
|
|
108
|
|
|
57
|
* [Guzzle](http://guzzlephp.org/) - A HTTP client.
|
109
|
* [Guzzle](http://guzzlephp.org/) - A HTTP client.
|
|
58
|
* [Buzz](https://github.com/kriswallsmith/Buzz) - Another HTTP client.
|
110
|
* [Buzz](https://github.com/kriswallsmith/Buzz) - Another HTTP client.
|
|
|
|
|
|
|
61
|
* [PHP VCR](http://php-vcr.github.io/) - A library for recording and replaying HTTP requests.
|
113
|
* [PHP VCR](http://php-vcr.github.io/) - A library for recording and replaying HTTP requests.
|
|
62
|
|
114
|
|
|
63
|
## URL
|
115
|
## URL
|
|
|
|
116
|
+*Libraries for parsing URLs.*
|
|
64
|
|
117
|
|
|
65
|
* [Purl](https://github.com/jwage/purl) - A URL manipulation library.
|
118
|
* [Purl](https://github.com/jwage/purl) - A URL manipulation library.
|
|
66
|
* [PHP Domain Parser](https://github.com/jeremykendall/php-domain-parser) - A domain suffix parser library.
|
119
|
* [PHP Domain Parser](https://github.com/jeremykendall/php-domain-parser) - A domain suffix parser library.
|
|
67
|
|
120
|
|
|
68
|
## Email
|
121
|
## Email
|
|
|
|
122
|
+*Libraries for sending and parsing email.*
|
|
69
|
|
123
|
|
|
70
|
* [SwiftMailer](http://swiftmailer.org/) - A mailer solution.
|
124
|
* [SwiftMailer](http://swiftmailer.org/) - A mailer solution.
|
|
71
|
* [PHPMailer](https://github.com/PHPMailer/PHPMailer) - Another mailer solution.
|
125
|
* [PHPMailer](https://github.com/PHPMailer/PHPMailer) - Another mailer solution.
|
|
|
|
|
|
|
74
|
* [Stampie](https://github.com/henrikbjorn/Stampie) - A library for email services such as [SendGrid](http://sendgrid.com), [PostMark](http://postmarkapp.com) and [MailGun](http://www.mailgun.com).
|
128
|
* [Stampie](https://github.com/henrikbjorn/Stampie) - A library for email services such as [SendGrid](http://sendgrid.com), [PostMark](http://postmarkapp.com) and [MailGun](http://www.mailgun.com).
|
|
75
|
|
129
|
|
|
76
|
## File
|
130
|
## File
|
|
|
|
131
|
+*Libraries for file manipulation and MIME type detection.*
|
|
77
|
|
132
|
|
|
78
|
* [Gaufrette](https://github.com/KnpLabs/Gaufrette) - A filesystem abstraction layer.
|
133
|
* [Gaufrette](https://github.com/KnpLabs/Gaufrette) - A filesystem abstraction layer.
|
|
79
|
* [Canal](https://github.com/dflydev/dflydev-canal) - A library to determine internet media types.
|
134
|
* [Canal](https://github.com/dflydev/dflydev-canal) - A library to determine internet media types.
|
|
|
|
|
|
|
85
|
* [PHP FFmpeg](https://github.com/alchemy-fr/PHP-FFmpeg/) - A wrapper for the [FFmpeg](http://www.ffmpeg.org/) video library.
|
140
|
* [PHP FFmpeg](https://github.com/alchemy-fr/PHP-FFmpeg/) - A wrapper for the [FFmpeg](http://www.ffmpeg.org/) video library.
|
|
86
|
|
141
|
|
|
87
|
## Streams
|
142
|
## Streams
|
|
|
|
143
|
+*Libraries for working with streams.*
|
|
88
|
|
144
|
|
|
89
|
-* [S3 Stream Wrapper](https://github.com/gwkunze/S3StreamWrapper) - A stream wrapper library for Amazon S3.
|
|
|
|
90
|
* [Streamer](https://github.com/fzaninotto/Streamer) - A simple object-orientated stream wrapper library.
|
145
|
* [Streamer](https://github.com/fzaninotto/Streamer) - A simple object-orientated stream wrapper library.
|
|
91
|
|
146
|
|
|
92
|
## Dependency Injection
|
147
|
## Dependency Injection
|
|
|
|
148
|
+*Libraries that implement the dependency injection design pattern.*
|
|
93
|
|
149
|
|
|
94
|
* [Pimple](http://pimple.sensiolabs.org/) - A tiny dependency injection container.
|
150
|
* [Pimple](http://pimple.sensiolabs.org/) - A tiny dependency injection container.
|
|
95
|
* [Auryn](https://github.com/rdlowrey/Auryn) - Another dependency injection container.
|
151
|
* [Auryn](https://github.com/rdlowrey/Auryn) - Another dependency injection container.
|
|
|
|
|
|
|
98
|
* [Acclimate](https://github.com/jeremeamia/acclimate) - A common interface to dependency injection containers and service locators.
|
154
|
* [Acclimate](https://github.com/jeremeamia/acclimate) - A common interface to dependency injection containers and service locators.
|
|
99
|
|
155
|
|
|
100
|
## Imagery
|
156
|
## Imagery
|
|
|
|
157
|
+*Libraries for manipulating images.*
|
|
101
|
|
158
|
|
|
102
|
* [Imagine](http://imagine.readthedocs.org/en/latest/index.html) - An image manipulation library.
|
159
|
* [Imagine](http://imagine.readthedocs.org/en/latest/index.html) - An image manipulation library.
|
|
103
|
* [PHP Image Workshop](https://github.com/Sybio/ImageWorkshop) - Another image manipulation library.
|
160
|
* [PHP Image Workshop](https://github.com/Sybio/ImageWorkshop) - Another image manipulation library.
|
|
|
|
|
|
|
106
|
* [GIF Creator](https://github.com/Sybio/GifCreator) - A library to create GIF animations from multiple images.
|
163
|
* [GIF Creator](https://github.com/Sybio/GifCreator) - A library to create GIF animations from multiple images.
|
|
107
|
|
164
|
|
|
108
|
## Testing
|
165
|
## Testing
|
|
|
|
166
|
+*Libraries for testing codebases and generating test data.*
|
|
109
|
|
167
|
|
|
110
|
* [PHPUnit](https://github.com/sebastianbergmann/phpunit) - A unit testing framework.
|
168
|
* [PHPUnit](https://github.com/sebastianbergmann/phpunit) - A unit testing framework.
|
|
111
|
* [ParaTest](https://github.com/brianium/paratest) - A parallel testing library for PHPUnit.
|
169
|
* [ParaTest](https://github.com/brianium/paratest) - A parallel testing library for PHPUnit.
|
|
|
|
|
|
|
123
|
* [Mink](http://mink.behat.org/) - Web acceptance testing.
|
181
|
* [Mink](http://mink.behat.org/) - Web acceptance testing.
|
|
124
|
* [HTTP Mock](https://github.com/InterNations/http-mock) - A library for mocking HTTP requests in unit tests.
|
182
|
* [HTTP Mock](https://github.com/InterNations/http-mock) - A library for mocking HTTP requests in unit tests.
|
|
125
|
* [VFS Stream](https://github.com/mikey179/vfsStream) - A virtual filesystem stream wrapper for testing.
|
183
|
* [VFS Stream](https://github.com/mikey179/vfsStream) - A virtual filesystem stream wrapper for testing.
|
|
|
|
184
|
+* [Locust](http://locust.io/) - A modern load test library written in Python.
|
|
|
|
185
|
+* [Travis CI](https://travis-ci.org/) - A continuous integration platform.
|
|
|
|
186
|
+
|
|
126
|
|
187
|
|
|
127
|
## Documentation
|
188
|
## Documentation
|
|
|
|
189
|
+*Libraries for generating project documentation.*
|
|
128
|
|
190
|
|
|
129
|
* [Sami](https://github.com/fabpot/Sami) - An API documentation generator.
|
191
|
* [Sami](https://github.com/fabpot/Sami) - An API documentation generator.
|
|
130
|
* [PHP Documentor 2](https://github.com/phpDocumentor/phpDocumentor2) - Another documentation generator.
|
192
|
* [PHP Documentor 2](https://github.com/phpDocumentor/phpDocumentor2) - Another documentation generator.
|
|
131
|
|
193
|
|
|
132
|
## Security
|
194
|
## Security
|
|
|
|
195
|
+*Libraries for generating secure random numbers, encrypting data and scanning for vulnerabilities.*
|
|
133
|
|
196
|
|
|
134
|
* [HTML Purifier](https://github.com/ezyang/htmlpurifier) - A standards compliant HTML filter.
|
197
|
* [HTML Purifier](https://github.com/ezyang/htmlpurifier) - A standards compliant HTML filter.
|
|
135
|
* [RandomLib](https://github.com/ircmaxell/RandomLib) - A library for generating random numbers and strings.
|
198
|
* [RandomLib](https://github.com/ircmaxell/RandomLib) - A library for generating random numbers and strings.
|
|
|
|
|
|
|
144
|
* [PHP IDS](https://github.com/PHPIDS/PHPIDS) - A structured PHP security layer.
|
207
|
* [PHP IDS](https://github.com/PHPIDS/PHPIDS) - A structured PHP security layer.
|
|
145
|
* [PHP SSH](https://github.com/Herzult/php-ssh) - An experimental object orientated SSH wrapper library.
|
208
|
* [PHP SSH](https://github.com/Herzult/php-ssh) - An experimental object orientated SSH wrapper library.
|
|
146
|
* [IniScan](https://github.com/psecio/iniscan) - A tool that scans PHP INI files for security.
|
209
|
* [IniScan](https://github.com/psecio/iniscan) - A tool that scans PHP INI files for security.
|
|
|
|
210
|
+* [SensioLabs Security Check](https://security.sensiolabs.org/) - A web tool to check your Composer dependecies for security advisories.
|
|
|
|
211
|
+* [Scrutinizer](https://scrutinizer-ci.com/) - A web tool to scrutinise PHP code.
|
|
|
|
212
|
+* [Zed](https://www.owasp.org/index.php/OWASP_Zed_Attack_Proxy_Project) - An integrated penetration testing tool for web applications.
|
|
147
|
|
213
|
|
|
148
|
## Code Analysis
|
214
|
## Code Analysis
|
|
|
|
215
|
+*Libraries and tools for analysing, parsing and manipulation codebases.*
|
|
149
|
|
216
|
|
|
150
|
* [PHP Parser](https://github.com/nikic/PHP-Parser) - A PHP parser written in PHP.
|
217
|
* [PHP Parser](https://github.com/nikic/PHP-Parser) - A PHP parser written in PHP.
|
|
|
|
218
|
+* [PHPPHP](https://github.com/ircmaxell/PHPPHP) - A PHP VM implementation in PHP.
|
|
|
|
219
|
+* [PHPSandbox](https://github.com/fieryprophet/php-sandbox) - A PHP sandbox environment.
|
|
151
|
* [Dissect](https://github.com/jakubledl/dissect) - A set of tools for lexical and syntactical analysis.
|
220
|
* [Dissect](https://github.com/jakubledl/dissect) - A set of tools for lexical and syntactical analysis.
|
|
152
|
* [PHP Mess Detector](http://phpmd.org/) - A library that scans code for bugs, sub-optimal code, unused parameters and more.
|
221
|
* [PHP Mess Detector](http://phpmd.org/) - A library that scans code for bugs, sub-optimal code, unused parameters and more.
|
|
153
|
* [PHP Code Sniffer](https://github.com/squizlabs/PHP_CodeSniffer) - A library that detects PHP, CSS and JS coding standard violations.
|
222
|
* [PHP Code Sniffer](https://github.com/squizlabs/PHP_CodeSniffer) - A library that detects PHP, CSS and JS coding standard violations.
|
|
|
|
|
|
|
163
|
* [PHP Debug Bar](http://phpdebugbar.com/) - A debugging toolbar.
|
232
|
* [PHP Debug Bar](http://phpdebugbar.com/) - A debugging toolbar.
|
|
164
|
|
233
|
|
|
165
|
## Build Tools
|
234
|
## Build Tools
|
|
|
|
235
|
+*Project build and automation tools.*
|
|
166
|
|
236
|
|
|
167
|
* [Go](https://github.com/herrera-io/php-go) - A simple PHP build tool.
|
237
|
* [Go](https://github.com/herrera-io/php-go) - A simple PHP build tool.
|
|
168
|
* [Bob](https://github.com/CHH/bob) - A simple project automation tool.
|
238
|
* [Bob](https://github.com/CHH/bob) - A simple project automation tool.
|
|
|
|
|
|
|
170
|
* [Box](https://github.com/kherge/Box) - A utility to build PHAR files.
|
240
|
* [Box](https://github.com/kherge/Box) - A utility to build PHAR files.
|
|
171
|
|
241
|
|
|
172
|
## Asset Management
|
242
|
## Asset Management
|
|
|
|
243
|
+*Tools for managing, compressing and minifying website assets.*
|
|
173
|
|
244
|
|
|
174
|
* [Assetic](https://github.com/kriswallsmith/assetic) - An asset manager pipeline library.
|
245
|
* [Assetic](https://github.com/kriswallsmith/assetic) - An asset manager pipeline library.
|
|
175
|
* [Pipe](https://github.com/CHH/pipe) - Another asset manager pipeline library.
|
246
|
* [Pipe](https://github.com/CHH/pipe) - Another asset manager pipeline library.
|
|
|
|
|
|
|
177
|
* [JShrink](https://github.com/tedivm/JShrink) - A JavaScript minifier library.
|
248
|
* [JShrink](https://github.com/tedivm/JShrink) - A JavaScript minifier library.
|
|
178
|
|
249
|
|
|
179
|
## Geolocation
|
250
|
## Geolocation
|
|
|
|
251
|
+*Libraries for geocoding addresses and working with latitudes and longitudes.*
|
|
180
|
|
252
|
|
|
181
|
* [GeoCoder](http://geocoder-php.org/) - A geocoding library.
|
253
|
* [GeoCoder](http://geocoder-php.org/) - A geocoding library.
|
|
182
|
* [GeoTools](https://github.com/toin0u/Geotools) - A library of geo-related tools.
|
254
|
* [GeoTools](https://github.com/toin0u/Geotools) - A library of geo-related tools.
|
|
|
|
|
|
|
184
|
* [GeoJSON](https://github.com/jmikola/geojson) - A GeoJSON implementation.
|
256
|
* [GeoJSON](https://github.com/jmikola/geojson) - A GeoJSON implementation.
|
|
185
|
|
257
|
|
|
186
|
## Date and Time
|
258
|
## Date and Time
|
|
|
|
259
|
+*Libraries for working with dates and times.*
|
|
187
|
|
260
|
|
|
188
|
* [Carbon](https://github.com/briannesbitt/Carbon) - A simple DateTime API extension.
|
261
|
* [Carbon](https://github.com/briannesbitt/Carbon) - A simple DateTime API extension.
|
|
189
|
* [ExpressiveDate](https://github.com/jasonlewis/expressive-date) - Another DateTime API extension.
|
262
|
* [ExpressiveDate](https://github.com/jasonlewis/expressive-date) - Another DateTime API extension.
|
|
190
|
* [CalendR](http://yohan.giarel.li/CalendR) - A calendar management library.
|
263
|
* [CalendR](http://yohan.giarel.li/CalendR) - A calendar management library.
|
|
191
|
|
264
|
|
|
192
|
## Event
|
265
|
## Event
|
|
|
|
266
|
+*Libraries that are event-driven or implement non-blocking event loops.*
|
|
193
|
|
267
|
|
|
194
|
* [React](https://github.com/reactphp/react) - An event driven non-blocking I/O library.
|
268
|
* [React](https://github.com/reactphp/react) - An event driven non-blocking I/O library.
|
|
195
|
* [Rx.PHP](https://github.com/asm89/Rx.PHP) - A reactive extension library.
|
269
|
* [Rx.PHP](https://github.com/asm89/Rx.PHP) - A reactive extension library.
|
|
|
|
|
|
|
200
|
* [FuelPHP Event](https://github.com/fuelphp/event) - Another event dispatcher library.
|
274
|
* [FuelPHP Event](https://github.com/fuelphp/event) - Another event dispatcher library.
|
|
201
|
|
275
|
|
|
202
|
## Logging
|
276
|
## Logging
|
|
|
|
277
|
+*Libraries for generating and working with log files.*
|
|
203
|
|
278
|
|
|
204
|
* [Monolog](https://github.com/Seldaek/monolog) - A comprehensive logger.
|
279
|
* [Monolog](https://github.com/Seldaek/monolog) - A comprehensive logger.
|
|
205
|
|
280
|
|
|
206
|
-## Payment and E-commerce
|
|
|
|
|
|
281
|
+## E-commerce
|
|
|
|
282
|
+*Libraries and applications for taking payments and building online e-commerce stores.*
|
|
207
|
|
283
|
|
|
208
|
* [OmniPay](https://github.com/adrianmacneil/omnipay) - A framework agnostic multi-gateway payment processing library.
|
284
|
* [OmniPay](https://github.com/adrianmacneil/omnipay) - A framework agnostic multi-gateway payment processing library.
|
|
209
|
* [Payum](https://github.com/payum/payum) - A payment abstraction library.
|
285
|
* [Payum](https://github.com/payum/payum) - A payment abstraction library.
|
|
|
|
|
|
|
212
|
* [Money](https://github.com/bussnet/money) - A PHP implementation of Fowler's money pattern.
|
288
|
* [Money](https://github.com/bussnet/money) - A PHP implementation of Fowler's money pattern.
|
|
213
|
|
289
|
|
|
214
|
## PDF
|
290
|
## PDF
|
|
|
|
291
|
+*Libraries and software for working with PDF files.*
|
|
215
|
|
292
|
|
|
216
|
* [Snappy](https://github.com/KnpLabs/snappy) - A PDF and image generation library.
|
293
|
* [Snappy](https://github.com/KnpLabs/snappy) - A PDF and image generation library.
|
|
217
|
* [WKHTMLToPDF](https://github.com/antialize/wkhtmltopdf) - A tool to convert HTML to PDF.
|
294
|
* [WKHTMLToPDF](https://github.com/antialize/wkhtmltopdf) - A tool to convert HTML to PDF.
|
|
218
|
|
295
|
|
|
219
|
## ORM and Datamapping
|
296
|
## ORM and Datamapping
|
|
|
|
297
|
+*Libraries that implement object-relational mapping or datamapping techniques.*
|
|
220
|
|
298
|
|
|
221
|
* [Doctrine](http://www.doctrine-project.org/) - A comprehensive DBAL and ORM.
|
299
|
* [Doctrine](http://www.doctrine-project.org/) - A comprehensive DBAL and ORM.
|
|
222
|
* [Doctrine Migrations](http://docs.doctrine-project.org/projects/doctrine-migrations/en/latest/toc.html) - A migration library for Doctrine.
|
300
|
* [Doctrine Migrations](http://docs.doctrine-project.org/projects/doctrine-migrations/en/latest/toc.html) - A migration library for Doctrine.
|
|
|
|
|
|
|
234
|
* [Entities](https://github.com/kherge/Entities) - A Doctrine ORM service provider for Silex.
|
312
|
* [Entities](https://github.com/kherge/Entities) - A Doctrine ORM service provider for Silex.
|
|
235
|
|
313
|
|
|
236
|
## NoSQL
|
314
|
## NoSQL
|
|
|
|
315
|
+*Libraries for working with "NoSQL" backends.*
|
|
237
|
|
316
|
|
|
238
|
* [MongoQB](https://github.com/alexbilbie/MongoQB) - A MongoDB query builder library.
|
317
|
* [MongoQB](https://github.com/alexbilbie/MongoQB) - A MongoDB query builder library.
|
|
239
|
* [Monga](https://github.com/FrenkyNet/Monga) - A MongoDB abstraction library.
|
318
|
* [Monga](https://github.com/FrenkyNet/Monga) - A MongoDB abstraction library.
|
|
240
|
* [Predis](https://github.com/nrk/predis) - A feature complete Redis library.
|
319
|
* [Predis](https://github.com/nrk/predis) - A feature complete Redis library.
|
|
241
|
|
320
|
|
|
242
|
## Queue
|
321
|
## Queue
|
|
|
|
322
|
+*Libraries for working with event and task queues.*
|
|
243
|
|
323
|
|
|
244
|
* [Pheanstalk](https://github.com/pda/pheanstalk) - A Beanstalkd client library.
|
324
|
* [Pheanstalk](https://github.com/pda/pheanstalk) - A Beanstalkd client library.
|
|
245
|
* [PHP AMPQ](https://github.com/videlalvaro/php-amqplib) - An AMPQ library.
|
325
|
* [PHP AMPQ](https://github.com/videlalvaro/php-amqplib) - An AMPQ library.
|
|
246
|
* [Thumper](https://github.com/videlalvaro/Thumper) - A RabbitMQ pattern library.
|
326
|
* [Thumper](https://github.com/videlalvaro/Thumper) - A RabbitMQ pattern library.
|
|
247
|
|
327
|
|
|
248
|
## Search
|
328
|
## Search
|
|
|
|
329
|
+*Libraries and software for indexing and performing search queries on data.*
|
|
249
|
|
330
|
|
|
250
|
* [ElasticSearch PHP](https://github.com/elasticsearch/elasticsearch-php) - The official client library for [ElasticSearch](http://www.elasticsearch.org/).
|
331
|
* [ElasticSearch PHP](https://github.com/elasticsearch/elasticsearch-php) - The official client library for [ElasticSearch](http://www.elasticsearch.org/).
|
|
251
|
* [Elastica](https://github.com/ruflin/Elastica) - A client library for ElasticSearch.
|
332
|
* [Elastica](https://github.com/ruflin/Elastica) - A client library for ElasticSearch.
|
|
252
|
* [Solarium](http://www.solarium-project.org/) - A client library for [Solar](http://lucene.apache.org/solr/).
|
333
|
* [Solarium](http://www.solarium-project.org/) - A client library for [Solar](http://lucene.apache.org/solr/).
|
|
253
|
|
334
|
|
|
254
|
## Command Line
|
335
|
## Command Line
|
|
|
|
336
|
+*Libraries for building command line utilities.*
|
|
255
|
|
337
|
|
|
256
|
* [Boris](https://github.com/d11wtq/boris) - A tiny PHP REPL.
|
338
|
* [Boris](https://github.com/d11wtq/boris) - A tiny PHP REPL.
|
|
257
|
* [PsySh](https://github.com/bobthecow/psysh) - Another PHP REPL.
|
339
|
* [PsySh](https://github.com/bobthecow/psysh) - Another PHP REPL.
|
|
|
|
|
|
|
264
|
* [Hoa Console](https://github.com/hoaproject/Console) - Another command line library.
|
346
|
* [Hoa Console](https://github.com/hoaproject/Console) - Another command line library.
|
|
265
|
|
347
|
|
|
266
|
## Authentication
|
348
|
## Authentication
|
|
|
|
349
|
+*Libraries for implementing authentications schemes.*
|
|
267
|
|
350
|
|
|
268
|
* [Sentry](https://github.com/cartalyst/sentry) - A framework agnostic authentication & authorisation library.
|
351
|
* [Sentry](https://github.com/cartalyst/sentry) - A framework agnostic authentication & authorisation library.
|
|
269
|
* [Sentry Social](http://docs.cartalyst.com/sentry-social-2/introduction) - A library for social network authentication.
|
352
|
* [Sentry Social](http://docs.cartalyst.com/sentry-social-2/introduction) - A library for social network authentication.
|
|
|
|
|
|
|
274
|
* [Hawk](https://github.com/dflydev/dflydev-hawk) - A Hawk HTTP authentication library.
|
357
|
* [Hawk](https://github.com/dflydev/dflydev-hawk) - A Hawk HTTP authentication library.
|
|
275
|
|
358
|
|
|
276
|
## Markup
|
359
|
## Markup
|
|
|
|
360
|
+*Libraries for working with markup.*
|
|
277
|
|
361
|
|
|
278
|
* [Decoda](http://milesj.me/code/php/decoda) - A lightweight markup parser library.
|
362
|
* [Decoda](http://milesj.me/code/php/decoda) - A lightweight markup parser library.
|
|
279
|
* [PHP Markdown](https://github.com/michelf/php-markdown) - A markdown parser library.
|
363
|
* [PHP Markdown](https://github.com/michelf/php-markdown) - A markdown parser library.
|
|
|
|
|
|
|
281
|
* [HTML5 PHP](https://github.com/Masterminds/html5-php) - An HTML5 parser and serializer library.
|
365
|
* [HTML5 PHP](https://github.com/Masterminds/html5-php) - An HTML5 parser and serializer library.
|
|
282
|
|
366
|
|
|
283
|
## Text and Numbers
|
367
|
## Text and Numbers
|
|
|
|
368
|
+*Libraries for parsing and manipulating text and numbers.*
|
|
284
|
|
369
|
|
|
285
|
* [ANSI to HTML5](https://github.com/sensiolabs/ansi-to-html) - An ANSI to HTML5 convertor library.
|
370
|
* [ANSI to HTML5](https://github.com/sensiolabs/ansi-to-html) - An ANSI to HTML5 convertor library.
|
|
286
|
* [Patchwork UTF-8](https://github.com/nicolas-grekas/Patchwork-UTF8) - A portable library for working with UTF-8 strings.
|
371
|
* [Patchwork UTF-8](https://github.com/nicolas-grekas/Patchwork-UTF8) - A portable library for working with UTF-8 strings.
|
|
|
|
|
|
|
296
|
* [SQL Formatter](https://github.com/jdorn/sql-formatter/) - A library for formatting SQL statements.
|
381
|
* [SQL Formatter](https://github.com/jdorn/sql-formatter/) - A library for formatting SQL statements.
|
|
297
|
|
382
|
|
|
298
|
## Filtering and Validation
|
383
|
## Filtering and Validation
|
|
|
|
384
|
+*Libraries for filtering and validating data.*
|
|
299
|
|
385
|
|
|
300
|
* [Filterus](https://github.com/ircmaxell/filterus) - A simple PHP filtering library.
|
386
|
* [Filterus](https://github.com/ircmaxell/filterus) - A simple PHP filtering library.
|
|
301
|
* [Respect Validate](https://github.com/Respect/Validation) - A simple validation library.
|
387
|
* [Respect Validate](https://github.com/Respect/Validation) - A simple validation library.
|
|
|
|
|
|
|
304
|
* [DMS Filter](https://github.com/rdohms/DMS-Filter) - An annotation filtering library.
|
390
|
* [DMS Filter](https://github.com/rdohms/DMS-Filter) - An annotation filtering library.
|
|
305
|
|
391
|
|
|
306
|
## REST and API
|
392
|
## REST and API
|
|
|
|
393
|
+*Libraries and web tools for developing REST-ful APIs.*
|
|
307
|
|
394
|
|
|
308
|
* [Apigility](https://github.com/zfcampus/zf-apigility-skeleton) - An API builder built with Zend Framework 2.
|
395
|
* [Apigility](https://github.com/zfcampus/zf-apigility-skeleton) - An API builder built with Zend Framework 2.
|
|
309
|
* [Hateoas](https://github.com/willdurand/Hateoas) - A HATEOAS REST web service library.
|
396
|
* [Hateoas](https://github.com/willdurand/Hateoas) - A HATEOAS REST web service library.
|
|
|
|
|
|
|
311
|
* [Negotiation](https://github.com/willdurand/Negotiation) - A content negotiation library.
|
398
|
* [Negotiation](https://github.com/willdurand/Negotiation) - A content negotiation library.
|
|
312
|
|
399
|
|
|
313
|
## Caching
|
400
|
## Caching
|
|
|
|
401
|
+*Libraries for caching data.*
|
|
314
|
|
402
|
|
|
315
|
* [Cache](https://github.com/doctrine/cache) - A caching library (part of Doctrine).
|
403
|
* [Cache](https://github.com/doctrine/cache) - A caching library (part of Doctrine).
|
|
316
|
* [Stash](https://github.com/tedivm/Stash) - Another library for caching.
|
404
|
* [Stash](https://github.com/tedivm/Stash) - Another library for caching.
|
|
317
|
|
405
|
|
|
318
|
## Data Structure and Storage
|
406
|
## Data Structure and Storage
|
|
|
|
407
|
+*Libraries that implemented data structure or storage techniques.*
|
|
319
|
|
408
|
|
|
320
|
* [Ardent](https://github.com/morrisonlevi/Ardent) - A library of data structures.
|
409
|
* [Ardent](https://github.com/morrisonlevi/Ardent) - A library of data structures.
|
|
321
|
* [PHP Collections](https://github.com/schmittjoh/php-collection) - A simple collections library.
|
410
|
* [PHP Collections](https://github.com/schmittjoh/php-collection) - A simple collections library.
|
|
|
|
|
|
|
323
|
* [PHP Object Storage](https://github.com/herrera-io/php-object-storage) - A library for object storage.
|
412
|
* [PHP Object Storage](https://github.com/herrera-io/php-object-storage) - A library for object storage.
|
|
324
|
|
413
|
|
|
325
|
## Notifications
|
414
|
## Notifications
|
|
|
|
415
|
+*Libraries for working with notification software.*
|
|
326
|
|
416
|
|
|
327
|
* [Nod](https://github.com/filp/nod) - A notification library (e.g. Growl).
|
417
|
* [Nod](https://github.com/filp/nod) - A notification library (e.g. Growl).
|
|
328
|
* [Notificato](https://github.com/wrep/notificato) - A library for handling push notifications.
|
418
|
* [Notificato](https://github.com/wrep/notificato) - A library for handling push notifications.
|
|
|
|
|
|
|
330
|
* [Bernard](https://github.com/henrikbjorn/Bernard) - A structured message library for queues.
|
420
|
* [Bernard](https://github.com/henrikbjorn/Bernard) - A structured message library for queues.
|
|
331
|
* [Notificator](https://github.com/namshi/notificator) - A lightweight notification library.
|
421
|
* [Notificator](https://github.com/namshi/notificator) - A lightweight notification library.
|
|
332
|
|
422
|
|
|
|
|
423
|
+
|
|
|
|
424
|
+## Third Party APIs
|
|
|
|
425
|
+*Libraries for accessing third party APIs.*
|
|
|
|
426
|
+
|
|
|
|
427
|
+* [Amazon Web Service SDK](https://github.com/aws/aws-sdk-php) - The official PHP AWS SDK library.
|
|
|
|
428
|
+* [S3 Stream Wrapper](https://github.com/gwkunze/S3StreamWrapper) - A stream wrapper library for Amazon S3.
|
|
|
|
429
|
+* [Stripe](https://github.com/stripe/stripe-php) - The official Stripe PHP library.
|
|
|
|
430
|
+* [Campaign Monitor](http://campaignmonitor.github.com/createsend-php/) - The official Campaign Monitor PHP library.
|
|
|
|
431
|
+* [Digital Ocean](https://github.com/toin0u/DigitalOcean) - A library to interface with the Digital Ocean API.
|
|
|
|
432
|
+* [Github](https://github.com/dsyph3r/github-api3-php) - A library to interface with the Github API.
|
|
|
|
433
|
+
|
|
333
|
## Miscellaneous
|
434
|
## Miscellaneous
|
|
|
|
435
|
+*Useful libraries or tools that don't fit in the categories above.*
|
|
334
|
|
436
|
|
|
335
|
* [Spork](https://github.com/kriswallsmith/spork) - A process forking library.
|
437
|
* [Spork](https://github.com/kriswallsmith/spork) - A process forking library.
|
|
336
|
* [JSON Lint](https://github.com/Seldaek/jsonlint) - A JSON lint utility.
|
438
|
* [JSON Lint](https://github.com/Seldaek/jsonlint) - A JSON lint utility.
|
|
|
|
|
|
|
370
|
* [ClassPreloader](https://github.com/mtdowling/ClassPreloader) - A library for optimising autoloading.
|
472
|
* [ClassPreloader](https://github.com/mtdowling/ClassPreloader) - A library for optimising autoloading.
|
|
371
|
* [Lib Country](https://github.com/phine/lib-country) - A library for country and subdivision data.
|
473
|
* [Lib Country](https://github.com/phine/lib-country) - A library for country and subdivision data.
|
|
372
|
* [Lib Accessor](https://github.com/phine/lib-accessor) - A library for simplifying accessors.
|
474
|
* [Lib Accessor](https://github.com/phine/lib-accessor) - A library for simplifying accessors.
|
|
|
|
475
|
+* [PHPStack](http://dunkels.com/adam/phpstack/) - A TCP/IP stack proof of concept written in PHP.
|
|
|
|
476
|
+* [Country List](https://github.com/umpirsky/country-list) - A list of all countries with names and ISO 3166-1 codes.
|
|
373
|
|
477
|
|
|
374
|
-## Third Party APIs
|
|
|
|
375
|
-
|
|
|
|
376
|
-* [Amazon Web Service SDK](https://github.com/aws/aws-sdk-php) - The official PHP AWS SDK library.
|
|
|
|
377
|
-* [Stripe](https://github.com/stripe/stripe-php) - The official Stripe PHP library.
|
|
|
|
378
|
-* [Campaign Monitor](http://campaignmonitor.github.com/createsend-php/) - The official Campaign Monitor PHP library.
|
|
|
|
379
|
-* [Digital Ocean](https://github.com/toin0u/DigitalOcean) - A library to interface with the Digital Ocean API.
|
|
|
|
380
|
-* [Github](https://github.com/dsyph3r/github-api3-php) - A library to interface with the Github API.
|
|
|
|
381
|
-
|
|
|
|
382
|
-## Utilities
|
|
|
|
|
|
478
|
+## Development Software
|
|
|
|
479
|
+*Software for creating a development environment.*
|
|
383
|
|
480
|
|
|
384
|
* [HomeBrew](http://mxcl.github.com/homebrew/) - A package manager for OSX.
|
481
|
* [HomeBrew](http://mxcl.github.com/homebrew/) - A package manager for OSX.
|
|
385
|
* [HomeBrew PHP](https://github.com/josegonzalez/homebrew-php) - A PHP tap for HomeBrew.
|
482
|
* [HomeBrew PHP](https://github.com/josegonzalez/homebrew-php) - A PHP tap for HomeBrew.
|
|
|
|
|
|
|
395
|
* [PHP Env](https://github.com/CHH/phpenv) - Another PHP version manager.
|
492
|
* [PHP Env](https://github.com/CHH/phpenv) - Another PHP version manager.
|
|
396
|
* [PHP Switch](https://github.com/jubianchi/phpswitch) - Another version manager.
|
493
|
* [PHP Switch](https://github.com/jubianchi/phpswitch) - Another version manager.
|
|
397
|
* [PHP Build](https://github.com/CHH/php-build) - Another PHP version installer.
|
494
|
* [PHP Build](https://github.com/CHH/php-build) - Another PHP version installer.
|
|
398
|
-* [PHP Queue](https://github.com/CoderKungfu/php-queue) - An application for managing queueing backends.
|
|
|
|
399
|
-* [PHPPHP](https://github.com/ircmaxell/PHPPHP) - A PHP VM implementation in PHP.
|
|
|
|
400
|
-* [PHPSandbox](https://github.com/fieryprophet/php-sandbox) - A PHP sandbox environment.
|
|
|
|
401
|
-* [PHPStack](http://dunkels.com/adam/phpstack/) - A TCP/IP stack proof of concept written in PHP.
|
|
|
|
402
|
-* [SensioLabs Security Check](https://security.sensiolabs.org/) - A web tool to check your Composer dependecies for security advisories.
|
|
|
|
403
|
-* [Scrutinizer](https://scrutinizer-ci.com/) - A web tool to scrutinise PHP code.
|
|
|
|
404
|
-* [Zed](https://www.owasp.org/index.php/OWASP_Zed_Attack_Proxy_Project) - An integrated penetration testing tool for web applications.
|
|
|
|
405
|
* [CodeKit](http://incident57.com/codekit/) - A general web development tool.
|
495
|
* [CodeKit](http://incident57.com/codekit/) - A general web development tool.
|
|
406
|
-* [DBV](http://dbv.vizuina.com/) - A database version control application.
|
|
|
|
407
|
-* [Backup](https://github.com/meskyanichi/backup) - A server backup tool written in Ruby.
|
|
|
|
408
|
* [HTTPie](https://github.com/jkbr/httpie) - A command line alternative to cURL written in Python.
|
496
|
* [HTTPie](https://github.com/jkbr/httpie) - A command line alternative to cURL written in Python.
|
|
409
|
-* [Travis CI](https://travis-ci.org/) - A continuous integration platform.
|
|
|
|
410
|
-* [Locust](http://locust.io/) - A modern load test library written in Python.
|
|
|
|
|
|
497
|
+* [Backup](https://github.com/meskyanichi/backup) - A server backup tool written in Ruby.
|
|
|
|
498
|
+
|
|
|
|
499
|
+## Web Tools
|
|
|
|
500
|
+*Web-based tools.*
|
|
|
|
501
|
+
|
|
411
|
* [3V4L](http://3v4l.org/) - An online PHP shell.
|
502
|
* [3V4L](http://3v4l.org/) - An online PHP shell.
|
|
412
|
-* [Country List](https://github.com/umpirsky/country-list) - A list of all countries with names and ISO 3166-1 codes.
|
|
|
|
|
|
503
|
+* [DBV](http://dbv.vizuina.com/) - A database version control application.
|
|
|
|
504
|
+* [PHP Queue](https://github.com/CoderKungfu/php-queue) - An application for managing queueing backends.
|
|
413
|
|
505
|
|
|
414
|
# Resources
|
506
|
# Resources
|
|
415
|
|
507
|
|