Browse Source

Clean up

pull/903/head
Jamie 7 years ago
parent
commit
5585126475
1 changed files with 5 additions and 65 deletions
  1. 5
    65
      README.md

+ 5
- 65
README.md View File

@@ -106,11 +106,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
106 106
 *Extras related to dependency management.*
107 107
 
108 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 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 110
 * [Prestissimo](https://github.com/hirak/prestissimo) - A composer plugin which enables parallel install process.
115 111
 * [Satis](https://github.com/composer/satis) - A static Composer repository generator.
116 112
 * [tooly](https://github.com/tommy-muehle/tooly-composer-script) - A library to manage PHAR files in project using Composer.
@@ -152,7 +148,6 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
152 148
 
153 149
 * [Bullet PHP](http://bulletphp.com/) - A micro framework for building REST APIs.
154 150
 * [Lumen](https://lumen.laravel.com) - A micro-framework by Laravel.
155
-* [Proton](https://github.com/alexbilbie/Proton) - A StackPHP compatible micro framework.
156 151
 * [Radar](https://github.com/radarphp/Radar.Adr) - An Action-Domain-Responder implementation for PHP.
157 152
 * [Silex](https://silex.symfony.com/) - A micro framework built around Symfony components.
158 153
 * [Slim](https://www.slimframework.com/) - Another simple micro framework.
@@ -163,7 +158,8 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
163 158
 * [Silex Skeleton](https://github.com/silexphp/Silex-Skeleton) - A project skeleton for Silex.
164 159
 * [Silex Web Profiler](https://github.com/silexphp/Silex-WebProfiler) - A web debug toolbar for Silex.
165 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 164
 ### Routers
169 165
 *Libraries for handling application routing.*
@@ -179,10 +175,8 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
179 175
 
180 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 177
 * [Foil](https://github.com/FoilPHP/Foil) - Another native PHP templating library.
182
-* [Lex](https://github.com/pyrocms/lex) - A lightweight template parser.
183 178
 * [MtHaml](https://github.com/arnaud-lb/MtHaml) - A PHP implementation of the HAML template language.
184 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 180
 * [PHPTAL](http://phptal.org/) - A PHP implementation of the [TAL](https://en.wikipedia.org/wiki/Template_Attribute_Language) templating language.
187 181
 * [Plates](http://platesphp.com/) - A native PHP templating library.
188 182
 * [Smarty](https://www.smarty.net/) - A template engine to complement PHP.
@@ -193,7 +187,6 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
193 187
 *Tools for pre-processing content to generate web pages.*
194 188
 
195 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 190
 * [Sculpin](https://sculpin.io) - A tool that converts Markdown and Twig into static HTML.
198 191
 * [Spress](http://spress.yosymfony.com) - An extensible tool that converts Markdown and Twig into HTML.
199 192
 
@@ -248,14 +241,10 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
248 241
 ### Files
249 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 244
 * [CSV](https://github.com/thephpleague/csv) - A CSV data manipulation library.
254
-* [Ferret](https://github.com/versionable/Ferret) - A MIME detection library.
255 245
 * [Flysystem](https://github.com/thephpleague/Flysystem) - Another filesystem abstraction layer.
256 246
 * [Gaufrette](https://github.com/KnpLabs/Gaufrette) - A filesystem abstraction layer.
257 247
 * [Hoa Mime](https://github.com/hoaproject/Mime) - Another MIME detection library.
258
-* [Lurker](https://github.com/henrikbjorn/Lurker) - A resource tracking library.
259 248
 * [PHP FFmpeg](https://github.com/PHP-FFmpeg/PHP-FFmpeg/) - A wrapper for the [FFmpeg](http://www.ffmpeg.org/) video library.
260 249
 * [UnifiedArchive](https://github.com/wapmorgan/UnifiedArchive) - A unified reader and writer of compressed archives.
261 250
 
@@ -280,12 +269,9 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
280 269
 *Libraries for manipulating images.*
281 270
 
282 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 272
 * [Glide](https://github.com/thephpleague/glide) - An on-demand image manipulation library.
286 273
 * [Image Hash](https://github.com/jenssegers/imagehash) - A library for generating perceptual image hashes.
287 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 275
 * [Imagine](http://imagine.readthedocs.io/en/latest/index.html) - An image manipulation library.
290 276
 * [Intervention Image](https://github.com/Intervention/image) - Another image manipulation library.
291 277
 * [PHP Image Workshop](https://github.com/Sybio/ImageWorkshop) - Another image manipulation library.
@@ -313,9 +299,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
313 299
 * [PHPT](https://qa.php.net/write-test.php) - A test tool used by PHP itself.
314 300
 * [PHPUnit](https://github.com/sebastianbergmann/phpunit) - A unit testing framework.
315 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 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 304
 ### Continuous Integration
321 305
 *Libraries and applications for continuous integration.*
@@ -348,12 +332,10 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
348 332
 * [IniScan](https://github.com/psecio/iniscan) - A tool that scans PHP INI files for security.
349 333
 * [Optimus](https://github.com/jenssegers/optimus) - Id obfuscation based on Knuth's multiplicative hashing method.
350 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 335
 * [PHP SSH](https://github.com/Herzult/php-ssh) - An experimental object orientated SSH wrapper library.
353 336
 * [PHPSecLib](http://phpseclib.sourceforge.net/) - A pure PHP secure communications library.
354 337
 * [random_compat](https://github.com/paragonie/random_compat) - PHP 5.x support for `random_bytes()` and `random_int()`
355 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 339
 * [SensioLabs Security Check](https://security.sensiolabs.org/) - A web tool to check your Composer dependencies for security advisories.
358 340
 * [TCrypto](https://github.com/timoh6/TCrypto) - A simple encrypted key-value storage library.
359 341
 * [VAddy](https://vaddy.net/) - A continuous security testing platform for web applications.
@@ -409,17 +391,12 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
409 391
 ### Architectural
410 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 394
 * [Design Patterns PHP](https://github.com/domnikl/DesignPatternsPHP) - A repository of software patterns implemented in PHP.
414 395
 * [Finite](http://yohan.giarel.li/Finite/) - A simple PHP finite state machine.
415 396
 * [Functional PHP](https://github.com/lstrojny/functional-php) - A functional programming library.
416
-* [Galapagos](https://github.com/endel/galapagos) - Evolutionary language transformation.
417 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 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 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 400
 * [RulerZ](https://github.com/K-Phoen/rulerz) - A powerful rule engine and implementation of the Specification pattern.
424 401
 
425 402
 ### Debugging and Profiling
@@ -441,10 +418,8 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
441 418
 ### Build Tools
442 419
 *Project build and automation tools.*
443 420
 
444
-* [Bob](https://github.com/CHH/bob) - A simple project automation tool.
445 421
 * [Box](https://github.com/box-project/box2) - A utility to build PHAR files.
446 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 423
 * [Phing](https://www.phing.info/) - A PHP project build system inspired by Apache Ant.
449 424
 
450 425
 ### Task Runners
@@ -499,7 +474,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
499 474
 * [Prooph Event Store](https://github.com/prooph/event-store) - An event source component to persist event messages
500 475
 * [Ratchet](https://github.com/ratchetphp/Ratchet) - A web socket library.
501 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 478
 * [Workerman](https://github.com/walkor/Workerman) - An event driven non-blocking I/O library.
504 479
 
505 480
 ### Logging
@@ -528,7 +503,6 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
528 503
 ### Office
529 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 506
 * [PHPPowerPoint](https://github.com/PHPOffice/PHPPresentation) - A library for working with Microsoft PowerPoint Presentations.
533 507
 * [PHPWord](https://github.com/PHPOffice/PHPWord) - A library for working with Microsoft Word documents.
534 508
 * [PHPSpreadsheet](https://github.com/PHPOffice/PhpSpreadsheet) - A pure PHP library for reading and writing spreadsheet files (successor of PHPExcel)
@@ -563,8 +537,6 @@ Libraries to help manage database schemas and migrations.
563 537
 ### NoSQL
564 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 540
 * [PHPMongo](https://github.com/sokil/php-mongo) - A MongoDB ORM.
569 541
 * [Predis](https://github.com/nrk/predis) - A feature complete Redis library.
570 542
 
@@ -601,8 +573,6 @@ Libraries to help manage database schemas and migrations.
601 573
 * [GetOpt](https://github.com/getopt-php/getopt-php) - A command line opt parser.
602 574
 * [GetOptionKit](https://github.com/c9s/GetOptionKit) - Another command line opt parser.
603 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 576
 * [PsySH](https://github.com/bobthecow/psysh) - Another PHP REPL.
607 577
 * [ShellWrap](https://github.com/MrRio/shellwrap) - A simple command line wrapper library.
608 578
 
@@ -610,7 +580,6 @@ Libraries to help manage database schemas and migrations.
610 580
 *Libraries for implementing user authentication and authorization.*
611 581
 
612 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 583
 * [SocialConnect Auth](https://github.com/socialConnect/auth) - An open source social sign (OAuth1\OAuth2\OpenID\OpenIDConnect).
615 584
 * [Json Web Token](https://github.com/lcobucci/jwt) - Json Tokens to authenticate and transmit information.
616 585
 * [OAuth 1.0 Client](https://github.com/thephpleague/oauth1-client) - An OAuth 1.0 client library.
@@ -622,13 +591,11 @@ Libraries to help manage database schemas and migrations.
622 591
 * [Sentinel Social](https://cartalyst.com/manual/sentinel-social/2.0) - A library for social network authentication.
623 592
 * [Sentinel](https://cartalyst.com/manual/sentinel/2.0) - A framework agnostic authentication & authorisation library.
624 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 595
 ### Markup
628 596
 *Libraries for working with markup.*
629 597
 
630 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 599
 * [CommonMark PHP](https://github.com/thephpleague/commonmark) - A Markdown parser which supports the full [CommonMark spec](http://spec.commonmark.org/).
633 600
 * [Decoda](https://github.com/milesj/decoda) - A lightweight markup parser library.
634 601
 * [Emoji](https://github.com/heyupdate/Emoji) - A library that converts unicode characters and names into emoji images.
@@ -651,7 +618,6 @@ Libraries to help manage database schemas and migrations.
651 618
 * [Slugify](https://github.com/cocur/slugify) - A library to convert strings to slugs.
652 619
 * [SQL Formatter](https://github.com/jdorn/sql-formatter/) - A library for formatting SQL statements.
653 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 621
 * [UA Parser](https://github.com/tobie/ua-parser/tree/master/php) - A library for parsing user agent strings.
656 622
 * [URLify](https://github.com/jbroadway/urlify) - A PHP port of Django's URLify.js.
657 623
 * [UUID](https://github.com/ramsey/uuid) - A library for generating UUIDs.
@@ -661,8 +627,6 @@ Libraries to help manage database schemas and migrations.
661 627
 
662 628
 * [ByteUnits](https://github.com/gabrielelana/byte-units) - A library to parse, format and convert byte units in binary and metric systems.
663 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 630
 * [PHP Conversion](https://github.com/Crisu83/php-conversion) - Another library for converting between units of measure.
667 631
 * [PHP Units of Measure](https://github.com/triplepoint/php-units-of-measure) - A library for converting between units of measure.
668 632
 
@@ -671,7 +635,6 @@ Libraries to help manage database schemas and migrations.
671 635
 
672 636
 * [Aura.Filter](https://github.com/auraphp/Aura.Filter) - Provides tools to validate and sanitize objects and arrays.
673 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 638
 * [Filterus](https://github.com/ircmaxell/filterus) - A simple PHP filtering library.
676 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 640
 * [MetaYaml](https://github.com/romaricdrigon/MetaYaml) - A schema validation library that supports YAML, JSON and XML.
@@ -707,18 +670,15 @@ Libraries to help manage database schemas and migrations.
707 670
 ### Data Structure and Storage
708 671
 *Libraries that implement data structure or storage techniques.*
709 672
 
710
-* [Ardent](https://github.com/morrisonlevi/Ardent) - A library of data structures.
711 673
 * [Cake Collection](https://github.com/cakephp/collection) - A simple collections library (CP).
712 674
 * [Collections](https://github.com/italolelis/collections) - Collections Abstraction library for PHP.
713 675
 * [Fractal](https://github.com/thephpleague/fractal) - A library for converting complex data structures to JSON output.
714 676
 * [Ginq](https://github.com/akanehara/ginq) - Another PHP library based on .NET's LINQ.
715 677
 * [JsonMapper](https://github.com/cweiske/jsonmapper) - A library that maps nested JSON structures onto PHP classes.
716 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 679
 * [PINQ](https://github.com/TimeToogo/Pinq) - A PHP library based on .NET's LINQ (Language Integrated Query).
719 680
 * [Porter](https://github.com/ScriptFUSION/Porter) - Data import abstraction framework.
720 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 682
 * [YaLinqo](https://github.com/Athari/YaLinqo) - Yet Another LINQ to Objects for PHP.
723 683
 * [Zend Serializer](https://github.com/zendframework/zend-serializer) - Another library for serialising and de-serialising data (ZF2).
724 684
 
@@ -726,7 +686,6 @@ Libraries to help manage database schemas and migrations.
726 686
 *Libraries for working with notification software.*
727 687
 
728 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 689
 * [Notification Pusher](https://github.com/Ph3nol/NotificationPusher) - A standalone library for device push notifications.
731 690
 * [Notificato](https://github.com/mac-cain13/notificato) - A library for handling push notifications.
732 691
 * [Notificator](https://github.com/namshi/notificator) - A lightweight notification library.
@@ -737,8 +696,6 @@ Libraries to help manage database schemas and migrations.
737 696
 
738 697
 * [Deployer](https://github.com/deployphp/deployer) - A deployment tool.
739 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 699
 * [Rocketeer](https://github.com/rocketeers/rocketeer) - A fast and easy deployer for the PHP world.
743 700
 
744 701
 ### Internationalisation and Localisation
@@ -752,16 +709,13 @@ Libraries to help manage database schemas and migrations.
752 709
 
753 710
 * [Amazon Web Service SDK](https://github.com/aws/aws-sdk-php) - The official PHP AWS SDK library.
754 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 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 714
 * [Mailgun](https://github.com/mailgun/mailgun-php) The official Mailgun PHP API.
759 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 716
 * [Stripe](https://github.com/stripe/stripe-php) - The official Stripe PHP library.
762 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 720
 ### Extensions
767 721
 *Libraries to help build PHP extensions.*
@@ -780,23 +734,15 @@ Libraries to help manage database schemas and migrations.
780 734
 * [Country List](https://github.com/umpirsky/country-list) - A list of all countries with names and ISO 3166-1 codes.
781 735
 * [Embera](https://github.com/mpratt/Embera) - An Oembed consumer library.
782 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 737
 * [Graphviz](https://github.com/alexandresalome/graphviz) - A Graphviz library.
785 738
 * [Hprose-PHP](https://github.com/hprose/hprose-php) - A very newbility RPC Library, support 25+ languages now.
786 739
 * [JSON Lint](https://github.com/Seldaek/jsonlint) - A JSON lint utility.
787 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 741
 * [Metrics](https://github.com/beberlei/metrics) - A simple metrics API library.
793 742
 * [noCAPTCHA](https://github.com/ARCANEDEV/noCAPTCHA) - Helper for Google's noCAPTCHA (reCAPTCHA).
794 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 744
 * [Pagerfanta](https://github.com/whiteoctober/Pagerfanta) - A pagination library.
797
-* [PHP Expression](https://github.com/Kitano/php-expression) - A PHP expression language.
798 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 746
 * [PHP-ML](https://github.com/php-ai/php-ml) - A library for Machine Learning in PHP.
801 747
 * [PHPCR](https://github.com/phpcr/phpcr) - A PHP port of the Java Content Repository (JCR).
802 748
 * [PHPStack](http://dunkels.com/adam/phpstack/) - A TCP/IP stack proof of concept written in PHP.
@@ -807,7 +753,6 @@ Libraries to help manage database schemas and migrations.
807 753
 * [sabre/vobject](https://github.com/sabre-io/vobject) - A library for parsing VCard and iCalendar objects.
808 754
 * [Slimdump](https://github.com/webfactory/slimdump) - An easy dumper tool for MySQL.
809 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 756
 * [SuperClosure](https://github.com/jeremeamia/super_closure) - A library that allows Closures to be serialized.
812 757
 * [Symfony VarDumper](http://symfony.com/doc/current/components/var_dumper.html) - A variable dumper component (SF).
813 758
 * [Underscore](http://anahkiasen.github.io/underscore-php/) - A PHP port of the Underscore JS library.
@@ -823,9 +768,7 @@ Libraries to help manage database schemas and migrations.
823 768
 * [HomeBrew](https://brew.sh/) - A package manager for OSX.
824 769
 * [PHP Brew](https://github.com/phpbrew/phpbrew) - A PHP version manager and installer.
825 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 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 772
 * [VirtPHP](http://virtphp.org/) - A tool for creating and managing isolated PHP environments.
830 773
 
831 774
 ### Development Environment
@@ -844,7 +787,6 @@ Libraries to help manage database schemas and migrations.
844 787
 
845 788
 * [Hack](http://hacklang.org/) - A programming language for HHVM that interoperates seamlessly with PHP.
846 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 791
 ### Text Editors and IDEs
850 792
 *Text Editors and Integrated Development Environments (IDE) with support for PHP.*
@@ -864,9 +806,7 @@ Libraries to help manage database schemas and migrations.
864 806
 * [PHP Queue](https://github.com/CoderKungfu/php-queue) - An application for managing queueing backends.
865 807
 * [MailCatcher](https://github.com/sj26/mailcatcher) - A web tool for capturing and viewing emails.
866 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 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 810
 * [phpMyAdmin](https://github.com/phpmyadmin/phpmyadmin) - A web interface for MySQL/MariaDB.
871 811
 * [Adminer](https://www.adminer.org/) - Database management in a single PHP file.
872 812
 * [Grav](https://github.com/getgrav/grav) - A modern flat-file CMS.

Loading…
Cancel
Save