Просмотр исходного кода

Remove 21 unmaintained/archived libraries (#1402)

* Remove 9 unmaintained libraries (no updates since 2016-2017)

* Also remove 12 GitHub-archived repositories
pull/1383/merge
Mark Scherer 1 месяц назад
Родитель
Сommit
e8780bfcc5
Аккаунт пользователя с таким Email не найден
1 измененных файлов: 1 добавлений и 21 удалений
  1. 1
    21
      README.md

+ 1
- 21
README.md Просмотреть файл

112
 ### Dependency Management Extras
112
 ### Dependency Management Extras
113
 *Extras related to dependency management.*
113
 *Extras related to dependency management.*
114
 
114
 
115
-* [Composed](https://github.com/joshdifabio/composed) - A library to parse your project's Composer environment at runtime.
116
 * [Composer Merge Plugin](https://github.com/wikimedia/composer-merge-plugin) - A composer plugin to merge several `composer.json` files.
115
 * [Composer Merge Plugin](https://github.com/wikimedia/composer-merge-plugin) - A composer plugin to merge several `composer.json` files.
117
 * [Composer Normalize](https://github.com/ergebnis/composer-normalize) - A plugin for normalizing `composer.json` files.
116
 * [Composer Normalize](https://github.com/ergebnis/composer-normalize) - A plugin for normalizing `composer.json` files.
118
 * [Composer Patches](https://github.com/cweagans/composer-patches) - A plugin for Composer to apply patches.
117
 * [Composer Patches](https://github.com/cweagans/composer-patches) - A plugin for Composer to apply patches.
190
 *Extras related to micro frameworks and routers.*
189
 *Extras related to micro frameworks and routers.*
191
 
190
 
192
 * [Slim Skeleton](https://github.com/slimphp/Slim-Skeleton) - A skeleton for Slim.
191
 * [Slim Skeleton](https://github.com/slimphp/Slim-Skeleton) - A skeleton for Slim.
193
-* [Slim Twig View](https://github.com/slimphp/Slim-Views) - Integrate Twig into Slim.
194
 * [Slim PHP View](https://github.com/slimphp/PHP-View) - A simple PHP renderer for Slim.
192
 * [Slim PHP View](https://github.com/slimphp/PHP-View) - A simple PHP renderer for Slim.
195
 
193
 
196
 ### Routers
194
 ### Routers
256
 *Libraries for parsing URLs.*
254
 *Libraries for parsing URLs.*
257
 
255
 
258
 * [PHP Domain Parser](https://github.com/jeremykendall/php-domain-parser) - A domain suffix parser library.
256
 * [PHP Domain Parser](https://github.com/jeremykendall/php-domain-parser) - A domain suffix parser library.
259
-* [Purl](https://github.com/jwage/purl) - A URL manipulation library.
260
 * [sabre/uri](https://github.com/sabre-io/uri) - A functional URI manipulation library.
257
 * [sabre/uri](https://github.com/sabre-io/uri) - A functional URI manipulation library.
261
 * [Uri](https://github.com/thephpleague/uri) - Another URL manipulation library.
258
 * [Uri](https://github.com/thephpleague/uri) - Another URL manipulation library.
262
 
259
 
266
 * [CssToInlineStyles](https://github.com/tijsverkoyen/CssToInlineStyles) - A library to inline CSS in email templates.
263
 * [CssToInlineStyles](https://github.com/tijsverkoyen/CssToInlineStyles) - A library to inline CSS in email templates.
267
 * [ddeboer/imap](https://github.com/ddeboer/imap) - Object-oriented, fully tested PHP IMAP library.
264
 * [ddeboer/imap](https://github.com/ddeboer/imap) - Object-oriented, fully tested PHP IMAP library.
268
 * [Email Reply Parser](https://github.com/willdurand/EmailReplyParser) - An email reply parser library.
265
 * [Email Reply Parser](https://github.com/willdurand/EmailReplyParser) - An email reply parser library.
269
-* [Email Validator](https://github.com/nojacko/email-validator) - A small email address validation library.
266
+* [Fetch](https://github.com/tedious/Fetch) - An IMAP library.
270
 * [Mautic](https://github.com/mautic/mautic) - Email marketing automation
267
 * [Mautic](https://github.com/mautic/mautic) - Email marketing automation
271
 * [PHPMailer](https://github.com/PHPMailer/PHPMailer) - Another mailer solution.
268
 * [PHPMailer](https://github.com/PHPMailer/PHPMailer) - Another mailer solution.
272
 * [Stampie](https://github.com/Stampie/Stampie) - A library for email services such as [SendGrid](https://sendgrid.com/en-us), [PostMark](https://postmarkapp.com), [MailGun](https://www.mailgun.com/) and [MailChimp](https://mailchimp.com/features/transactional-email/).
269
 * [Stampie](https://github.com/Stampie/Stampie) - A library for email services such as [SendGrid](https://sendgrid.com/en-us), [PostMark](https://postmarkapp.com), [MailGun](https://www.mailgun.com/) and [MailChimp](https://mailchimp.com/features/transactional-email/).
287
 *Libraries for working with streams.*
284
 *Libraries for working with streams.*
288
 
285
 
289
 * [ByteStream](https://amphp.org/byte-stream) - An asynchronous stream abstraction.
286
 * [ByteStream](https://amphp.org/byte-stream) - An asynchronous stream abstraction.
290
-* [Streamer](https://github.com/fzaninotto/Streamer) - A simple object-orientated stream wrapper library.
291
 
287
 
292
 ### Dependency Injection
288
 ### Dependency Injection
293
 *Libraries that implement the dependency injection design pattern.*
289
 *Libraries that implement the dependency injection design pattern.*
345
 * [CircleCI](https://circleci.com) - A continuous integration platform.
341
 * [CircleCI](https://circleci.com) - A continuous integration platform.
346
 * [GitlabCi](https://about.gitlab.com/solutions/continuous-integration/) - Let GitLab CI test, build, deploy your code. TravisCi like.
342
 * [GitlabCi](https://about.gitlab.com/solutions/continuous-integration/) - Let GitLab CI test, build, deploy your code. TravisCi like.
347
 * [Jenkins](https://www.jenkins.io/) - A continuous integration platform with [PHP support](https://www.jenkins.io/solutions/php/).
343
 * [Jenkins](https://www.jenkins.io/) - A continuous integration platform with [PHP support](https://www.jenkins.io/solutions/php/).
348
-* [JoliCi](https://github.com/jolicode/JoliCi) - A continuous integration client written in PHP and powered by Docker.
349
-* [PHPCI](https://github.com/dancryer/phpci) - An open-source continuous integration platform for PHP.
350
 * [SemaphoreCI](https://semaphore.io/) - A continuous integration platform for open-source and private projects.
344
 * [SemaphoreCI](https://semaphore.io/) - A continuous integration platform for open-source and private projects.
351
 * [Travis CI](https://www.travis-ci.com) - A continuous integration platform.
345
 * [Travis CI](https://www.travis-ci.com) - A continuous integration platform.
352
 * [Setup PHP](https://github.com/shivammathur/setup-php) - A GitHub Action for PHP.
346
 * [Setup PHP](https://github.com/shivammathur/setup-php) - A GitHub Action for PHP.
381
 
375
 
382
 * [GenPhrase](https://github.com/timoh6/GenPhrase) - A library for generating secure random passphrases.
376
 * [GenPhrase](https://github.com/timoh6/GenPhrase) - A library for generating secure random passphrases.
383
 * [Password Compat](https://github.com/ircmaxell/password_compat) - A compatibility library for the new PHP 5.5 password functions.
377
 * [Password Compat](https://github.com/ircmaxell/password_compat) - A compatibility library for the new PHP 5.5 password functions.
384
-* [Password Policy](https://github.com/ircmaxell/password-policy) - A password policy library for PHP and JavaScript.
385
 * [Password Validator](https://github.com/jeremykendall/password-validator) - A library for validating and upgrading password hashes.
378
 * [Password Validator](https://github.com/jeremykendall/password-validator) - A library for validating and upgrading password hashes.
386
 * [Password-Generator](https://github.com/hackzilla/password-generator) - PHP library to generate random passwords.
379
 * [Password-Generator](https://github.com/hackzilla/password-generator) - PHP library to generate random passwords.
387
-* [PHP Password Lib](https://github.com/ircmaxell/PHP-PasswordLib) - A library for generating and validating passwords.
388
 * [phpass](https://www.openwall.com/phpass/) - A portable password hashing framework.
380
 * [phpass](https://www.openwall.com/phpass/) - A portable password hashing framework.
389
 * [Zxcvbn PHP](https://github.com/bjeavons/zxcvbn-php) - A realistic PHP password strength estimate library based on Zxcvbn JS.
381
 * [Zxcvbn PHP](https://github.com/bjeavons/zxcvbn-php) - A realistic PHP password strength estimate library based on Zxcvbn JS.
390
 
382
 
400
 * [PHP Parser](https://github.com/nikic/PHP-Parser) - A PHP parser written in PHP.
392
 * [PHP Parser](https://github.com/nikic/PHP-Parser) - A PHP parser written in PHP.
401
 * [PHP Semantic Versioning Checker](https://github.com/tomzx/php-semver-checker) - A command line utility that compares two source sets and determines the appropriate semantic versioning to apply.
393
 * [PHP Semantic Versioning Checker](https://github.com/tomzx/php-semver-checker) - A command line utility that compares two source sets and determines the appropriate semantic versioning to apply.
402
 * [Phpactor](https://github.com/phpactor/phpactor) - PHP completion, refactoring and introspection tool.
394
 * [Phpactor](https://github.com/phpactor/phpactor) - PHP completion, refactoring and introspection tool.
403
-* [PHPLOC](https://github.com/sebastianbergmann/phploc) - A tool for quickly measuring the size of a PHP project.
404
 * [PHPQA](https://github.com/EdgedesignCZ/phpqa) - A tool for running QA tools (phploc, phpcpd, phpcs, pdepend, phpmd, phpmetrics).
395
 * [PHPQA](https://github.com/EdgedesignCZ/phpqa) - A tool for running QA tools (phploc, phpcpd, phpcs, pdepend, phpmd, phpmetrics).
405
 * [Rector](https://github.com/rectorphp/rector) - A tool to upgrade and refactor code.
396
 * [Rector](https://github.com/rectorphp/rector) - A tool to upgrade and refactor code.
406
 * [Scrutinizer](https://scrutinizer-ci.com/) - A web tool to [scrutinise PHP code](https://github.com/scrutinizer-ci/php-analyzer).
397
 * [Scrutinizer](https://scrutinizer-ci.com/) - A web tool to [scrutinise PHP code](https://github.com/scrutinizer-ci/php-analyzer).
415
 * [PHP CS Fixer Configurator](https://mlocati.github.io/php-cs-fixer-configurator/) - A web application to help configure PHP CS Fixer rule sets.
406
 * [PHP CS Fixer Configurator](https://mlocati.github.io/php-cs-fixer-configurator/) - A web application to help configure PHP CS Fixer rule sets.
416
 * [PHP Mess Detector](https://github.com/phpmd/phpmd) - A library that scans code for bugs, sub-optimal code, unused parameters and more.
407
 * [PHP Mess Detector](https://github.com/phpmd/phpmd) - A library that scans code for bugs, sub-optimal code, unused parameters and more.
417
 * [PHPCheckstyle](https://github.com/PHPCheckstyle/phpcheckstyle) - A tool to help adhere to certain coding conventions.
408
 * [PHPCheckstyle](https://github.com/PHPCheckstyle/phpcheckstyle) - A tool to help adhere to certain coding conventions.
418
-* [PHPCPD](https://github.com/sebastianbergmann/phpcpd) - A library that detects copied and pasted code.
419
 * [Laravel Pint](https://github.com/laravel/pint) - A coding standards fixer library for Laravel.
409
 * [Laravel Pint](https://github.com/laravel/pint) - A coding standards fixer library for Laravel.
420
 
410
 
421
 ### Static Analysis
411
 ### Static Analysis
422
 *Libraries for performing static analysis of PHP code.*
412
 *Libraries for performing static analysis of PHP code.*
423
 
413
 
424
 * [Exakat](https://github.com/exakat/exakat) - A static analysis engine for PHP.
414
 * [Exakat](https://github.com/exakat/exakat) - A static analysis engine for PHP.
425
-* [Deptrac](https://github.com/qossmic/deptrac) - A static code analysis tool that helps to enforce rules for dependencies between software layers.
426
 * [Mondrian](https://github.com/Trismegiste/Mondrian) - A code analysis tool using Graph Theory.
415
 * [Mondrian](https://github.com/Trismegiste/Mondrian) - A code analysis tool using Graph Theory.
427
 * [phan](https://github.com/phan/phan) - A static analyzer based on PHP 7+ and the php-ast extension.
416
 * [phan](https://github.com/phan/phan) - A static analyzer based on PHP 7+ and the php-ast extension.
428
 * [PHP Architecture Tester](https://github.com/carlosas/phpat) - Easy-to-use architecture testing tool for PHP.
417
 * [PHP Architecture Tester](https://github.com/carlosas/phpat) - Easy-to-use architecture testing tool for PHP.
587
 * [Doctrine Extensions](https://github.com/doctrine-extensions/DoctrineExtensions ) - A collection of Doctrine behavioural extensions.
576
 * [Doctrine Extensions](https://github.com/doctrine-extensions/DoctrineExtensions ) - A collection of Doctrine behavioural extensions.
588
 * [Doctrine](https://www.doctrine-project.org/) - A comprehensive DBAL and ORM.
577
 * [Doctrine](https://www.doctrine-project.org/) - A comprehensive DBAL and ORM.
589
 * [Laravel Eloquent](https://github.com/illuminate/database) - A simple ORM.
578
 * [Laravel Eloquent](https://github.com/illuminate/database) - A simple ORM.
590
-* [Pomm](https://github.com/chanmix51/Pomm) - An Object Model Manager for PostgreSQL.
591
 * [ProxyManager](https://github.com/Ocramius/ProxyManager) - A set of utilities to generate proxy objects for data mappers.
579
 * [ProxyManager](https://github.com/Ocramius/ProxyManager) - A set of utilities to generate proxy objects for data mappers.
592
 * [RedBean](https://redbeanphp.com/index.php) - A lightweight, configuration-less ORM.
580
 * [RedBean](https://redbeanphp.com/index.php) - A lightweight, configuration-less ORM.
593
 * [Slimdump](https://github.com/webfactory/slimdump) - An easy dumper tool for MySQL.
581
 * [Slimdump](https://github.com/webfactory/slimdump) - An easy dumper tool for MySQL.
597
 Libraries to help manage database schemas and migrations.
585
 Libraries to help manage database schemas and migrations.
598
 
586
 
599
 * [Doctrine Migrations](https://www.doctrine-project.org/projects/migrations.html) - A migration library for Doctrine.
587
 * [Doctrine Migrations](https://www.doctrine-project.org/projects/migrations.html) - A migration library for Doctrine.
600
-* [Migrations](https://github.com/icomefromthenet/Migrations) - A migration management library.
601
 * [Phinx](https://github.com/cakephp/phinx) - Another database migration library.
588
 * [Phinx](https://github.com/cakephp/phinx) - Another database migration library.
602
 * [PHPMig](https://github.com/davedevelopment/phpmig) - Another migration management library.
589
 * [PHPMig](https://github.com/davedevelopment/phpmig) - Another migration management library.
603
 * [Ruckusing](https://github.com/ruckus/ruckusing-migrations) - Database migrations for PHP ala ActiveRecord Migrations with support for MySQL, Postgres, SQLite.
590
 * [Ruckusing](https://github.com/ruckus/ruckusing-migrations) - Database migrations for PHP ala ActiveRecord Migrations with support for MySQL, Postgres, SQLite.
699
 * [Slugify](https://github.com/cocur/slugify) - A library to convert strings to slugs.
686
 * [Slugify](https://github.com/cocur/slugify) - A library to convert strings to slugs.
700
 * [SQL Formatter](https://github.com/jdorn/sql-formatter/) - A library for formatting SQL statements.
687
 * [SQL Formatter](https://github.com/jdorn/sql-formatter/) - A library for formatting SQL statements.
701
 * [Stringy](https://github.com/voku/Stringy) - A string manipulation library with multibyte support.
688
 * [Stringy](https://github.com/voku/Stringy) - A string manipulation library with multibyte support.
702
-* [UA Parser](https://github.com/tobie/ua-parser/tree/master/php) - A library for parsing user agent strings.
703
 * [Url highlight](https://github.com/vstelmakh/url-highlight) - A library for parsing URLs from text and converting them into clickable links.
689
 * [Url highlight](https://github.com/vstelmakh/url-highlight) - A library for parsing URLs from text and converting them into clickable links.
704
 * [URLify](https://github.com/jbroadway/urlify) - A PHP port of Django's URLify.js.
690
 * [URLify](https://github.com/jbroadway/urlify) - A PHP port of Django's URLify.js.
705
 * [UUID](https://github.com/ramsey/uuid) - A library for generating UUIDs.
691
 * [UUID](https://github.com/ramsey/uuid) - A library for generating UUIDs.
729
 * [MetaYaml](https://github.com/romaricdrigon/MetaYaml) - A schema validation library that supports YAML, JSON and XML.
715
 * [MetaYaml](https://github.com/romaricdrigon/MetaYaml) - A schema validation library that supports YAML, JSON and XML.
730
 * [Respect Validation](https://github.com/Respect/Validation) - A simple validation library.
716
 * [Respect Validation](https://github.com/Respect/Validation) - A simple validation library.
731
 * [Symfony HTML Sanitizer](https://github.com/symfony/html-sanitizer) - An HTML sanitizer library.
717
 * [Symfony HTML Sanitizer](https://github.com/symfony/html-sanitizer) - An HTML sanitizer library.
732
-* [Upload](https://github.com/brandonsavage/Upload) - A library for handling file uploads and validation.
733
 * [Valitron](https://github.com/vlucas/valitron) - Another validation library.
718
 * [Valitron](https://github.com/vlucas/valitron) - Another validation library.
734
 * [Valinor](https://github.com/CuyZ/Valinor) - A library for mapping to strongly typed value objects.
719
 * [Valinor](https://github.com/CuyZ/Valinor) - A library for mapping to strongly typed value objects.
735
 * [Volan](https://github.com/serkin/Volan) - Another simplified validation library.
720
 * [Volan](https://github.com/serkin/Volan) - Another simplified validation library.
739
 
724
 
740
 * [API Platform](https://api-platform.com ) - Expose in minutes a hypermedia REST API that embraces JSON-LD, Hydra format.
725
 * [API Platform](https://api-platform.com ) - Expose in minutes a hypermedia REST API that embraces JSON-LD, Hydra format.
741
 * [Laminas API Tool Skeleton](https://github.com/laminas-api-tools/api-tools-skeleton) - An API builder built with the Laminas Framework.
726
 * [Laminas API Tool Skeleton](https://github.com/laminas-api-tools/api-tools-skeleton) - An API builder built with the Laminas Framework.
742
-* [Drest](https://github.com/leedavis81/drest) - A library for exposing Doctrine entities as REST resource endpoints.
743
 * [HAL](https://github.com/blongden/hal) - A Hypertext Application Language (HAL) builder library.
727
 * [HAL](https://github.com/blongden/hal) - A Hypertext Application Language (HAL) builder library.
744
 * [Hateoas](https://github.com/willdurand/Hateoas) - A HATEOAS REST web service library.
728
 * [Hateoas](https://github.com/willdurand/Hateoas) - A HATEOAS REST web service library.
745
 * [Jane](https://github.com/janephp/janephp/) - An OpenApi client generator with validation support.
729
 * [Jane](https://github.com/janephp/janephp/) - An OpenApi client generator with validation support.
769
 * [JSON Machine](https://github.com/halaxa/json-machine) - Provides iteration over huge JSONs using simple `foreach`
753
 * [JSON Machine](https://github.com/halaxa/json-machine) - Provides iteration over huge JSONs using simple `foreach`
770
 * [Knapsack](https://github.com/DusanKasan/Knapsack) - Collection library inspired by Clojure's sequences.
754
 * [Knapsack](https://github.com/DusanKasan/Knapsack) - Collection library inspired by Clojure's sequences.
771
 * [msgpack.php](https://github.com/rybakit/msgpack.php) - A pure PHP implementation of the [MessagePack](https://msgpack.org/) serialization format.
755
 * [msgpack.php](https://github.com/rybakit/msgpack.php) - A pure PHP implementation of the [MessagePack](https://msgpack.org/) serialization format.
772
-* [PINQ](https://github.com/TimeToogo/Pinq) - A PHP library based on .NET's LINQ (Language Integrated Query).
773
 * [Serializer](https://github.com/schmittjoh/serializer) - A library for serializing and de-serializing data.
756
 * [Serializer](https://github.com/schmittjoh/serializer) - A library for serializing and de-serializing data.
774
 * [YaLinqo](https://github.com/Athari/YaLinqo) - Yet Another LINQ to Objects for PHP.
757
 * [YaLinqo](https://github.com/Athari/YaLinqo) - Yet Another LINQ to Objects for PHP.
775
 * [Laminas Serializer](https://github.com/laminas/laminas-serializer) - Another library for serialising and de-serialising data.
758
 * [Laminas Serializer](https://github.com/laminas/laminas-serializer) - Another library for serialising and de-serialising data.
779
 
762
 
780
 * [JoliNotif](https://github.com/jolicode/JoliNotif) - A cross-platform library for desktop notification (support for Growl, notify-send, toaster, etc)
763
 * [JoliNotif](https://github.com/jolicode/JoliNotif) - A cross-platform library for desktop notification (support for Growl, notify-send, toaster, etc)
781
 * [Notification Pusher](https://github.com/Ph3nol/NotificationPusher) - A standalone library for device push notifications.
764
 * [Notification Pusher](https://github.com/Ph3nol/NotificationPusher) - A standalone library for device push notifications.
782
-* [Notificato](https://github.com/mac-cain13/notificato) - A library for handling push notifications.
783
 * [Notificator](https://github.com/namshi/notificator) - A lightweight notification library.
765
 * [Notificator](https://github.com/namshi/notificator) - A lightweight notification library.
784
 * [Php-pushwoosh](https://github.com/gomoob/php-pushwoosh) - A PHP Library to easily send push notifications with the Pushwoosh REST Web Services.
766
 * [Php-pushwoosh](https://github.com/gomoob/php-pushwoosh) - A PHP Library to easily send push notifications with the Pushwoosh REST Web Services.
785
 
767
 
788
 
770
 
789
 * [Deployer](https://github.com/deployphp/deployer) - A deployment tool.
771
 * [Deployer](https://github.com/deployphp/deployer) - A deployment tool.
790
 * [Envoy](https://github.com/laravel/envoy) - A tool to run SSH tasks with PHP.
772
 * [Envoy](https://github.com/laravel/envoy) - A tool to run SSH tasks with PHP.
791
-* [Rocketeer](https://github.com/rocketeers/rocketeer) - A fast and easy deployer for the PHP world.
792
 
773
 
793
 ### Internationalisation and Localisation
774
 ### Internationalisation and Localisation
794
 *Libraries for Internationalization (I18n) and Localization (L10n).*
775
 *Libraries for Internationalization (I18n) and Localization (L10n).*
828
 * [Campaign Monitor](https://campaignmonitor.github.io/createsend-php/) - The official Campaign Monitor PHP library.
809
 * [Campaign Monitor](https://campaignmonitor.github.io/createsend-php/) - The official Campaign Monitor PHP library.
829
 * [Github](https://github.com/KnpLabs/php-github-api) - A library to interface with the Github API.
810
 * [Github](https://github.com/KnpLabs/php-github-api) - A library to interface with the Github API.
830
 * [Mailgun](https://github.com/mailgun/mailgun-php) The official Mailgun PHP API.
811
 * [Mailgun](https://github.com/mailgun/mailgun-php) The official Mailgun PHP API.
831
-* [Square](https://github.com/square/connect-php-sdk) - The official Square PHP SDK for payments and other Square APIs.
832
 * [Stripe](https://github.com/stripe/stripe-php) - The official Stripe PHP library.
812
 * [Stripe](https://github.com/stripe/stripe-php) - The official Stripe PHP library.
833
 * [Twilio](https://github.com/twilio/twilio-php) - The official Twilio PHP REST API.
813
 * [Twilio](https://github.com/twilio/twilio-php) - The official Twilio PHP REST API.
834
 
814
 

Загрузка…
Отмена
Сохранить