Przeglądaj źródła

Also remove 12 GitHub-archived repositories

remove-stale-2016-2017
mscherer 1 miesiąc temu
rodzic
commit
8ccb6d8b5d
1 zmienionych plików z 0 dodań i 12 usunięć
  1. 0
    12
      README.md

+ 0
- 12
README.md Wyświetl plik

@@ -187,7 +187,6 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
187 187
 *Extras related to micro frameworks and routers.*
188 188
 
189 189
 * [Slim Skeleton](https://github.com/slimphp/Slim-Skeleton) - A skeleton for Slim.
190
-* [Slim Twig View](https://github.com/slimphp/Slim-Views) - Integrate Twig into Slim.
191 190
 * [Slim PHP View](https://github.com/slimphp/PHP-View) - A simple PHP renderer for Slim.
192 191
 
193 192
 ### Routers
@@ -252,7 +251,6 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
252 251
 *Libraries for parsing URLs.*
253 252
 
254 253
 * [PHP Domain Parser](https://github.com/jeremykendall/php-domain-parser) - A domain suffix parser library.
255
-* [Purl](https://github.com/jwage/purl) - A URL manipulation library.
256 254
 * [sabre/uri](https://github.com/sabre-io/uri) - A functional URI manipulation library.
257 255
 * [Uri](https://github.com/thephpleague/uri) - Another URL manipulation library.
258 256
 
@@ -261,7 +259,6 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
261 259
 
262 260
 * [CssToInlineStyles](https://github.com/tijsverkoyen/CssToInlineStyles) - A library to inline CSS in email templates.
263 261
 * [Email Reply Parser](https://github.com/willdurand/EmailReplyParser) - An email reply parser library.
264
-* [Email Validator](https://github.com/nojacko/email-validator) - A small email address validation library.
265 262
 * [Fetch](https://github.com/tedious/Fetch) - An IMAP library.
266 263
 * [Mautic](https://github.com/mautic/mautic) - Email marketing automation
267 264
 * [PHPMailer](https://github.com/PHPMailer/PHPMailer) - Another mailer solution.
@@ -341,7 +338,6 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
341 338
 * [CircleCI](https://circleci.com) - A continuous integration platform.
342 339
 * [GitlabCi](https://about.gitlab.com/solutions/continuous-integration/) - Let GitLab CI test, build, deploy your code. TravisCi like.
343 340
 * [Jenkins](https://www.jenkins.io/) - A continuous integration platform with [PHP support](https://www.jenkins.io/solutions/php/).
344
-* [PHPCI](https://github.com/dancryer/phpci) - An open-source continuous integration platform for PHP.
345 341
 * [SemaphoreCI](https://semaphore.io/) - A continuous integration platform for open-source and private projects.
346 342
 * [Travis CI](https://www.travis-ci.com) - A continuous integration platform.
347 343
 * [Setup PHP](https://github.com/shivammathur/setup-php) - A GitHub Action for PHP.
@@ -393,7 +389,6 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
393 389
 * [PHP Parser](https://github.com/nikic/PHP-Parser) - A PHP parser written in PHP.
394 390
 * [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.
395 391
 * [Phpactor](https://github.com/phpactor/phpactor) - PHP completion, refactoring and introspection tool.
396
-* [PHPLOC](https://github.com/sebastianbergmann/phploc) - A tool for quickly measuring the size of a PHP project.
397 392
 * [PHPQA](https://github.com/EdgedesignCZ/phpqa) - A tool for running QA tools (phploc, phpcpd, phpcs, pdepend, phpmd, phpmetrics).
398 393
 * [Rector](https://github.com/rectorphp/rector) - A tool to upgrade and refactor code.
399 394
 * [Scrutinizer](https://scrutinizer-ci.com/) - A web tool to [scrutinise PHP code](https://github.com/scrutinizer-ci/php-analyzer).
@@ -408,14 +403,12 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
408 403
 * [PHP CS Fixer Configurator](https://mlocati.github.io/php-cs-fixer-configurator/) - A web application to help configure PHP CS Fixer rule sets.
409 404
 * [PHP Mess Detector](https://github.com/phpmd/phpmd) - A library that scans code for bugs, sub-optimal code, unused parameters and more.
410 405
 * [PHPCheckstyle](https://github.com/PHPCheckstyle/phpcheckstyle) - A tool to help adhere to certain coding conventions.
411
-* [PHPCPD](https://github.com/sebastianbergmann/phpcpd) - A library that detects copied and pasted code.
412 406
 * [Laravel Pint](https://github.com/laravel/pint) - A coding standards fixer library for Laravel.
413 407
 
414 408
 ### Static Analysis
415 409
 *Libraries for performing static analysis of PHP code.*
416 410
 
417 411
 * [Exakat](https://github.com/exakat/exakat) - A static analysis engine for PHP.
418
-* [Deptrac](https://github.com/qossmic/deptrac) - A static code analysis tool that helps to enforce rules for dependencies between software layers.
419 412
 * [Mondrian](https://github.com/Trismegiste/Mondrian) - A code analysis tool using Graph Theory.
420 413
 * [phan](https://github.com/phan/phan) - A static analyzer based on PHP 7+ and the php-ast extension.
421 414
 * [PHP Architecture Tester](https://github.com/carlosas/phpat) - Easy-to-use architecture testing tool for PHP.
@@ -719,7 +712,6 @@ Libraries to help manage database schemas and migrations.
719 712
 * [MetaYaml](https://github.com/romaricdrigon/MetaYaml) - A schema validation library that supports YAML, JSON and XML.
720 713
 * [Respect Validation](https://github.com/Respect/Validation) - A simple validation library.
721 714
 * [Symfony HTML Sanitizer](https://github.com/symfony/html-sanitizer) - An HTML sanitizer library.
722
-* [Upload](https://github.com/brandonsavage/Upload) - A library for handling file uploads and validation.
723 715
 * [Valitron](https://github.com/vlucas/valitron) - Another validation library.
724 716
 * [Valinor](https://github.com/CuyZ/Valinor) - A library for mapping to strongly typed value objects.
725 717
 * [Volan](https://github.com/serkin/Volan) - Another simplified validation library.
@@ -758,7 +750,6 @@ Libraries to help manage database schemas and migrations.
758 750
 * [JSON Machine](https://github.com/halaxa/json-machine) - Provides iteration over huge JSONs using simple `foreach`
759 751
 * [Knapsack](https://github.com/DusanKasan/Knapsack) - Collection library inspired by Clojure's sequences.
760 752
 * [msgpack.php](https://github.com/rybakit/msgpack.php) - A pure PHP implementation of the [MessagePack](https://msgpack.org/) serialization format.
761
-* [PINQ](https://github.com/TimeToogo/Pinq) - A PHP library based on .NET's LINQ (Language Integrated Query).
762 753
 * [Serializer](https://github.com/schmittjoh/serializer) - A library for serializing and de-serializing data.
763 754
 * [YaLinqo](https://github.com/Athari/YaLinqo) - Yet Another LINQ to Objects for PHP.
764 755
 * [Laminas Serializer](https://github.com/laminas/laminas-serializer) - Another library for serialising and de-serialising data.
@@ -768,7 +759,6 @@ Libraries to help manage database schemas and migrations.
768 759
 
769 760
 * [JoliNotif](https://github.com/jolicode/JoliNotif) - A cross-platform library for desktop notification (support for Growl, notify-send, toaster, etc)
770 761
 * [Notification Pusher](https://github.com/Ph3nol/NotificationPusher) - A standalone library for device push notifications.
771
-* [Notificato](https://github.com/mac-cain13/notificato) - A library for handling push notifications.
772 762
 * [Notificator](https://github.com/namshi/notificator) - A lightweight notification library.
773 763
 * [Php-pushwoosh](https://github.com/gomoob/php-pushwoosh) - A PHP Library to easily send push notifications with the Pushwoosh REST Web Services.
774 764
 
@@ -777,7 +767,6 @@ Libraries to help manage database schemas and migrations.
777 767
 
778 768
 * [Deployer](https://github.com/deployphp/deployer) - A deployment tool.
779 769
 * [Envoy](https://github.com/laravel/envoy) - A tool to run SSH tasks with PHP.
780
-* [Rocketeer](https://github.com/rocketeers/rocketeer) - A fast and easy deployer for the PHP world.
781 770
 
782 771
 ### Internationalisation and Localisation
783 772
 *Libraries for Internationalization (I18n) and Localization (L10n).*
@@ -817,7 +806,6 @@ Libraries to help manage database schemas and migrations.
817 806
 * [Campaign Monitor](https://campaignmonitor.github.io/createsend-php/) - The official Campaign Monitor PHP library.
818 807
 * [Github](https://github.com/KnpLabs/php-github-api) - A library to interface with the Github API.
819 808
 * [Mailgun](https://github.com/mailgun/mailgun-php) The official Mailgun PHP API.
820
-* [Square](https://github.com/square/connect-php-sdk) - The official Square PHP SDK for payments and other Square APIs.
821 809
 * [Stripe](https://github.com/stripe/stripe-php) - The official Stripe PHP library.
822 810
 * [Twilio](https://github.com/twilio/twilio-php) - The official Twilio PHP REST API.
823 811
 

Ładowanie…
Anuluj
Zapisz