浏览代码

Clean up

pull/903/head
Jamie 7 年前
父节点
当前提交
5585126475
共有 1 个文件被更改,包括 5 次插入65 次删除
  1. 5
    65
      README.md

+ 5
- 65
README.md 查看文件

106
 *Extras related to dependency management.*
106
 *Extras related to dependency management.*
107
 
107
 
108
 * [Composed](https://github.com/joshdifabio/composed) - A library to parse your project's Composer environment at runtime.
108
 * [Composed](https://github.com/joshdifabio/composed) - A library to parse your project's Composer environment at runtime.
109
-* [Composer Checker](https://github.com/silpion/composer-checker) - A tool to validate Composer configurations.
110
 * [Composer Merge Plugin](https://github.com/wikimedia/composer-merge-plugin) - A composer plugin to merge several composer.json files.
109
 * [Composer Merge Plugin](https://github.com/wikimedia/composer-merge-plugin) - A composer plugin to merge several composer.json files.
111
-* [Composition](https://github.com/bamarni/composition) - A library to check your Composer environment at runtime.
112
-* [NameSpacer](https://github.com/ralphschindler/Namespacer) - A library to convert from underscores to namespaces.
113
-* [Patch Installer](https://github.com/goatherd/patch-installer) - A library to install patches using Composer.
114
 * [Prestissimo](https://github.com/hirak/prestissimo) - A composer plugin which enables parallel install process.
110
 * [Prestissimo](https://github.com/hirak/prestissimo) - A composer plugin which enables parallel install process.
115
 * [Satis](https://github.com/composer/satis) - A static Composer repository generator.
111
 * [Satis](https://github.com/composer/satis) - A static Composer repository generator.
116
 * [tooly](https://github.com/tommy-muehle/tooly-composer-script) - A library to manage PHAR files in project using Composer.
112
 * [tooly](https://github.com/tommy-muehle/tooly-composer-script) - A library to manage PHAR files in project using Composer.
152
 
148
 
153
 * [Bullet PHP](http://bulletphp.com/) - A micro framework for building REST APIs.
149
 * [Bullet PHP](http://bulletphp.com/) - A micro framework for building REST APIs.
154
 * [Lumen](https://lumen.laravel.com) - A micro-framework by Laravel.
150
 * [Lumen](https://lumen.laravel.com) - A micro-framework by Laravel.
155
-* [Proton](https://github.com/alexbilbie/Proton) - A StackPHP compatible micro framework.
156
 * [Radar](https://github.com/radarphp/Radar.Adr) - An Action-Domain-Responder implementation for PHP.
151
 * [Radar](https://github.com/radarphp/Radar.Adr) - An Action-Domain-Responder implementation for PHP.
157
 * [Silex](https://silex.symfony.com/) - A micro framework built around Symfony components.
152
 * [Silex](https://silex.symfony.com/) - A micro framework built around Symfony components.
158
 * [Slim](https://www.slimframework.com/) - Another simple micro framework.
153
 * [Slim](https://www.slimframework.com/) - Another simple micro framework.
163
 * [Silex Skeleton](https://github.com/silexphp/Silex-Skeleton) - A project skeleton for Silex.
158
 * [Silex Skeleton](https://github.com/silexphp/Silex-Skeleton) - A project skeleton for Silex.
164
 * [Silex Web Profiler](https://github.com/silexphp/Silex-WebProfiler) - A web debug toolbar for Silex.
159
 * [Silex Web Profiler](https://github.com/silexphp/Silex-WebProfiler) - A web debug toolbar for Silex.
165
 * [Slim Skeleton](https://github.com/slimphp/Slim-Skeleton) - A skeleton for Slim.
160
 * [Slim Skeleton](https://github.com/slimphp/Slim-Skeleton) - A skeleton for Slim.
166
-* [Slim View](https://github.com/slimphp/Slim-Views) - A collection of custom views for Slim.
161
+* [Slim Twig View](https://github.com/slimphp/Slim-Views) - Integrate Twig into Slim.
162
+* [Slim PHP View](https://github.com/slimphp/PHP-View) - A simple PHP renderer for Slim.
167
 
163
 
168
 ### Routers
164
 ### Routers
169
 *Libraries for handling application routing.*
165
 *Libraries for handling application routing.*
179
 
175
 
180
 * [Aura.View](https://github.com/auraphp/Aura.View) - Provides TemplateView and TwoStepView using PHP as the tempting language, with support for partials, sections, and helpers.
176
 * [Aura.View](https://github.com/auraphp/Aura.View) - Provides TemplateView and TwoStepView using PHP as the tempting language, with support for partials, sections, and helpers.
181
 * [Foil](https://github.com/FoilPHP/Foil) - Another native PHP templating library.
177
 * [Foil](https://github.com/FoilPHP/Foil) - Another native PHP templating library.
182
-* [Lex](https://github.com/pyrocms/lex) - A lightweight template parser.
183
 * [MtHaml](https://github.com/arnaud-lb/MtHaml) - A PHP implementation of the HAML template language.
178
 * [MtHaml](https://github.com/arnaud-lb/MtHaml) - A PHP implementation of the HAML template language.
184
 * [Mustache](https://github.com/bobthecow/mustache.php) - A PHP implementation of the Mustache template language.
179
 * [Mustache](https://github.com/bobthecow/mustache.php) - A PHP implementation of the Mustache template language.
185
-* [Phly Mustache](https://github.com/phly/phly_mustache) - Another PHP implementation of the Mustache template language.
186
 * [PHPTAL](http://phptal.org/) - A PHP implementation of the [TAL](https://en.wikipedia.org/wiki/Template_Attribute_Language) templating language.
180
 * [PHPTAL](http://phptal.org/) - A PHP implementation of the [TAL](https://en.wikipedia.org/wiki/Template_Attribute_Language) templating language.
187
 * [Plates](http://platesphp.com/) - A native PHP templating library.
181
 * [Plates](http://platesphp.com/) - A native PHP templating library.
188
 * [Smarty](https://www.smarty.net/) - A template engine to complement PHP.
182
 * [Smarty](https://www.smarty.net/) - A template engine to complement PHP.
193
 *Tools for pre-processing content to generate web pages.*
187
 *Tools for pre-processing content to generate web pages.*
194
 
188
 
195
 * [Couscous](http://couscous.io) - Couscous turns Markdown documentation into beautiful websites. It's GitHub Pages on steroids.
189
 * [Couscous](http://couscous.io) - Couscous turns Markdown documentation into beautiful websites. It's GitHub Pages on steroids.
196
-* [Phrozn](https://github.com/Pawka/phrozn) - Another tool that converts Textile, Markdown and Twig into HTML.
197
 * [Sculpin](https://sculpin.io) - A tool that converts Markdown and Twig into static HTML.
190
 * [Sculpin](https://sculpin.io) - A tool that converts Markdown and Twig into static HTML.
198
 * [Spress](http://spress.yosymfony.com) - An extensible tool that converts Markdown and Twig into HTML.
191
 * [Spress](http://spress.yosymfony.com) - An extensible tool that converts Markdown and Twig into HTML.
199
 
192
 
248
 ### Files
241
 ### Files
249
 *Libraries for file manipulation and MIME type detection.*
242
 *Libraries for file manipulation and MIME type detection.*
250
 
243
 
251
-* [Apache MIME Types](https://github.com/dflydev/dflydev-apache-mime-types) - A library that parses Apache MIME types.
252
-* [Canal](https://github.com/dflydev/dflydev-canal) - A library to determine internet media types.
253
 * [CSV](https://github.com/thephpleague/csv) - A CSV data manipulation library.
244
 * [CSV](https://github.com/thephpleague/csv) - A CSV data manipulation library.
254
-* [Ferret](https://github.com/versionable/Ferret) - A MIME detection library.
255
 * [Flysystem](https://github.com/thephpleague/Flysystem) - Another filesystem abstraction layer.
245
 * [Flysystem](https://github.com/thephpleague/Flysystem) - Another filesystem abstraction layer.
256
 * [Gaufrette](https://github.com/KnpLabs/Gaufrette) - A filesystem abstraction layer.
246
 * [Gaufrette](https://github.com/KnpLabs/Gaufrette) - A filesystem abstraction layer.
257
 * [Hoa Mime](https://github.com/hoaproject/Mime) - Another MIME detection library.
247
 * [Hoa Mime](https://github.com/hoaproject/Mime) - Another MIME detection library.
258
-* [Lurker](https://github.com/henrikbjorn/Lurker) - A resource tracking library.
259
 * [PHP FFmpeg](https://github.com/PHP-FFmpeg/PHP-FFmpeg/) - A wrapper for the [FFmpeg](http://www.ffmpeg.org/) video library.
248
 * [PHP FFmpeg](https://github.com/PHP-FFmpeg/PHP-FFmpeg/) - A wrapper for the [FFmpeg](http://www.ffmpeg.org/) video library.
260
 * [UnifiedArchive](https://github.com/wapmorgan/UnifiedArchive) - A unified reader and writer of compressed archives.
249
 * [UnifiedArchive](https://github.com/wapmorgan/UnifiedArchive) - A unified reader and writer of compressed archives.
261
 
250
 
280
 *Libraries for manipulating images.*
269
 *Libraries for manipulating images.*
281
 
270
 
282
 * [Color Extractor](https://github.com/thephpleague/color-extractor) - A library for extracting colours from images.
271
 * [Color Extractor](https://github.com/thephpleague/color-extractor) - A library for extracting colours from images.
283
-* [GIF Creator](https://github.com/Sybio/GifCreator) - A library to create GIF animations from multiple images.
284
-* [GIF Frame Extractor](https://github.com/Sybio/GifFrameExtractor) - A library to extract GIF animation frame information.
285
 * [Glide](https://github.com/thephpleague/glide) - An on-demand image manipulation library.
272
 * [Glide](https://github.com/thephpleague/glide) - An on-demand image manipulation library.
286
 * [Image Hash](https://github.com/jenssegers/imagehash) - A library for generating perceptual image hashes.
273
 * [Image Hash](https://github.com/jenssegers/imagehash) - A library for generating perceptual image hashes.
287
 * [Image Optimizer](https://github.com/psliwa/image-optimizer) - A library for optimizing images.
274
 * [Image Optimizer](https://github.com/psliwa/image-optimizer) - A library for optimizing images.
288
-* [Image With Text](https://github.com/nmcteam/image-with-text) - A library for embedding text into images.
289
 * [Imagine](http://imagine.readthedocs.io/en/latest/index.html) - An image manipulation library.
275
 * [Imagine](http://imagine.readthedocs.io/en/latest/index.html) - An image manipulation library.
290
 * [Intervention Image](https://github.com/Intervention/image) - Another image manipulation library.
276
 * [Intervention Image](https://github.com/Intervention/image) - Another image manipulation library.
291
 * [PHP Image Workshop](https://github.com/Sybio/ImageWorkshop) - Another image manipulation library.
277
 * [PHP Image Workshop](https://github.com/Sybio/ImageWorkshop) - Another image manipulation library.
313
 * [PHPT](https://qa.php.net/write-test.php) - A test tool used by PHP itself.
299
 * [PHPT](https://qa.php.net/write-test.php) - A test tool used by PHP itself.
314
 * [PHPUnit](https://github.com/sebastianbergmann/phpunit) - A unit testing framework.
300
 * [PHPUnit](https://github.com/sebastianbergmann/phpunit) - A unit testing framework.
315
 * [Prophecy](https://github.com/phpspec/prophecy) - A highly opinionated mocking framework.
301
 * [Prophecy](https://github.com/phpspec/prophecy) - A highly opinionated mocking framework.
316
-* [Samsui](https://github.com/mauris/samsui) - Another fake data generator library.
317
 * [VFS Stream](https://github.com/mikey179/vfsStream) - A virtual filesystem stream wrapper for testing.
302
 * [VFS Stream](https://github.com/mikey179/vfsStream) - A virtual filesystem stream wrapper for testing.
318
-* [VFS](https://github.com/adlawson/php-vfs) - Another virtual filesystem for testing.
319
 
303
 
320
 ### Continuous Integration
304
 ### Continuous Integration
321
 *Libraries and applications for continuous integration.*
305
 *Libraries and applications for continuous integration.*
348
 * [IniScan](https://github.com/psecio/iniscan) - A tool that scans PHP INI files for security.
332
 * [IniScan](https://github.com/psecio/iniscan) - A tool that scans PHP INI files for security.
349
 * [Optimus](https://github.com/jenssegers/optimus) - Id obfuscation based on Knuth's multiplicative hashing method.
333
 * [Optimus](https://github.com/jenssegers/optimus) - Id obfuscation based on Knuth's multiplicative hashing method.
350
 * [PHP Encryption](https://github.com/defuse/php-encryption) - Secure PHP Encryption Library.
334
 * [PHP Encryption](https://github.com/defuse/php-encryption) - Secure PHP Encryption Library.
351
-* [PHP IDS](https://github.com/PHPIDS/PHPIDS) - A structured PHP security layer.
352
 * [PHP SSH](https://github.com/Herzult/php-ssh) - An experimental object orientated SSH wrapper library.
335
 * [PHP SSH](https://github.com/Herzult/php-ssh) - An experimental object orientated SSH wrapper library.
353
 * [PHPSecLib](http://phpseclib.sourceforge.net/) - A pure PHP secure communications library.
336
 * [PHPSecLib](http://phpseclib.sourceforge.net/) - A pure PHP secure communications library.
354
 * [random_compat](https://github.com/paragonie/random_compat) - PHP 5.x support for `random_bytes()` and `random_int()`
337
 * [random_compat](https://github.com/paragonie/random_compat) - PHP 5.x support for `random_bytes()` and `random_int()`
355
 * [RandomLib](https://github.com/ircmaxell/RandomLib) - A library for generating random numbers and strings.
338
 * [RandomLib](https://github.com/ircmaxell/RandomLib) - A library for generating random numbers and strings.
356
-* [SecurityMultiTool](https://github.com/padraic/SecurityMultiTool) - A PHP security library.
357
 * [SensioLabs Security Check](https://security.sensiolabs.org/) - A web tool to check your Composer dependencies for security advisories.
339
 * [SensioLabs Security Check](https://security.sensiolabs.org/) - A web tool to check your Composer dependencies for security advisories.
358
 * [TCrypto](https://github.com/timoh6/TCrypto) - A simple encrypted key-value storage library.
340
 * [TCrypto](https://github.com/timoh6/TCrypto) - A simple encrypted key-value storage library.
359
 * [VAddy](https://vaddy.net/) - A continuous security testing platform for web applications.
341
 * [VAddy](https://vaddy.net/) - A continuous security testing platform for web applications.
409
 ### Architectural
391
 ### Architectural
410
 *Libraries related to design patterns, programming approaches and ways to organize code.*
392
 *Libraries related to design patterns, programming approaches and ways to organize code.*
411
 
393
 
412
-* [Compose](https://github.com/igorw/compose) - A function composition library.
413
 * [Design Patterns PHP](https://github.com/domnikl/DesignPatternsPHP) - A repository of software patterns implemented in PHP.
394
 * [Design Patterns PHP](https://github.com/domnikl/DesignPatternsPHP) - A repository of software patterns implemented in PHP.
414
 * [Finite](http://yohan.giarel.li/Finite/) - A simple PHP finite state machine.
395
 * [Finite](http://yohan.giarel.li/Finite/) - A simple PHP finite state machine.
415
 * [Functional PHP](https://github.com/lstrojny/functional-php) - A functional programming library.
396
 * [Functional PHP](https://github.com/lstrojny/functional-php) - A functional programming library.
416
-* [Galapagos](https://github.com/endel/galapagos) - Evolutionary language transformation.
417
 * [Iter](https://github.com/nikic/iter) - A library that provides iteration primitives using generators.
397
 * [Iter](https://github.com/nikic/iter) - A library that provides iteration primitives using generators.
418
-* [Monad PHP](https://github.com/ircmaxell/monad-php) - A simple Monad library.
419
 * [Patchwork](http://patchwork2.org/) - A library for redefining userland functions.
398
 * [Patchwork](http://patchwork2.org/) - A library for redefining userland functions.
420
-* [PHP Option](https://github.com/schmittjoh/php-option) - An option type library.
421
 * [Pipeline](https://github.com/thephpleague/pipeline) - A pipeline pattern implementation.
399
 * [Pipeline](https://github.com/thephpleague/pipeline) - A pipeline pattern implementation.
422
-* [Ruler](https://github.com/bobthecow/Ruler) - A simple stateless production rules engine.
423
 * [RulerZ](https://github.com/K-Phoen/rulerz) - A powerful rule engine and implementation of the Specification pattern.
400
 * [RulerZ](https://github.com/K-Phoen/rulerz) - A powerful rule engine and implementation of the Specification pattern.
424
 
401
 
425
 ### Debugging and Profiling
402
 ### Debugging and Profiling
441
 ### Build Tools
418
 ### Build Tools
442
 *Project build and automation tools.*
419
 *Project build and automation tools.*
443
 
420
 
444
-* [Bob](https://github.com/CHH/bob) - A simple project automation tool.
445
 * [Box](https://github.com/box-project/box2) - A utility to build PHAR files.
421
 * [Box](https://github.com/box-project/box2) - A utility to build PHAR files.
446
 * [Construct](https://github.com/jonathantorres/construct) - A PHP project/micro-package generator.
422
 * [Construct](https://github.com/jonathantorres/construct) - A PHP project/micro-package generator.
447
-* [Phake](https://github.com/jaz303/phake) - A rake PHP clone library.
448
 * [Phing](https://www.phing.info/) - A PHP project build system inspired by Apache Ant.
423
 * [Phing](https://www.phing.info/) - A PHP project build system inspired by Apache Ant.
449
 
424
 
450
 ### Task Runners
425
 ### Task Runners
499
 * [Prooph Event Store](https://github.com/prooph/event-store) - An event source component to persist event messages
474
 * [Prooph Event Store](https://github.com/prooph/event-store) - An event source component to persist event messages
500
 * [Ratchet](https://github.com/ratchetphp/Ratchet) - A web socket library.
475
 * [Ratchet](https://github.com/ratchetphp/Ratchet) - A web socket library.
501
 * [React](https://github.com/reactphp/react) - An event driven non-blocking I/O library.
476
 * [React](https://github.com/reactphp/react) - An event driven non-blocking I/O library.
502
-* [Rx.PHP](https://github.com/asm89/Rx.PHP) - A reactive extension library.
477
+* [RxPHP](https://github.com/ReactiveX/RxPHP) - A reactive extension library.
503
 * [Workerman](https://github.com/walkor/Workerman) - An event driven non-blocking I/O library.
478
 * [Workerman](https://github.com/walkor/Workerman) - An event driven non-blocking I/O library.
504
 
479
 
505
 ### Logging
480
 ### Logging
528
 ### Office
503
 ### Office
529
 *Libraries for working with office suite documents.*
504
 *Libraries for working with office suite documents.*
530
 
505
 
531
-* [ExcelAnt](https://github.com/Wisembly/ExcelAnt) - A library for manipulating Microsoft Excel documents.
532
 * [PHPPowerPoint](https://github.com/PHPOffice/PHPPresentation) - A library for working with Microsoft PowerPoint Presentations.
506
 * [PHPPowerPoint](https://github.com/PHPOffice/PHPPresentation) - A library for working with Microsoft PowerPoint Presentations.
533
 * [PHPWord](https://github.com/PHPOffice/PHPWord) - A library for working with Microsoft Word documents.
507
 * [PHPWord](https://github.com/PHPOffice/PHPWord) - A library for working with Microsoft Word documents.
534
 * [PHPSpreadsheet](https://github.com/PHPOffice/PhpSpreadsheet) - A pure PHP library for reading and writing spreadsheet files (successor of PHPExcel)
508
 * [PHPSpreadsheet](https://github.com/PHPOffice/PhpSpreadsheet) - A pure PHP library for reading and writing spreadsheet files (successor of PHPExcel)
563
 ### NoSQL
537
 ### NoSQL
564
 *Libraries for working with "NoSQL" backends.*
538
 *Libraries for working with "NoSQL" backends.*
565
 
539
 
566
-* [Monga](https://github.com/thephpleague/monga) - A MongoDB abstraction library.
567
-* [MongoQB](https://github.com/alexbilbie/MongoQB) - A MongoDB query builder library.
568
 * [PHPMongo](https://github.com/sokil/php-mongo) - A MongoDB ORM.
540
 * [PHPMongo](https://github.com/sokil/php-mongo) - A MongoDB ORM.
569
 * [Predis](https://github.com/nrk/predis) - A feature complete Redis library.
541
 * [Predis](https://github.com/nrk/predis) - A feature complete Redis library.
570
 
542
 
601
 * [GetOpt](https://github.com/getopt-php/getopt-php) - A command line opt parser.
573
 * [GetOpt](https://github.com/getopt-php/getopt-php) - A command line opt parser.
602
 * [GetOptionKit](https://github.com/c9s/GetOptionKit) - Another command line opt parser.
574
 * [GetOptionKit](https://github.com/c9s/GetOptionKit) - Another command line opt parser.
603
 * [Hoa Console](https://github.com/hoaproject/Console) - Another command line library.
575
 * [Hoa Console](https://github.com/hoaproject/Console) - Another command line library.
604
-* [OptParse](https://github.com/CHH/optparse) - Another command line opt parser.
605
-* [Pecan](https://github.com/mcrumm/pecan) - An event-driven, non-blocking shell.
606
 * [PsySH](https://github.com/bobthecow/psysh) - Another PHP REPL.
576
 * [PsySH](https://github.com/bobthecow/psysh) - Another PHP REPL.
607
 * [ShellWrap](https://github.com/MrRio/shellwrap) - A simple command line wrapper library.
577
 * [ShellWrap](https://github.com/MrRio/shellwrap) - A simple command line wrapper library.
608
 
578
 
610
 *Libraries for implementing user authentication and authorization.*
580
 *Libraries for implementing user authentication and authorization.*
611
 
581
 
612
 * [Aura.Auth](https://github.com/auraphp/Aura.Auth) - Provides authentication functionality and session tracking using various adapters.
582
 * [Aura.Auth](https://github.com/auraphp/Aura.Auth) - Provides authentication functionality and session tracking using various adapters.
613
-* [Hawk](https://github.com/dflydev/dflydev-hawk) - A Hawk HTTP authentication library.
614
 * [SocialConnect Auth](https://github.com/socialConnect/auth) - An open source social sign (OAuth1\OAuth2\OpenID\OpenIDConnect).
583
 * [SocialConnect Auth](https://github.com/socialConnect/auth) - An open source social sign (OAuth1\OAuth2\OpenID\OpenIDConnect).
615
 * [Json Web Token](https://github.com/lcobucci/jwt) - Json Tokens to authenticate and transmit information.
584
 * [Json Web Token](https://github.com/lcobucci/jwt) - Json Tokens to authenticate and transmit information.
616
 * [OAuth 1.0 Client](https://github.com/thephpleague/oauth1-client) - An OAuth 1.0 client library.
585
 * [OAuth 1.0 Client](https://github.com/thephpleague/oauth1-client) - An OAuth 1.0 client library.
622
 * [Sentinel Social](https://cartalyst.com/manual/sentinel-social/2.0) - A library for social network authentication.
591
 * [Sentinel Social](https://cartalyst.com/manual/sentinel-social/2.0) - A library for social network authentication.
623
 * [Sentinel](https://cartalyst.com/manual/sentinel/2.0) - A framework agnostic authentication & authorisation library.
592
 * [Sentinel](https://cartalyst.com/manual/sentinel/2.0) - A framework agnostic authentication & authorisation library.
624
 * [TwitterOAuth](https://github.com/abraham/twitteroauth) - A Twitter OAuth library.
593
 * [TwitterOAuth](https://github.com/abraham/twitteroauth) - A Twitter OAuth library.
625
-* [TwitterSDK](https://github.com/lyrixx/twitter-sdk) - A fully tested Twitter SDK.
626
 
594
 
627
 ### Markup
595
 ### Markup
628
 *Libraries for working with markup.*
596
 *Libraries for working with markup.*
629
 
597
 
630
 * [Cebe Markdown](https://github.com/cebe/markdown) - An fast and extensible Markdown parser.
598
 * [Cebe Markdown](https://github.com/cebe/markdown) - An fast and extensible Markdown parser.
631
-* [Ciconia](https://github.com/kzykhys/Ciconia) - Another Markdown parser that supports Github flavoured Markdown.
632
 * [CommonMark PHP](https://github.com/thephpleague/commonmark) - A Markdown parser which supports the full [CommonMark spec](http://spec.commonmark.org/).
599
 * [CommonMark PHP](https://github.com/thephpleague/commonmark) - A Markdown parser which supports the full [CommonMark spec](http://spec.commonmark.org/).
633
 * [Decoda](https://github.com/milesj/decoda) - A lightweight markup parser library.
600
 * [Decoda](https://github.com/milesj/decoda) - A lightweight markup parser library.
634
 * [Emoji](https://github.com/heyupdate/Emoji) - A library that converts unicode characters and names into emoji images.
601
 * [Emoji](https://github.com/heyupdate/Emoji) - A library that converts unicode characters and names into emoji images.
651
 * [Slugify](https://github.com/cocur/slugify) - A library to convert strings to slugs.
618
 * [Slugify](https://github.com/cocur/slugify) - A library to convert strings to slugs.
652
 * [SQL Formatter](https://github.com/jdorn/sql-formatter/) - A library for formatting SQL statements.
619
 * [SQL Formatter](https://github.com/jdorn/sql-formatter/) - A library for formatting SQL statements.
653
 * [Stringy](https://github.com/danielstjules/Stringy) - A string manipulation library with multibyte support.
620
 * [Stringy](https://github.com/danielstjules/Stringy) - A string manipulation library with multibyte support.
654
-* [Text](https://github.com/kzykhys/Text) - A text manipulation library.
655
 * [UA Parser](https://github.com/tobie/ua-parser/tree/master/php) - A library for parsing user agent strings.
621
 * [UA Parser](https://github.com/tobie/ua-parser/tree/master/php) - A library for parsing user agent strings.
656
 * [URLify](https://github.com/jbroadway/urlify) - A PHP port of Django's URLify.js.
622
 * [URLify](https://github.com/jbroadway/urlify) - A PHP port of Django's URLify.js.
657
 * [UUID](https://github.com/ramsey/uuid) - A library for generating UUIDs.
623
 * [UUID](https://github.com/ramsey/uuid) - A library for generating UUIDs.
661
 
627
 
662
 * [ByteUnits](https://github.com/gabrielelana/byte-units) - A library to parse, format and convert byte units in binary and metric systems.
628
 * [ByteUnits](https://github.com/gabrielelana/byte-units) - A library to parse, format and convert byte units in binary and metric systems.
663
 * [LibPhoneNumber for PHP](https://github.com/giggsey/libphonenumber-for-php) - A PHP implementation of Google's phone number handling library.
629
 * [LibPhoneNumber for PHP](https://github.com/giggsey/libphonenumber-for-php) - A PHP implementation of Google's phone number handling library.
664
-* [Math](https://github.com/moontoast/math) - A library for working with large numbers.
665
-* [Numbers PHP](https://github.com/powder96/numbers.php) - A library for working with numbers.
666
 * [PHP Conversion](https://github.com/Crisu83/php-conversion) - Another library for converting between units of measure.
630
 * [PHP Conversion](https://github.com/Crisu83/php-conversion) - Another library for converting between units of measure.
667
 * [PHP Units of Measure](https://github.com/triplepoint/php-units-of-measure) - A library for converting between units of measure.
631
 * [PHP Units of Measure](https://github.com/triplepoint/php-units-of-measure) - A library for converting between units of measure.
668
 
632
 
671
 
635
 
672
 * [Aura.Filter](https://github.com/auraphp/Aura.Filter) - Provides tools to validate and sanitize objects and arrays.
636
 * [Aura.Filter](https://github.com/auraphp/Aura.Filter) - Provides tools to validate and sanitize objects and arrays.
673
 * [Cake Validation](https://github.com/cakephp/validation) - Another validation library (CP).
637
 * [Cake Validation](https://github.com/cakephp/validation) - Another validation library (CP).
674
-* [DMS Filter](https://github.com/rdohms/DMS-Filter) - An annotation filtering library.
675
 * [Filterus](https://github.com/ircmaxell/filterus) - A simple PHP filtering library.
638
 * [Filterus](https://github.com/ircmaxell/filterus) - A simple PHP filtering library.
676
 * [ISO-codes](https://github.com/ronanguilloux/IsoCodes) - A library for validating inputs according standards from ISO, International Finance, Public Administrations, GS1, Book Industry, Phone numbers & Zipcodes for many countries
639
 * [ISO-codes](https://github.com/ronanguilloux/IsoCodes) - A library for validating inputs according standards from ISO, International Finance, Public Administrations, GS1, Book Industry, Phone numbers & Zipcodes for many countries
677
 * [MetaYaml](https://github.com/romaricdrigon/MetaYaml) - A schema validation library that supports YAML, JSON and XML.
640
 * [MetaYaml](https://github.com/romaricdrigon/MetaYaml) - A schema validation library that supports YAML, JSON and XML.
707
 ### Data Structure and Storage
670
 ### Data Structure and Storage
708
 *Libraries that implement data structure or storage techniques.*
671
 *Libraries that implement data structure or storage techniques.*
709
 
672
 
710
-* [Ardent](https://github.com/morrisonlevi/Ardent) - A library of data structures.
711
 * [Cake Collection](https://github.com/cakephp/collection) - A simple collections library (CP).
673
 * [Cake Collection](https://github.com/cakephp/collection) - A simple collections library (CP).
712
 * [Collections](https://github.com/italolelis/collections) - Collections Abstraction library for PHP.
674
 * [Collections](https://github.com/italolelis/collections) - Collections Abstraction library for PHP.
713
 * [Fractal](https://github.com/thephpleague/fractal) - A library for converting complex data structures to JSON output.
675
 * [Fractal](https://github.com/thephpleague/fractal) - A library for converting complex data structures to JSON output.
714
 * [Ginq](https://github.com/akanehara/ginq) - Another PHP library based on .NET's LINQ.
676
 * [Ginq](https://github.com/akanehara/ginq) - Another PHP library based on .NET's LINQ.
715
 * [JsonMapper](https://github.com/cweiske/jsonmapper) - A library that maps nested JSON structures onto PHP classes.
677
 * [JsonMapper](https://github.com/cweiske/jsonmapper) - A library that maps nested JSON structures onto PHP classes.
716
 * [Knapsack](https://github.com/DusanKasan/Knapsack) - Collection library inspired by Clojure's sequences.
678
 * [Knapsack](https://github.com/DusanKasan/Knapsack) - Collection library inspired by Clojure's sequences.
717
-* [PHP Collections](https://github.com/schmittjoh/php-collection) - A simple collections library.
718
 * [PINQ](https://github.com/TimeToogo/Pinq) - A PHP library based on .NET's LINQ (Language Integrated Query).
679
 * [PINQ](https://github.com/TimeToogo/Pinq) - A PHP library based on .NET's LINQ (Language Integrated Query).
719
 * [Porter](https://github.com/ScriptFUSION/Porter) - Data import abstraction framework.
680
 * [Porter](https://github.com/ScriptFUSION/Porter) - Data import abstraction framework.
720
 * [Serializer](https://github.com/schmittjoh/serializer) - A library for serialising and de-serialising data.
681
 * [Serializer](https://github.com/schmittjoh/serializer) - A library for serialising and de-serialising data.
721
-* [Totem](https://github.com/Wisembly/Totem) - A library to manage and create data changesets.
722
 * [YaLinqo](https://github.com/Athari/YaLinqo) - Yet Another LINQ to Objects for PHP.
682
 * [YaLinqo](https://github.com/Athari/YaLinqo) - Yet Another LINQ to Objects for PHP.
723
 * [Zend Serializer](https://github.com/zendframework/zend-serializer) - Another library for serialising and de-serialising data (ZF2).
683
 * [Zend Serializer](https://github.com/zendframework/zend-serializer) - Another library for serialising and de-serialising data (ZF2).
724
 
684
 
726
 *Libraries for working with notification software.*
686
 *Libraries for working with notification software.*
727
 
687
 
728
 * [JoliNotif](https://github.com/jolicode/JoliNotif) - A cross-platform library for desktop notification (support for Growl, notify-send, toaster, etc)
688
 * [JoliNotif](https://github.com/jolicode/JoliNotif) - A cross-platform library for desktop notification (support for Growl, notify-send, toaster, etc)
729
-* [Nod](https://github.com/filp/nod) - A notification library (e.g., Growl).
730
 * [Notification Pusher](https://github.com/Ph3nol/NotificationPusher) - A standalone library for device push notifications.
689
 * [Notification Pusher](https://github.com/Ph3nol/NotificationPusher) - A standalone library for device push notifications.
731
 * [Notificato](https://github.com/mac-cain13/notificato) - A library for handling push notifications.
690
 * [Notificato](https://github.com/mac-cain13/notificato) - A library for handling push notifications.
732
 * [Notificator](https://github.com/namshi/notificator) - A lightweight notification library.
691
 * [Notificator](https://github.com/namshi/notificator) - A lightweight notification library.
737
 
696
 
738
 * [Deployer](https://github.com/deployphp/deployer) - A deployment tool.
697
 * [Deployer](https://github.com/deployphp/deployer) - A deployment tool.
739
 * [Envoy](https://github.com/laravel/envoy) - A tool to run SSH tasks with PHP.
698
 * [Envoy](https://github.com/laravel/envoy) - A tool to run SSH tasks with PHP.
740
-* [Plum](https://github.com/aerialls/Plum) - A deployer library.
741
-* [Pomander](https://github.com/tamagokun/pomander) - A deployment tool for PHP applications.
742
 * [Rocketeer](https://github.com/rocketeers/rocketeer) - A fast and easy deployer for the PHP world.
699
 * [Rocketeer](https://github.com/rocketeers/rocketeer) - A fast and easy deployer for the PHP world.
743
 
700
 
744
 ### Internationalisation and Localisation
701
 ### Internationalisation and Localisation
752
 
709
 
753
 * [Amazon Web Service SDK](https://github.com/aws/aws-sdk-php) - The official PHP AWS SDK library.
710
 * [Amazon Web Service SDK](https://github.com/aws/aws-sdk-php) - The official PHP AWS SDK library.
754
 * [Campaign Monitor](http://campaignmonitor.github.io/createsend-php/) - The official Campaign Monitor PHP library.
711
 * [Campaign Monitor](http://campaignmonitor.github.io/createsend-php/) - The official Campaign Monitor PHP library.
755
-* [Digital Ocean](https://github.com/toin0u/DigitalOcean) - A library to interface with the Digital Ocean API.
756
 * [Dropbox SDK](https://github.com/dropbox/dropbox-sdk-php) - The official PHP Dropbox SDK library.
712
 * [Dropbox SDK](https://github.com/dropbox/dropbox-sdk-php) - The official PHP Dropbox SDK library.
757
-* [Github](https://github.com/dsyph3r/github-api3-php) - A library to interface with the Github API.
713
+* [Github](https://github.com/KnpLabs/php-github-api) - A library to interface with the Github API.
758
 * [Mailgun](https://github.com/mailgun/mailgun-php) The official Mailgun PHP API.
714
 * [Mailgun](https://github.com/mailgun/mailgun-php) The official Mailgun PHP API.
759
 * [PHP Github API](https://github.com/KnpLabs/php-github-api) - Another library to interface with the Github API.
715
 * [PHP Github API](https://github.com/KnpLabs/php-github-api) - Another library to interface with the Github API.
760
-* [S3 Stream Wrapper](https://github.com/gwkunze/S3StreamWrapper) - A stream wrapper library for Amazon S3.
761
 * [Stripe](https://github.com/stripe/stripe-php) - The official Stripe PHP library.
716
 * [Stripe](https://github.com/stripe/stripe-php) - The official Stripe PHP library.
762
 * [Twilio](https://github.com/twilio/twilio-php) - The official Twilio PHP REST API.
717
 * [Twilio](https://github.com/twilio/twilio-php) - The official Twilio PHP REST API.
763
-* [Twitter OAuth](https://github.com/widop/twitter-oauth) - A library to interface with Twitter's OAuth workflow.
764
-* [Twitter REST](https://github.com/widop/twitter-rest) - A library to interact with Twitter's REST API.
718
+* [Twitter OAuth](https://github.com/abraham/twitteroauth) - A library to interface with Twitter's OAuth workflow.
765
 
719
 
766
 ### Extensions
720
 ### Extensions
767
 *Libraries to help build PHP extensions.*
721
 *Libraries to help build PHP extensions.*
780
 * [Country List](https://github.com/umpirsky/country-list) - A list of all countries with names and ISO 3166-1 codes.
734
 * [Country List](https://github.com/umpirsky/country-list) - A list of all countries with names and ISO 3166-1 codes.
781
 * [Embera](https://github.com/mpratt/Embera) - An Oembed consumer library.
735
 * [Embera](https://github.com/mpratt/Embera) - An Oembed consumer library.
782
 * [Essence](https://github.com/essence/essence) - A library for extracting web media.
736
 * [Essence](https://github.com/essence/essence) - A library for extracting web media.
783
-* [Flux](https://github.com/selvinortiz/flux) - A regular expression building library.
784
 * [Graphviz](https://github.com/alexandresalome/graphviz) - A Graphviz library.
737
 * [Graphviz](https://github.com/alexandresalome/graphviz) - A Graphviz library.
785
 * [Hprose-PHP](https://github.com/hprose/hprose-php) - A very newbility RPC Library, support 25+ languages now.
738
 * [Hprose-PHP](https://github.com/hprose/hprose-php) - A very newbility RPC Library, support 25+ languages now.
786
 * [JSON Lint](https://github.com/Seldaek/jsonlint) - A JSON lint utility.
739
 * [JSON Lint](https://github.com/Seldaek/jsonlint) - A JSON lint utility.
787
 * [JSONPCallbackValidator](https://github.com/willdurand/JsonpCallbackValidator) - A library for validating JSONP callbacks.
740
 * [JSONPCallbackValidator](https://github.com/willdurand/JsonpCallbackValidator) - A library for validating JSONP callbacks.
788
-* [Jumper](https://github.com/kakawait/Jumper) - A remote service executor library.
789
-* [LadyBug](https://github.com/raulfraile/Ladybug) - A dumper library.
790
-* [Lambda PHP](https://github.com/igorw/lambda-php) - A Lambda calculus interpreter in PHP.
791
-* [LiteCQRS](https://github.com/beberlei/litecqrs-php) - A CQRS (Command Query Responsibility Separation) library.
792
 * [Metrics](https://github.com/beberlei/metrics) - A simple metrics API library.
741
 * [Metrics](https://github.com/beberlei/metrics) - A simple metrics API library.
793
 * [noCAPTCHA](https://github.com/ARCANEDEV/noCAPTCHA) - Helper for Google's noCAPTCHA (reCAPTCHA).
742
 * [noCAPTCHA](https://github.com/ARCANEDEV/noCAPTCHA) - Helper for Google's noCAPTCHA (reCAPTCHA).
794
 * [Nmap](https://github.com/willdurand/nmap) - A PHP wrapper around [Nmap](https://nmap.org/).
743
 * [Nmap](https://github.com/willdurand/nmap) - A PHP wrapper around [Nmap](https://nmap.org/).
795
-* [Opengraph](https://github.com/euskadi31/Opengraph) - An opengraph library.
796
 * [Pagerfanta](https://github.com/whiteoctober/Pagerfanta) - A pagination library.
744
 * [Pagerfanta](https://github.com/whiteoctober/Pagerfanta) - A pagination library.
797
-* [PHP Expression](https://github.com/Kitano/php-expression) - A PHP expression language.
798
 * [PHP PassBook](https://github.com/eymengunay/php-passbook) - A PHP library for iOS PassBook.
745
 * [PHP PassBook](https://github.com/eymengunay/php-passbook) - A PHP library for iOS PassBook.
799
-* [PHP-GPIO](https://github.com/ronanguilloux/php-gpio) - A library for playing with the Raspberry PI's GPIO pins.
800
 * [PHP-ML](https://github.com/php-ai/php-ml) - A library for Machine Learning in PHP.
746
 * [PHP-ML](https://github.com/php-ai/php-ml) - A library for Machine Learning in PHP.
801
 * [PHPCR](https://github.com/phpcr/phpcr) - A PHP port of the Java Content Repository (JCR).
747
 * [PHPCR](https://github.com/phpcr/phpcr) - A PHP port of the Java Content Repository (JCR).
802
 * [PHPStack](http://dunkels.com/adam/phpstack/) - A TCP/IP stack proof of concept written in PHP.
748
 * [PHPStack](http://dunkels.com/adam/phpstack/) - A TCP/IP stack proof of concept written in PHP.
807
 * [sabre/vobject](https://github.com/sabre-io/vobject) - A library for parsing VCard and iCalendar objects.
753
 * [sabre/vobject](https://github.com/sabre-io/vobject) - A library for parsing VCard and iCalendar objects.
808
 * [Slimdump](https://github.com/webfactory/slimdump) - An easy dumper tool for MySQL.
754
 * [Slimdump](https://github.com/webfactory/slimdump) - An easy dumper tool for MySQL.
809
 * [Spork](https://github.com/kriswallsmith/spork) - A process forking library.
755
 * [Spork](https://github.com/kriswallsmith/spork) - A process forking library.
810
-* [Sslurp](https://github.com/EvanDotPro/Sslurp) - A library that makes dealing with SSL suck less.
811
 * [SuperClosure](https://github.com/jeremeamia/super_closure) - A library that allows Closures to be serialized.
756
 * [SuperClosure](https://github.com/jeremeamia/super_closure) - A library that allows Closures to be serialized.
812
 * [Symfony VarDumper](http://symfony.com/doc/current/components/var_dumper.html) - A variable dumper component (SF).
757
 * [Symfony VarDumper](http://symfony.com/doc/current/components/var_dumper.html) - A variable dumper component (SF).
813
 * [Underscore](http://anahkiasen.github.io/underscore-php/) - A PHP port of the Underscore JS library.
758
 * [Underscore](http://anahkiasen.github.io/underscore-php/) - A PHP port of the Underscore JS library.
823
 * [HomeBrew](https://brew.sh/) - A package manager for OSX.
768
 * [HomeBrew](https://brew.sh/) - A package manager for OSX.
824
 * [PHP Brew](https://github.com/phpbrew/phpbrew) - A PHP version manager and installer.
769
 * [PHP Brew](https://github.com/phpbrew/phpbrew) - A PHP version manager and installer.
825
 * [PHP Build](https://github.com/php-build/php-build) - Another PHP version installer.
770
 * [PHP Build](https://github.com/php-build/php-build) - Another PHP version installer.
826
-* [PHP Env](https://github.com/CHH/phpenv) - Another PHP version manager.
827
 * [PHP OSX](https://php-osx.liip.ch/) - A PHP installer for OSX.
771
 * [PHP OSX](https://php-osx.liip.ch/) - A PHP installer for OSX.
828
-* [PHP Switch](https://github.com/jubianchi/phpswitch) - Another version manager.
829
 * [VirtPHP](http://virtphp.org/) - A tool for creating and managing isolated PHP environments.
772
 * [VirtPHP](http://virtphp.org/) - A tool for creating and managing isolated PHP environments.
830
 
773
 
831
 ### Development Environment
774
 ### Development Environment
844
 
787
 
845
 * [Hack](http://hacklang.org/) - A programming language for HHVM that interoperates seamlessly with PHP.
788
 * [Hack](http://hacklang.org/) - A programming language for HHVM that interoperates seamlessly with PHP.
846
 * [HHVM](https://github.com/facebook/hhvm) - A Virtual Machine, Runtime and JIT for PHP by Facebook.
789
 * [HHVM](https://github.com/facebook/hhvm) - A Virtual Machine, Runtime and JIT for PHP by Facebook.
847
-* [HippyVM](https://github.com/hippyvm/hippyvm) - Another PHP virtual machine.
848
 
790
 
849
 ### Text Editors and IDEs
791
 ### Text Editors and IDEs
850
 *Text Editors and Integrated Development Environments (IDE) with support for PHP.*
792
 *Text Editors and Integrated Development Environments (IDE) with support for PHP.*
864
 * [PHP Queue](https://github.com/CoderKungfu/php-queue) - An application for managing queueing backends.
806
 * [PHP Queue](https://github.com/CoderKungfu/php-queue) - An application for managing queueing backends.
865
 * [MailCatcher](https://github.com/sj26/mailcatcher) - A web tool for capturing and viewing emails.
807
 * [MailCatcher](https://github.com/sj26/mailcatcher) - A web tool for capturing and viewing emails.
866
 * [Cachet](https://github.com/cachethq/cachet) - The open source status page system.
808
 * [Cachet](https://github.com/cachethq/cachet) - The open source status page system.
867
-* [phpBeanstalkdAdmin](https://github.com/mnapoli/phpBeanstalkdAdmin) - Monitoring and administration interface for Beanstalkd.
868
 * [phpRedisAdmin](https://github.com/ErikDubbelboer/phpRedisAdmin) - A simple web interface to manage [Redis](https://redis.io/) databases.
809
 * [phpRedisAdmin](https://github.com/ErikDubbelboer/phpRedisAdmin) - A simple web interface to manage [Redis](https://redis.io/) databases.
869
-* [phpPgAdmin](https://github.com/phppgadmin/phppgadmin) - A web-based administration tool for PostgreSQL.
870
 * [phpMyAdmin](https://github.com/phpmyadmin/phpmyadmin) - A web interface for MySQL/MariaDB.
810
 * [phpMyAdmin](https://github.com/phpmyadmin/phpmyadmin) - A web interface for MySQL/MariaDB.
871
 * [Adminer](https://www.adminer.org/) - Database management in a single PHP file.
811
 * [Adminer](https://www.adminer.org/) - Database management in a single PHP file.
872
 * [Grav](https://github.com/getgrav/grav) - A modern flat-file CMS.
812
 * [Grav](https://github.com/getgrav/grav) - A modern flat-file CMS.

正在加载...
取消
保存