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

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

remove-stale-2016-2017
mscherer 1 месяц назад
Родитель
Сommit
3f47449f56
1 измененных файлов: 0 добавлений и 9 удалений
  1. 0
    9
      README.md

+ 0
- 9
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.
285
 *Libraries for working with streams.*
284
 *Libraries for working with streams.*
286
 
285
 
287
 * [ByteStream](https://amphp.org/byte-stream) - An asynchronous stream abstraction.
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
 ### Dependency Injection
288
 ### Dependency Injection
291
 *Libraries that implement the dependency injection design pattern.*
289
 *Libraries that implement the dependency injection design pattern.*
343
 * [CircleCI](https://circleci.com) - A continuous integration platform.
341
 * [CircleCI](https://circleci.com) - A continuous integration platform.
344
 * [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.
345
 * [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/).
346
-* [JoliCi](https://github.com/jolicode/JoliCi) - A continuous integration client written in PHP and powered by Docker.
347
 * [PHPCI](https://github.com/dancryer/phpci) - An open-source continuous integration platform for PHP.
344
 * [PHPCI](https://github.com/dancryer/phpci) - An open-source continuous integration platform for PHP.
348
 * [SemaphoreCI](https://semaphore.io/) - A continuous integration platform for open-source and private projects.
345
 * [SemaphoreCI](https://semaphore.io/) - A continuous integration platform for open-source and private projects.
349
 * [Travis CI](https://www.travis-ci.com) - A continuous integration platform.
346
 * [Travis CI](https://www.travis-ci.com) - A continuous integration platform.
379
 
376
 
380
 * [GenPhrase](https://github.com/timoh6/GenPhrase) - A library for generating secure random passphrases.
377
 * [GenPhrase](https://github.com/timoh6/GenPhrase) - A library for generating secure random passphrases.
381
 * [Password Compat](https://github.com/ircmaxell/password_compat) - A compatibility library for the new PHP 5.5 password functions.
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
 * [Password Validator](https://github.com/jeremykendall/password-validator) - A library for validating and upgrading password hashes.
379
 * [Password Validator](https://github.com/jeremykendall/password-validator) - A library for validating and upgrading password hashes.
384
 * [Password-Generator](https://github.com/hackzilla/password-generator) - PHP library to generate random passwords.
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
 * [phpass](https://www.openwall.com/phpass/) - A portable password hashing framework.
381
 * [phpass](https://www.openwall.com/phpass/) - A portable password hashing framework.
387
 * [Zxcvbn PHP](https://github.com/bjeavons/zxcvbn-php) - A realistic PHP password strength estimate library based on Zxcvbn JS.
382
 * [Zxcvbn PHP](https://github.com/bjeavons/zxcvbn-php) - A realistic PHP password strength estimate library based on Zxcvbn JS.
388
 
383
 
585
 * [Doctrine Extensions](https://github.com/doctrine-extensions/DoctrineExtensions ) - A collection of Doctrine behavioural extensions.
580
 * [Doctrine Extensions](https://github.com/doctrine-extensions/DoctrineExtensions ) - A collection of Doctrine behavioural extensions.
586
 * [Doctrine](https://www.doctrine-project.org/) - A comprehensive DBAL and ORM.
581
 * [Doctrine](https://www.doctrine-project.org/) - A comprehensive DBAL and ORM.
587
 * [Laravel Eloquent](https://github.com/illuminate/database) - A simple ORM.
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
 * [ProxyManager](https://github.com/Ocramius/ProxyManager) - A set of utilities to generate proxy objects for data mappers.
583
 * [ProxyManager](https://github.com/Ocramius/ProxyManager) - A set of utilities to generate proxy objects for data mappers.
590
 * [RedBean](https://redbeanphp.com/index.php) - A lightweight, configuration-less ORM.
584
 * [RedBean](https://redbeanphp.com/index.php) - A lightweight, configuration-less ORM.
591
 * [Slimdump](https://github.com/webfactory/slimdump) - An easy dumper tool for MySQL.
585
 * [Slimdump](https://github.com/webfactory/slimdump) - An easy dumper tool for MySQL.
595
 Libraries to help manage database schemas and migrations.
589
 Libraries to help manage database schemas and migrations.
596
 
590
 
597
 * [Doctrine Migrations](https://www.doctrine-project.org/projects/migrations.html) - A migration library for Doctrine.
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
 * [Phinx](https://github.com/cakephp/phinx) - Another database migration library.
592
 * [Phinx](https://github.com/cakephp/phinx) - Another database migration library.
600
 * [PHPMig](https://github.com/davedevelopment/phpmig) - Another migration management library.
593
 * [PHPMig](https://github.com/davedevelopment/phpmig) - Another migration management library.
601
 * [Ruckusing](https://github.com/ruckus/ruckusing-migrations) - Database migrations for PHP ala ActiveRecord Migrations with support for MySQL, Postgres, SQLite.
594
 * [Ruckusing](https://github.com/ruckus/ruckusing-migrations) - Database migrations for PHP ala ActiveRecord Migrations with support for MySQL, Postgres, SQLite.
697
 * [Slugify](https://github.com/cocur/slugify) - A library to convert strings to slugs.
690
 * [Slugify](https://github.com/cocur/slugify) - A library to convert strings to slugs.
698
 * [SQL Formatter](https://github.com/jdorn/sql-formatter/) - A library for formatting SQL statements.
691
 * [SQL Formatter](https://github.com/jdorn/sql-formatter/) - A library for formatting SQL statements.
699
 * [Stringy](https://github.com/voku/Stringy) - A string manipulation library with multibyte support.
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
 * [Url highlight](https://github.com/vstelmakh/url-highlight) - A library for parsing URLs from text and converting them into clickable links.
693
 * [Url highlight](https://github.com/vstelmakh/url-highlight) - A library for parsing URLs from text and converting them into clickable links.
702
 * [URLify](https://github.com/jbroadway/urlify) - A PHP port of Django's URLify.js.
694
 * [URLify](https://github.com/jbroadway/urlify) - A PHP port of Django's URLify.js.
703
 * [UUID](https://github.com/ramsey/uuid) - A library for generating UUIDs.
695
 * [UUID](https://github.com/ramsey/uuid) - A library for generating UUIDs.
737
 
729
 
738
 * [API Platform](https://api-platform.com ) - Expose in minutes a hypermedia REST API that embraces JSON-LD, Hydra format.
730
 * [API Platform](https://api-platform.com ) - Expose in minutes a hypermedia REST API that embraces JSON-LD, Hydra format.
739
 * [Laminas API Tool Skeleton](https://github.com/laminas-api-tools/api-tools-skeleton) - An API builder built with the Laminas Framework.
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
 * [HAL](https://github.com/blongden/hal) - A Hypertext Application Language (HAL) builder library.
732
 * [HAL](https://github.com/blongden/hal) - A Hypertext Application Language (HAL) builder library.
742
 * [Hateoas](https://github.com/willdurand/Hateoas) - A HATEOAS REST web service library.
733
 * [Hateoas](https://github.com/willdurand/Hateoas) - A HATEOAS REST web service library.
743
 * [Jane](https://github.com/janephp/janephp/) - An OpenApi client generator with validation support.
734
 * [Jane](https://github.com/janephp/janephp/) - An OpenApi client generator with validation support.

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