|
|
@@ -2,49 +2,82 @@
|
|
2
|
2
|
|
|
3
|
3
|
A list of amazingly awesome PHP libraries that you should consider using (and some other shiny extras).
|
|
4
|
4
|
|
|
|
5
|
+
|
|
|
6
|
+## Composer
|
|
|
7
|
+
|
|
5
|
8
|
* [Composer](http://getcomposer.org/)/[Packagist](http://packagist.org/) - A package and dependency manager.
|
|
6
|
9
|
* [Composer Installers](https://github.com/composer/installers) - A multi framework Composer library installer.
|
|
|
10
|
+
|
|
|
11
|
+## Dependency Management
|
|
|
12
|
+
|
|
7
|
13
|
* [Satis](https://github.com/composer/satis) - A static Composer repository generator.
|
|
|
14
|
+* [Composition](https://github.com/bamarni/composition) - A library to check your Composer environment at runtime.
|
|
|
15
|
+* [Poser](https://github.com/FrenkyNet/Poser) - A Composer class aliasing library.
|
|
|
16
|
+* [Version](https://github.com/kherge/Version) - A parsing and comparison library for semantic versioning.
|
|
|
17
|
+* [NameSpacer](https://github.com/ralphschindler/Namespacer) - A library to convert from underscores to namespaces.
|
|
|
18
|
+
|
|
|
19
|
+## Frameworks
|
|
|
20
|
+
|
|
8
|
21
|
* [Symfony2](http://symfony.com/) - A framework comprised of individual components.
|
|
9
|
22
|
* [Zend Framework 2](http://framework.zend.com) - Another framework comprised of individual components.
|
|
10
|
23
|
* [Laravel 4](https://github.com/laravel/framework) - A simple PHP framework.
|
|
11
|
24
|
* [Lithium](http://lithify.me/) - Another framework of components.
|
|
|
25
|
+
|
|
|
26
|
+## Framework Components
|
|
|
27
|
+
|
|
12
|
28
|
* [Symfony2 Components](http://symfony.com/doc/master/components/index.html) - The components that make Symfony2.
|
|
13
|
29
|
* [Zend Framework 2 Components](https://packages.zendframework.com/) - The components that make ZF2.
|
|
14
|
30
|
* [Aura Components](http://auraphp.github.com/) - A package of PHP 5.4 components.
|
|
|
31
|
+
|
|
|
32
|
+## Micro Frameworks
|
|
|
33
|
+
|
|
15
|
34
|
* [Silex](http://silex.sensiolabs.org/) - A micro framework built around Symfony2 components.
|
|
16
|
35
|
* [Silex Skeleton](https://github.com/fabpot/Silex-Skeleton) - A skeleton for Silex.
|
|
17
|
36
|
* [Slim](http://www.slimframework.com/) - Another simple micro framework.
|
|
18
|
37
|
* [Bullet PHP](http://bulletphp.com/) - A mico framework for building REST APIs.
|
|
|
38
|
+
|
|
|
39
|
+## Templating
|
|
|
40
|
+
|
|
19
|
41
|
* [Twig](http://twig.sensiolabs.org/) - A comprehensive templating language.
|
|
20
|
42
|
* [Twig Cache Extension](https://github.com/asm89/twig-cache-extension) - A template fragment cache library for Twig.
|
|
21
|
43
|
* [Mustache](https://github.com/bobthecow/mustache.php) - A PHP implementation of the Mustache template language.
|
|
22
|
44
|
* [Phly Mustache](https://github.com/weierophinney/phly_mustache) - Another PHP implementation of the Mustache template language.
|
|
23
|
45
|
* [MtHaml](https://github.com/arnaud-lb/MtHaml) - A PHP implementation of the HAML template language.
|
|
|
46
|
+* [Lex](https://github.com/pyrocms/lex) - A lightweight template parser.
|
|
|
47
|
+
|
|
|
48
|
+## HTTP
|
|
|
49
|
+
|
|
|
50
|
+* [Guzzle](http://guzzlephp.org/) - A HTTP client.
|
|
|
51
|
+* [Buzz](https://github.com/kriswallsmith/Buzz) - Another HTTP client.
|
|
|
52
|
+* [Goutte](https://github.com/fabpot/Goutte) - A simple web scraper.
|
|
|
53
|
+
|
|
|
54
|
+## URL
|
|
|
55
|
+
|
|
|
56
|
+* [Purl](https://github.com/jwage/purl) - A URL manipulation library.
|
|
|
57
|
+* [PHP Domain Parser](https://github.com/jeremykendall/php-domain-parser) - A domain suffix parser library.
|
|
|
58
|
+
|
|
|
59
|
+## Email
|
|
|
60
|
+
|
|
24
|
61
|
* [SwiftMailer](http://swiftmailer.org/) - A mailer solution.
|
|
|
62
|
+* [Fetch](https://github.com/tedivm/Fetch) - An IMAP library.
|
|
|
63
|
+* [Email Reply Parser](https://github.com/willdurand/EmailReplyParser) - An email reply parser library.
|
|
|
64
|
+
|
|
|
65
|
+## Dependency Injection
|
|
|
66
|
+
|
|
25
|
67
|
* [Pimple](http://pimple.sensiolabs.org/) - A tiny dependency injection container.
|
|
26
|
68
|
* [Auryn](https://github.com/rdlowrey/Auryn) - Another dependency injection container.
|
|
27
|
69
|
* [Di](https://github.com/orno/di) - Another flexible dependency injection container.
|
|
28
|
70
|
* [PHP DI](http://mnapoli.github.com/PHP-DI/) - A dependency injection implementation using annotations.
|
|
29
|
|
-* [Doctrine](http://www.doctrine-project.org/) - A comprehensive DBAL and ORM.
|
|
30
|
|
-* [Doctrine Migrations](http://docs.doctrine-project.org/projects/doctrine-migrations/en/latest/toc.html) - A migration library for Doctrine.
|
|
31
|
|
-* [Migrations](https://github.com/icomefromthenet/Migrations) - A migration management library.
|
|
32
|
|
-* [Phinx](https://github.com/robmorgan/phinx) - Another database migration library.
|
|
33
|
|
-* [Propel](http://www.propelorm.org/) - A fast ORM.
|
|
34
|
|
-* [Spot](https://github.com/vlucas/Spot) - A MySQL datamapper ORM.
|
|
35
|
|
-* [Goutte](https://github.com/fabpot/Goutte) - A simple web scraper.
|
|
36
|
|
-* [Assetic](https://github.com/kriswallsmith/assetic) - An asset manager pipeline library.
|
|
37
|
|
-* [Pipe](https://github.com/CHH/pipe) - Another asset manager pipeline library.
|
|
38
|
|
-* [Munee](https://github.com/meenie/munee) - An asset optimiser library.
|
|
|
71
|
+
|
|
|
72
|
+## Imagery
|
|
|
73
|
+
|
|
39
|
74
|
* [Imagine](http://imagine.readthedocs.org/en/latest/index.html) - An image manipulation library.
|
|
40
|
75
|
* [PHP Image Workshop](https://github.com/Sybio/ImageWorkshop) - Another image manipulation library.
|
|
41
|
76
|
* [GIF Frame Extractor](https://github.com/Sybio/GifFrameExtractor) - A library to extract GIF animation frame information.
|
|
42
|
77
|
* [GIF Creator](https://github.com/Sybio/GifCreator) - A library to create GIF animations from multiple images.
|
|
43
|
|
-* [Monolog](https://github.com/Seldaek/monolog) - A comprehensive logger.
|
|
44
|
|
-* [Behat](http://behat.org/) - A Behaviour Driven Development framework.
|
|
45
|
|
-* [Mink](http://mink.behat.org/) - Web acceptance testing.
|
|
46
|
|
-* [Guzzle](http://guzzlephp.org/) - A HTTP client.
|
|
47
|
|
-* [Buzz](https://github.com/kriswallsmith/Buzz) - Another HTTP client.
|
|
|
78
|
+
|
|
|
79
|
+## Testing
|
|
|
80
|
+
|
|
48
|
81
|
* [PHPUnit](https://github.com/sebastianbergmann/phpunit) - A unit testing framework.
|
|
49
|
82
|
* [RunkitTestCase](https://github.com/kherge/RunkitTestCase) - A library for creating PHPUnit test cases that use runkit.
|
|
50
|
83
|
* [ParaTest](https://github.com/brianium/paratest) - A parallel testing library for PHPUnit.
|
|
|
@@ -54,113 +87,185 @@ A list of amazingly awesome PHP libraries that you should consider using (and so
|
|
54
|
87
|
* [Mockery](https://github.com/padraic/mockery) - A mock object library for testing.
|
|
55
|
88
|
* [Phake](https://github.com/mlively/Phake) - Another mock object library for testing.
|
|
56
|
89
|
* [Parody](https://github.com/dotink/Parody) - Yet another mock object library for testing.
|
|
57
|
|
-* [KnpMenu](https://github.com/KnpLabs/KnpMenu) - A menu library.
|
|
58
|
|
-* [Gaufrette](https://github.com/KnpLabs/Gaufrette) - A filesystem abstraction layer.
|
|
59
|
|
-* [Snappy](https://github.com/KnpLabs/snappy) - A PDF and image generation library (uses [WKHTMLToPDF](https://github.com/antialize/wkhtmltopdf)).
|
|
60
|
|
-* [Pagerfanta](https://github.com/whiteoctober/Pagerfanta) - A pagination library.
|
|
61
|
|
-* [GeoCoder](http://geocoder-php.org/) - A geocoding library.
|
|
62
|
|
-* [GeoTools](https://github.com/toin0u/Geotools) - A library of geo-related tools.
|
|
|
90
|
+* [Sismo](http://sismo.sensiolabs.org/) - A continuous testing server library.
|
|
63
|
91
|
* [Faker](https://github.com/fzaninotto/Faker) - A fake data generator library.
|
|
64
|
|
-* [Spork](https://github.com/kriswallsmith/spork) - A process forking library.
|
|
65
|
|
-* [HTML Purifier](https://github.com/ezyang/htmlpurifier) - A standards compliant HTML filter.
|
|
66
|
|
-* [React](https://github.com/reactphp/react) - An event driven non-blocking I/O library.
|
|
67
|
|
-* [Événement](https://github.com/igorw/evenement) - An event dispatcher library.
|
|
68
|
|
-* [FuelPHP Event](https://github.com/fuelphp/event) - Another event dispatcher library.
|
|
|
92
|
+* [Alice](https://github.com/nelmio/alice) - An expressive fixture generation library.
|
|
|
93
|
+* [Behat](http://behat.org/) - A Behaviour Driven Development framework.
|
|
|
94
|
+* [Mink](http://mink.behat.org/) - Web acceptance testing.
|
|
|
95
|
+
|
|
|
96
|
+## Documentation
|
|
|
97
|
+
|
|
69
|
98
|
* [Sami](https://github.com/fabpot/Sami) - An API documentation generator.
|
|
70
|
99
|
* [PHP Documentor 2](https://github.com/phpDocumentor/phpDocumentor2) - Another documentation generator.
|
|
71
|
|
-* [Go](https://github.com/herrera-io/php-go) - A simple PHP build tool.
|
|
72
|
|
-* [Bob](https://github.com/CHH/bob) - A simple project automation tool.
|
|
73
|
|
-* [Phake](https://github.com/jaz303/phake) - A rake PHP clone library.
|
|
74
|
|
-* [JSON Lint](https://github.com/Seldaek/jsonlint) - A JSON lint utility.
|
|
|
100
|
+
|
|
|
101
|
+## Security
|
|
|
102
|
+
|
|
|
103
|
+* [HTML Purifier](https://github.com/ezyang/htmlpurifier) - A standards compliant HTML filter.
|
|
|
104
|
+* [RandomLib](https://github.com/ircmaxell/RandomLib) - A library for generating random numbers and strings.
|
|
|
105
|
+* [SecurityMultiTool](https://github.com/padraic/SecurityMultiTool) - A PHP security library.
|
|
|
106
|
+* [Password Compat](https://github.com/ircmaxell/password_compat) - A compatibility library for the new PHP 5.5 password functions.
|
|
|
107
|
+* [BCrypt](https://github.com/kherge/Bcrypt) - A BCrypt password hashing library.
|
|
75
|
108
|
* [PHPAss](http://www.openwall.com/phpass/) - A portable password hashing framework.
|
|
76
|
|
-* [PHPSecLib](http://phpseclib.sourceforge.net/) - A pure PHP secure communications library.
|
|
77
|
109
|
* [PHP Password Lib](https://github.com/ircmaxell/PHP-PasswordLib) - A library for generating and validating passwords.
|
|
78
|
|
-* [Password Compat](https://github.com/ircmaxell/password_compat) - A library that provides compatibility with the new PHP 5.5 password functions.
|
|
79
|
110
|
* [Password Policy](https://github.com/ircmaxell/password-policy) - A password policy library for PHP and JavaScript.
|
|
80
|
|
-* [RandomLib](https://github.com/ircmaxell/RandomLib) - A library for generating random numbers and strings.
|
|
81
|
|
-* [SecurityMultiTool](https://github.com/padraic/SecurityMultiTool) - A PHP security library.
|
|
82
|
|
-* [Box](https://github.com/kherge/Box) - A utility to build PHAR files.
|
|
83
|
|
-* [Wisdom](https://github.com/kherge/Wisdom) - A library for loading config data.
|
|
84
|
|
-* [GetOpt](https://github.com/ulrichsg/getopt-php) - A command line opt parser.
|
|
85
|
|
-* [OptParse](https://github.com/CHH/optparse) - Another command line opt parser.
|
|
86
|
|
-* [Commando](https://github.com/nategood/commando) - Another simple command line opt parser.
|
|
|
111
|
+* [PHPSecLib](http://phpseclib.sourceforge.net/) - A pure PHP secure communications library.
|
|
87
|
112
|
* [TCrypto](https://github.com/timoh6/TCrypto) - A simple encrypted key-value storage library.
|
|
88
|
|
-* [OmniPay](https://github.com/adrianmacneil/omnipay) - A framework agnostic multi-gateway payment processing library.
|
|
89
|
|
-* [Ruler](https://github.com/bobthecow/Ruler) - A simple stateless production rules engine.
|
|
|
113
|
+
|
|
|
114
|
+## Build Tools
|
|
|
115
|
+
|
|
|
116
|
+* [Go](https://github.com/herrera-io/php-go) - A simple PHP build tool.
|
|
|
117
|
+* [Bob](https://github.com/CHH/bob) - A simple project automation tool.
|
|
|
118
|
+* [Phake](https://github.com/jaz303/phake) - A rake PHP clone library.
|
|
|
119
|
+* [Box](https://github.com/kherge/Box) - A utility to build PHAR files.
|
|
|
120
|
+
|
|
|
121
|
+## Asset Management
|
|
|
122
|
+
|
|
|
123
|
+* [Assetic](https://github.com/kriswallsmith/assetic) - An asset manager pipeline library.
|
|
|
124
|
+* [Pipe](https://github.com/CHH/pipe) - Another asset manager pipeline library.
|
|
|
125
|
+* [Munee](https://github.com/meenie/munee) - An asset optimiser library.
|
|
|
126
|
+* [JShrink](https://github.com/tedivm/JShrink) - A JavaScript minifier library.
|
|
|
127
|
+
|
|
|
128
|
+## Geolocation
|
|
|
129
|
+
|
|
|
130
|
+* [GeoCoder](http://geocoder-php.org/) - A geocoding library.
|
|
|
131
|
+* [GeoTools](https://github.com/toin0u/Geotools) - A library of geo-related tools.
|
|
|
132
|
+
|
|
|
133
|
+## Date and Time
|
|
|
134
|
+
|
|
90
|
135
|
* [Carbon](https://github.com/briannesbitt/Carbon) - A simple DateTime API extension.
|
|
91
|
136
|
* [Datum](https://github.com/dandoescode/datum) - A fork of the Carbon DateTime API extension.
|
|
92
|
137
|
* [ExpressiveDate](https://github.com/jasonlewis/expressive-date) - Another DateTime API extension.
|
|
93
|
|
-* [Upload](https://github.com/codeguy/Upload) - A library for handling file uploads and validation.
|
|
94
|
|
-* [Sismo](http://sismo.sensiolabs.org/) - A continuous testing server library.
|
|
95
|
|
-* [Fetch](https://github.com/tedivm/Fetch) - An IMAP library.
|
|
96
|
|
-* [Email Reply Parser](https://github.com/willdurand/EmailReplyParser) - An email reply parser library.
|
|
97
|
|
-* [Lex](https://github.com/pyrocms/lex) - A lightweight template parser.
|
|
98
|
|
-* [Sslurp](https://github.com/EvanDotPro/Sslurp) - A library that makes dealing with SSL suck less.
|
|
99
|
|
-* [Composition](https://github.com/bamarni/composition) - A library to check your Composer environment at runtime.
|
|
|
138
|
+* [CalendR](http://yohan.giarel.li/CalendR) - A calendar management library.
|
|
|
139
|
+
|
|
|
140
|
+## Event
|
|
|
141
|
+
|
|
|
142
|
+* [React](https://github.com/reactphp/react) - An event driven non-blocking I/O library.
|
|
|
143
|
+* [Ratchet](https://github.com/cboden/Ratchet) - A web socket library.
|
|
|
144
|
+* [Événement](https://github.com/igorw/evenement) - An event dispatcher library.
|
|
|
145
|
+* [FuelPHP Event](https://github.com/fuelphp/event) - Another event dispatcher library.
|
|
|
146
|
+
|
|
|
147
|
+## Logging
|
|
|
148
|
+
|
|
|
149
|
+* [Monolog](https://github.com/Seldaek/monolog) - A comprehensive logger.
|
|
|
150
|
+
|
|
|
151
|
+## Payment
|
|
|
152
|
+
|
|
|
153
|
+* [OmniPay](https://github.com/adrianmacneil/omnipay) - A framework agnostic multi-gateway payment processing library.
|
|
|
154
|
+
|
|
|
155
|
+
|
|
|
156
|
+## PDF
|
|
|
157
|
+
|
|
|
158
|
+* [Snappy](https://github.com/KnpLabs/snappy) - A PDF and image generation library.
|
|
|
159
|
+* [WKHTMLToPDF](https://github.com/antialize/wkhtmltopdf) - A tool to convert HTML to PDF.
|
|
|
160
|
+
|
|
|
161
|
+## ORM and Datamapping
|
|
|
162
|
+
|
|
|
163
|
+* [Doctrine](http://www.doctrine-project.org/) - A comprehensive DBAL and ORM.
|
|
|
164
|
+* [Doctrine Migrations](http://docs.doctrine-project.org/projects/doctrine-migrations/en/latest/toc.html) - A migration library for Doctrine.
|
|
|
165
|
+* [Doctrine Extensions](https://github.com/l3pp4rd/DoctrineExtensions) - A collection of Doctrine behavioural extensions.
|
|
|
166
|
+* [Propel](http://www.propelorm.org/) - A fast ORM.
|
|
|
167
|
+* [Spot](https://github.com/vlucas/Spot) - A MySQL datamapper ORM.
|
|
|
168
|
+* [Migrations](https://github.com/icomefromthenet/Migrations) - A migration management library.
|
|
|
169
|
+* [Phinx](https://github.com/robmorgan/phinx) - Another database migration library.
|
|
100
|
170
|
* [Entities](https://github.com/kherge/Entities) - A Doctrine ORM service provider for Silex.
|
|
|
171
|
+
|
|
|
172
|
+## NoSQL
|
|
|
173
|
+
|
|
|
174
|
+* [MongoQB](https://github.com/alexbilbie/MongoQB) - A MongoDB query builder library.
|
|
|
175
|
+* [Monga](https://github.com/FrenkyNet/Monga) - A MongoDB abstraction library.
|
|
|
176
|
+* [Predis](https://github.com/nrk/predis) - A feature complete Redis library.
|
|
|
177
|
+
|
|
|
178
|
+## Command Line
|
|
|
179
|
+
|
|
|
180
|
+* [Boris](https://github.com/d11wtq/boris) - A tiny PHP REPL.
|
|
|
181
|
+* [GetOpt](https://github.com/ulrichsg/getopt-php) - A command line opt parser.
|
|
|
182
|
+* [OptParse](https://github.com/CHH/optparse) - Another command line opt parser.
|
|
|
183
|
+* [Commando](https://github.com/nategood/commando) - Another simple command line opt parser.
|
|
101
|
184
|
* [Elf](https://github.com/kherge/Elf) - A collection of helpers for the Symfony Console component.
|
|
102
|
185
|
* [Amend](https://github.com/kherge/Amend) - A Symfony Console helper and command set for updating and upgrading applications.
|
|
103
|
|
-* [Doctrine Extensions](https://github.com/l3pp4rd/DoctrineExtensions) - A collection of Doctrine behavioural extensions.
|
|
|
186
|
+* [Cron Expression](https://github.com/mtdowling/cron-expression) - A library to calculate cron run dates.
|
|
|
187
|
+* [ShellWrap](https://github.com/MrRio/shellwrap) - A simple command line wrapper library.
|
|
|
188
|
+
|
|
|
189
|
+## Authentication
|
|
|
190
|
+
|
|
|
191
|
+* [Sentry](https://github.com/cartalyst/sentry) - A framework agnostic authentication & authorisation library.
|
|
|
192
|
+* [OPAuth](https://github.com/uzyn/opauth) - A multi-provider authentication framework.
|
|
|
193
|
+
|
|
|
194
|
+## OAuth
|
|
|
195
|
+
|
|
|
196
|
+* [OAuth2](https://github.com/lncd/OAuth2) - An OAuth2 authentication server, resource server and client library.
|
|
|
197
|
+* [PHP oAuthLib](https://github.com/Lusitanian/PHPoAuthLib) - Another OAuth library.
|
|
|
198
|
+* [TwitterOAuth](https://github.com/ruudk/twitteroauth) - A Twitter OAuth library.
|
|
|
199
|
+
|
|
|
200
|
+## Markup
|
|
|
201
|
+
|
|
|
202
|
+* [Decoda](http://milesj.me/code/php/decoda) - A lightweight markup parser library.
|
|
|
203
|
+* [PHP Markdown](https://github.com/michelf/php-markdown) - A markdown parser library.
|
|
|
204
|
+* [Dflydev Markdown](https://github.com/dflydev/dflydev-markdown) - Another markdown parser library.
|
|
|
205
|
+
|
|
|
206
|
+## Text and Numbers
|
|
|
207
|
+
|
|
|
208
|
+* [ANSI to HTML5](https://github.com/sensiolabs/ansi-to-html) - An ANSI to HTML5 convertor library.
|
|
|
209
|
+* [Patchwork UTF-8](https://github.com/nicolas-grekas/Patchwork-UTF8) - A portable library for working with UTF-8 strings.
|
|
|
210
|
+* [Numbers PHP](https://github.com/powder96/numbers.php) - A library for working with numbers.
|
|
104
|
211
|
* [Color Jizz](https://github.com/mikeemoo/ColorJizz-PHP) - A library for manipulating and converting colours.
|
|
105
|
|
-* [Poser](https://github.com/FrenkyNet/Poser) - A Composer class aliasing library.
|
|
106
|
|
-* [Version](https://github.com/kherge/Version) - A parsing and comparison library for semantic versioning.
|
|
|
212
|
+
|
|
|
213
|
+## Filtering and Validation
|
|
|
214
|
+
|
|
|
215
|
+* [Filterus](https://github.com/ircmaxell/filterus) - A simple PHP filtering library.
|
|
107
|
216
|
* [Respect Validate](https://github.com/Respect/Validation) - A simple validation library.
|
|
108
|
217
|
* [Valitron](https://github.com/vlucas/valitron) - Another validation library.
|
|
109
|
|
-* [BCrypt](https://github.com/kherge/Bcrypt) - A BCrypt password hashing library.
|
|
110
|
|
-* [ShellWrap](https://github.com/MrRio/shellwrap) - A simple command line wrapper library.
|
|
111
|
|
-* [Streamer](https://github.com/fzaninotto/Streamer) - A simple object-orientated stream wrapper library.
|
|
112
|
|
-* [Cron Expression](https://github.com/mtdowling/cron-expression) - A library to calculate cron run dates.
|
|
113
|
|
-* [OPAuth](https://github.com/uzyn/opauth) - A multi-provider authentication framework.
|
|
114
|
|
-* [Ratchet](https://github.com/cboden/Ratchet) - A web socket library.
|
|
115
|
|
-* [Alice](https://github.com/nelmio/alice) - An expressive fixture generation library.
|
|
116
|
|
-* [PHP Option](https://github.com/schmittjoh/php-option) An option type library.
|
|
|
218
|
+* [Upload](https://github.com/codeguy/Upload) - A library for handling file uploads and validation.
|
|
|
219
|
+
|
|
|
220
|
+## REST and API
|
|
|
221
|
+
|
|
117
|
222
|
* [Hateoas](https://github.com/willdurand/Hateoas) - A HATEOAS REST web service library.
|
|
118
|
|
-* [Metrics](https://github.com/beberlei/metrics) - A simple metrics API library.
|
|
119
|
|
-* [JShrink](https://github.com/tedivm/JShrink) - A JavaScript minifier library.
|
|
120
|
|
-* [Ardent](https://github.com/morrisonlevi/Ardent) - A library of data structures.
|
|
121
|
223
|
* [HAL](https://github.com/blongden/hal) - A Hypertext Application Language (HAL) builder library.
|
|
122
|
|
-* [MongoQB](https://github.com/alexbilbie/MongoQB) - A MongoDB query builder library.
|
|
123
|
|
-* [Monga](https://github.com/FrenkyNet/Monga) - A MongoDB abstraction library.
|
|
124
|
|
-* [Predis](https://github.com/nrk/predis) - A feature complete Redis library.
|
|
125
|
|
-* [Sabre VObject](https://github.com/evert/sabre-vobject) - A library for parsing VCard and iCalendar objects.
|
|
126
|
|
-* [OAuth2](https://github.com/lncd/OAuth2) - An OAuth2 authentication server, resource server and client library.
|
|
127
|
|
-* [PHP oAuthLib](https://github.com/Lusitanian/PHPoAuthLib) - Another OAuth library.
|
|
128
|
|
-* [Annotations](https://github.com/doctrine/annotations) - An annotations library (part of Doctrine).
|
|
|
224
|
+
|
|
|
225
|
+## Caching
|
|
|
226
|
+
|
|
129
|
227
|
* [Cache](https://github.com/doctrine/cache) - A caching library (part of Doctrine).
|
|
130
|
228
|
* [Stash](https://github.com/tedivm/Stash) - Another library for caching.
|
|
131
|
|
-* [Filterus](https://github.com/ircmaxell/filterus) - A simple PHP filtering library.
|
|
|
229
|
+
|
|
|
230
|
+## Data
|
|
|
231
|
+
|
|
|
232
|
+* [Ardent](https://github.com/morrisonlevi/Ardent) - A library of data structures.
|
|
132
|
233
|
* [PHP Collections](https://github.com/schmittjoh/php-collection) - A simple collections library.
|
|
133
|
|
-* [PHP Domain Parser](https://github.com/jeremykendall/php-domain-parser) - A domain suffix parser library.
|
|
134
|
|
-* [PHP File Locator](https://github.com/herrera-io/php-file-locator) - A library for locating files in large projects.
|
|
135
|
|
-* [Elastica](https://github.com/ruflin/Elastica) - A client library for [Elastic Search](http://www.elasticsearch.org/).
|
|
|
234
|
+
|
|
|
235
|
+## Miscellaneous
|
|
|
236
|
+
|
|
|
237
|
+* [Spork](https://github.com/kriswallsmith/spork) - A process forking library.
|
|
|
238
|
+* [JSON Lint](https://github.com/Seldaek/jsonlint) - A JSON lint utility.
|
|
|
239
|
+* [KnpMenu](https://github.com/KnpLabs/KnpMenu) - A menu library.
|
|
|
240
|
+* [Gaufrette](https://github.com/KnpLabs/Gaufrette) - A filesystem abstraction layer.
|
|
|
241
|
+* [Pagerfanta](https://github.com/whiteoctober/Pagerfanta) - A pagination library.
|
|
|
242
|
+* [Ruler](https://github.com/bobthecow/Ruler) - A simple stateless production rules engine.
|
|
136
|
243
|
* [Serializer](https://github.com/schmittjoh/serializer) - A library for serialising and de-serialising data.
|
|
137
|
|
-* [Numbers PHP](https://github.com/powder96/numbers.php) - A library for working with numbers.
|
|
138
|
|
-* [Patchwork UTF-8](https://github.com/nicolas-grekas/Patchwork-UTF8) - A portable library for working with UTF-8 strings.
|
|
139
|
|
-* [Boris](https://github.com/d11wtq/boris) - A tiny PHP REPL.
|
|
140
|
244
|
* [LiteCQRS](https://github.com/beberlei/litecqrs-php) - A CQRS (Command Query Responsibility Separation) library.
|
|
141
|
|
-* [NameSpacer](https://github.com/ralphschindler/Namespacer) - A library to convert from underscores to namespaces.
|
|
142
|
|
-* [Purl](https://github.com/jwage/purl) - A URL manipulation library.
|
|
143
|
245
|
* [S3 Stream Wrapper](https://github.com/gwkunze/S3StreamWrapper) - A stream wrapper library for Amazon S3.
|
|
144
|
|
-* [TwitterOAuth](https://github.com/ruudk/twitteroauth) - A Twitter OAuth library.
|
|
|
246
|
+* [Wisdom](https://github.com/kherge/Wisdom) - A library for loading config data.
|
|
|
247
|
+* [Sslurp](https://github.com/EvanDotPro/Sslurp) - A library that makes dealing with SSL suck less.
|
|
|
248
|
+* [Streamer](https://github.com/fzaninotto/Streamer) - A simple object-orientated stream wrapper library.
|
|
|
249
|
+* [PHP Option](https://github.com/schmittjoh/php-option) An option type library.
|
|
|
250
|
+* [Metrics](https://github.com/beberlei/metrics) - A simple metrics API library.
|
|
|
251
|
+* [Sabre VObject](https://github.com/evert/sabre-vobject) - A library for parsing VCard and iCalendar objects.
|
|
|
252
|
+* [Annotations](https://github.com/doctrine/annotations) - An annotations library (part of Doctrine).
|
|
|
253
|
+* [PHP File Locator](https://github.com/herrera-io/php-file-locator) - A library for locating files in large projects.
|
|
|
254
|
+* [Elastica](https://github.com/ruflin/Elastica) - A client library for [Elastic Search](http://www.elasticsearch.org/).
|
|
145
|
255
|
* [Whoops](https://github.com/filp/whoops) - A pretty error handling library.
|
|
146
|
|
-* [CalendR](http://yohan.giarel.li/CalendR) - A calendar management library.
|
|
147
|
256
|
* [Finite](http://yohan.giarel.li/Finite) - A simple PHP finite state machine.
|
|
148
|
257
|
* [LadyBug](https://github.com/raulfraile/Ladybug) - A dumper library.
|
|
149
|
258
|
* [Plum](https://github.com/aerialls/Plum) - A deployer library.
|
|
150
|
|
-* [Decoda](http://milesj.me/code/php/decoda) - A lightweight markup parser library.
|
|
151
|
|
-* [PHP Markdown](https://github.com/michelf/php-markdown) - A markdown parser library.
|
|
152
|
|
-* [Dflydev Markdown](https://github.com/dflydev/dflydev-markdown) - Another markdown parser library.
|
|
153
|
|
-* [ANSI to HTML5](https://github.com/sensiolabs/ansi-to-html) - An ANSI to HTML5 convertor library.
|
|
154
|
259
|
* [Procrastinator](https://github.com/lstrojny/Procrastinator) - A library for running time consuming tasks.
|
|
155
|
|
-* [Sentry](https://github.com/cartalyst/sentry) - A framework agnostic authentication & authorisation library.
|
|
156
|
260
|
|
|
157
|
|
-# Official APIs
|
|
|
261
|
+
|
|
|
262
|
+## Official APIs
|
|
158
|
263
|
|
|
159
|
264
|
* [Amazon Web Service SDK](https://github.com/aws/aws-sdk-php) - The official PHP AWS SDK library.
|
|
160
|
265
|
* [Stripe](https://github.com/stripe/stripe-php) - The official Stripe PHP library.
|
|
161
|
266
|
* [Campaign Monitor](http://campaignmonitor.github.com/createsend-php/) - The official Campaign Monitor PHP library.
|
|
162
|
267
|
|
|
163
|
|
-# Utilities
|
|
|
268
|
+## Utilities
|
|
164
|
269
|
|
|
165
|
270
|
* [HomeBrew](http://mxcl.github.com/homebrew/) - A package manager for OSX.
|
|
166
|
271
|
* [HomeBrew PHP](https://github.com/josegonzalez/homebrew-php) - A PHP tap for HomeBrew.
|
|
|
@@ -193,11 +298,13 @@ A list of amazingly awesome PHP libraries that you should consider using (and so
|
|
193
|
298
|
* [WebSec IO](http://websec.io/) - A web security community resource.
|
|
194
|
299
|
* [Web Advent](http://webadvent.org) - An advent calendar for web developers.
|
|
195
|
300
|
* [Programming with Anthony](http://www.youtube.com/playlist?list=PLM-218uGSX3DQ3KsB5NJnuOqPqc5CW2kW) - A video series by Anthony Ferrara.
|
|
|
301
|
+
|
|
|
302
|
+## E-Books
|
|
|
303
|
+
|
|
196
|
304
|
* [Scaling PHP Applications](http://www.scalingphpbook.com) - A paid ebook about scaling PHP applications by Steve Corona.
|
|
197
|
305
|
* [Grumpy PHPUnit](https://leanpub.com/grumpy-phpunit) - A book about unit testing with PHPUnit by Chris Hartjes.
|
|
198
|
|
-* [Semantic Versioning](http://semver.org/) - A website explaining semantic versioning.
|
|
199
|
306
|
|
|
200
|
|
-# Reading
|
|
|
307
|
+## Reading
|
|
201
|
308
|
|
|
202
|
309
|
* [OWASP PHP Security Cheat Sheet](https://www.owasp.org/index.php/PHP_Security_Cheat_Sheet) - A PHP security cheatsheet.
|
|
203
|
310
|
* [Seven Ways to Screw Up BCrypt](http://blog.ircmaxell.com/2012/12/seven-ways-to-screw-up-bcrypt.html) - An article about correct BCrypt implementation.
|
|
|
@@ -215,6 +322,7 @@ A list of amazingly awesome PHP libraries that you should consider using (and so
|
|
215
|
322
|
* [How Big Are PHP Arrays (And Values) Really?](http://nikic.github.com/2011/12/12/How-big-are-PHP-arrays-really-Hint-BIG.html) - An article about array internals.
|
|
216
|
323
|
* PHP Source Code for Developers: [1](http://blog.ircmaxell.com/2012/03/phps-source-code-for-php-developers.html) [2](http://nikic.github.com/2012/03/16/Understanding-PHPs-internal-function-definitions.html) [3](http://blog.ircmaxell.com/2012/03/phps-source-code-for-php-developers_21.html) [4](http://nikic.github.com/2012/03/28/Understanding-PHPs-internal-array-implementation.html) - A series about the PHP source code.
|
|
217
|
324
|
* Collecting Garbage: [1](http://derickrethans.nl/collecting-garbage-phps-take-on-variables.html) [2](http://derickrethans.nl/collecting-garbage-cleaning-up.html) [3](http://derickrethans.nl/collecting-garbage-performance-considerations.html) - A series about the PHP garbage collection internals.
|
|
|
325
|
+* [Semantic Versioning](http://semver.org/) - A website explaining semantic versioning.
|
|
218
|
326
|
* [Composer Primer](http://daylerees.com/composer-primer) - A Composer primer.
|
|
219
|
327
|
* [Composer Versioning](https://igor.io/2013/01/07/composer-versioning.html) - An article about Composer versioning.
|
|
220
|
328
|
* [Composer Stability Flags](https://igor.io/2013/02/07/composer-stability-flags.html) - An article about Composer stability flags.
|