Переглянути джерело

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

remove-stale-2016-2017
mscherer 1 місяць тому
джерело
коміт
3f47449f56
1 змінених файлів з 0 додано та 9 видалено
  1. 0
    9
      README.md

+ 0
- 9
README.md Переглянути файл

@@ -112,7 +112,6 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
112 112
 ### Dependency Management Extras
113 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 115
 * [Composer Merge Plugin](https://github.com/wikimedia/composer-merge-plugin) - A composer plugin to merge several `composer.json` files.
117 116
 * [Composer Normalize](https://github.com/ergebnis/composer-normalize) - A plugin for normalizing `composer.json` files.
118 117
 * [Composer Patches](https://github.com/cweagans/composer-patches) - A plugin for Composer to apply patches.
@@ -285,7 +284,6 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
285 284
 *Libraries for working with streams.*
286 285
 
287 286
 * [ByteStream](https://amphp.org/byte-stream) - An asynchronous stream abstraction.
288
-* [Streamer](https://github.com/fzaninotto/Streamer) - A simple object-orientated stream wrapper library.
289 287
 
290 288
 ### Dependency Injection
291 289
 *Libraries that implement the dependency injection design pattern.*
@@ -343,7 +341,6 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
343 341
 * [CircleCI](https://circleci.com) - A continuous integration platform.
344 342
 * [GitlabCi](https://about.gitlab.com/solutions/continuous-integration/) - Let GitLab CI test, build, deploy your code. TravisCi like.
345 343
 * [Jenkins](https://www.jenkins.io/) - A continuous integration platform with [PHP support](https://www.jenkins.io/solutions/php/).
346
-* [JoliCi](https://github.com/jolicode/JoliCi) - A continuous integration client written in PHP and powered by Docker.
347 344
 * [PHPCI](https://github.com/dancryer/phpci) - An open-source continuous integration platform for PHP.
348 345
 * [SemaphoreCI](https://semaphore.io/) - A continuous integration platform for open-source and private projects.
349 346
 * [Travis CI](https://www.travis-ci.com) - A continuous integration platform.
@@ -379,10 +376,8 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
379 376
 
380 377
 * [GenPhrase](https://github.com/timoh6/GenPhrase) - A library for generating secure random passphrases.
381 378
 * [Password Compat](https://github.com/ircmaxell/password_compat) - A compatibility library for the new PHP 5.5 password functions.
382
-* [Password Policy](https://github.com/ircmaxell/password-policy) - A password policy library for PHP and JavaScript.
383 379
 * [Password Validator](https://github.com/jeremykendall/password-validator) - A library for validating and upgrading password hashes.
384 380
 * [Password-Generator](https://github.com/hackzilla/password-generator) - PHP library to generate random passwords.
385
-* [PHP Password Lib](https://github.com/ircmaxell/PHP-PasswordLib) - A library for generating and validating passwords.
386 381
 * [phpass](https://www.openwall.com/phpass/) - A portable password hashing framework.
387 382
 * [Zxcvbn PHP](https://github.com/bjeavons/zxcvbn-php) - A realistic PHP password strength estimate library based on Zxcvbn JS.
388 383
 
@@ -585,7 +580,6 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
585 580
 * [Doctrine Extensions](https://github.com/doctrine-extensions/DoctrineExtensions ) - A collection of Doctrine behavioural extensions.
586 581
 * [Doctrine](https://www.doctrine-project.org/) - A comprehensive DBAL and ORM.
587 582
 * [Laravel Eloquent](https://github.com/illuminate/database) - A simple ORM.
588
-* [Pomm](https://github.com/chanmix51/Pomm) - An Object Model Manager for PostgreSQL.
589 583
 * [ProxyManager](https://github.com/Ocramius/ProxyManager) - A set of utilities to generate proxy objects for data mappers.
590 584
 * [RedBean](https://redbeanphp.com/index.php) - A lightweight, configuration-less ORM.
591 585
 * [Slimdump](https://github.com/webfactory/slimdump) - An easy dumper tool for MySQL.
@@ -595,7 +589,6 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
595 589
 Libraries to help manage database schemas and migrations.
596 590
 
597 591
 * [Doctrine Migrations](https://www.doctrine-project.org/projects/migrations.html) - A migration library for Doctrine.
598
-* [Migrations](https://github.com/icomefromthenet/Migrations) - A migration management library.
599 592
 * [Phinx](https://github.com/cakephp/phinx) - Another database migration library.
600 593
 * [PHPMig](https://github.com/davedevelopment/phpmig) - Another migration management library.
601 594
 * [Ruckusing](https://github.com/ruckus/ruckusing-migrations) - Database migrations for PHP ala ActiveRecord Migrations with support for MySQL, Postgres, SQLite.
@@ -697,7 +690,6 @@ Libraries to help manage database schemas and migrations.
697 690
 * [Slugify](https://github.com/cocur/slugify) - A library to convert strings to slugs.
698 691
 * [SQL Formatter](https://github.com/jdorn/sql-formatter/) - A library for formatting SQL statements.
699 692
 * [Stringy](https://github.com/voku/Stringy) - A string manipulation library with multibyte support.
700
-* [UA Parser](https://github.com/tobie/ua-parser/tree/master/php) - A library for parsing user agent strings.
701 693
 * [Url highlight](https://github.com/vstelmakh/url-highlight) - A library for parsing URLs from text and converting them into clickable links.
702 694
 * [URLify](https://github.com/jbroadway/urlify) - A PHP port of Django's URLify.js.
703 695
 * [UUID](https://github.com/ramsey/uuid) - A library for generating UUIDs.
@@ -737,7 +729,6 @@ Libraries to help manage database schemas and migrations.
737 729
 
738 730
 * [API Platform](https://api-platform.com ) - Expose in minutes a hypermedia REST API that embraces JSON-LD, Hydra format.
739 731
 * [Laminas API Tool Skeleton](https://github.com/laminas-api-tools/api-tools-skeleton) - An API builder built with the Laminas Framework.
740
-* [Drest](https://github.com/leedavis81/drest) - A library for exposing Doctrine entities as REST resource endpoints.
741 732
 * [HAL](https://github.com/blongden/hal) - A Hypertext Application Language (HAL) builder library.
742 733
 * [Hateoas](https://github.com/willdurand/Hateoas) - A HATEOAS REST web service library.
743 734
 * [Jane](https://github.com/janephp/janephp/) - An OpenApi client generator with validation support.

Завантаження…
Відмінити
Зберегти