浏览代码

Framework cleanup and updating.

pull/1097/head
Jamie 5 年前
父节点
当前提交
299246ddd2
共有 1 个文件被更改,包括 14 次插入16 次删除
  1. 14
    16
      README.md

+ 14
- 16
README.md 查看文件

94
 * [Packagist](https://packagist.org/) - The PHP Package Repository.
94
 * [Packagist](https://packagist.org/) - The PHP Package Repository.
95
 * [Private Packagist](https://packagist.com/) - Composer package archive as a service for PHP.
95
 * [Private Packagist](https://packagist.com/) - Composer package archive as a service for PHP.
96
 * [WordPress Packagist](https://wpackagist.org/) - Manage your plugins with Composer.
96
 * [WordPress Packagist](https://wpackagist.org/) - Manage your plugins with Composer.
97
-* [Zend Framework Packages](https://packages.zendframework.com/) - Zend Framework Composer Repository.
98
 
97
 
99
 ### Dependency Management
98
 ### Dependency Management
100
 *Libraries for dependency and package management.*
99
 *Libraries for dependency and package management.*
120
 
119
 
121
 * [Aura Framework](http://auraphp.com/framework/) - A framework built from independent components.
120
 * [Aura Framework](http://auraphp.com/framework/) - A framework built from independent components.
122
 * [CakePHP](https://cakephp.org/) - A rapid application development framework (CP).
121
 * [CakePHP](https://cakephp.org/) - A rapid application development framework (CP).
123
-* [Laravel 6](https://laravel.com/) - Another PHP framework (L6).
122
+* [Laravel](https://laravel.com/) - Another PHP framework.
124
 * [Nette](https://nette.org) - Another framework comprised of individual components.
123
 * [Nette](https://nette.org) - Another framework comprised of individual components.
125
 * [Phalcon](https://phalcon.io/en-us) - A framework implemented as a C extension.
124
 * [Phalcon](https://phalcon.io/en-us) - A framework implemented as a C extension.
126
-* [PPI Framework 2](https://github.com/ppi) - An interoperability framework.
127
-* [Symfony](https://symfony.com/) - A framework comprised of individual components (SF).
125
+* [Symfony](https://symfony.com/) - A framework comprised of individual components.
128
 * [Yii2](https://github.com/yiisoft/yii2/) - Another PHP framework.
126
 * [Yii2](https://github.com/yiisoft/yii2/) - Another PHP framework.
129
-* [Zend Framework 3](https://framework.zend.com/learn) - A framework comprised of individual components (ZF3).
127
+* [Laminas](https://getlaminas.org/) - A framework comprised of individual components (previously Zend Framework).
130
 * [Ice](https://www.iceframework.org/) - Another simple and fast PHP framework delivered as C-extension.
128
 * [Ice](https://www.iceframework.org/) - Another simple and fast PHP framework delivered as C-extension.
131
 
129
 
132
 ### Framework Extras
130
 ### Framework Extras
154
 * [Aura](http://auraphp.com/) - Independent components, fully decoupled from each other and from any framework.
152
 * [Aura](http://auraphp.com/) - Independent components, fully decoupled from each other and from any framework.
155
 * [CakePHP Plugins](https://plugins.cakephp.org/) - A directory of CakePHP plugins.
153
 * [CakePHP Plugins](https://plugins.cakephp.org/) - A directory of CakePHP plugins.
156
 * [Hoa Project](https://hoa-project.net/En/) - Another package of PHP components.
154
 * [Hoa Project](https://hoa-project.net/En/) - Another package of PHP components.
155
+* [Laravel Components](https://github.com/illuminate) - The Laravel Framework components.
157
 * [League of Extraordinary Packages](https://thephpleague.com/) - A PHP package development group.
156
 * [League of Extraordinary Packages](https://thephpleague.com/) - A PHP package development group.
158
 * [Spatie Open Source](https://spatie.be/open-source/packages) - A collection of open source PHP and Laravel packages.
157
 * [Spatie Open Source](https://spatie.be/open-source/packages) - A collection of open source PHP and Laravel packages.
159
 * [Symfony Components](https://symfony.com/doc/master/components/index.html) - The components that make Symfony.
158
 * [Symfony Components](https://symfony.com/doc/master/components/index.html) - The components that make Symfony.
160
-* [Zend Framework Components](https://docs.zendframework.com/) - The components that make Zend Framework.
159
+* [Laminas Components](https://docs.laminas.dev/components/) - The components that make the Laminas Framework.
161
 
160
 
162
 ### Micro Frameworks
161
 ### Micro Frameworks
163
 *Micro frameworks and routers.*
162
 *Micro frameworks and routers.*
165
 * [Bullet PHP](http://bulletphp.com/) - A micro framework for building REST APIs.
164
 * [Bullet PHP](http://bulletphp.com/) - A micro framework for building REST APIs.
166
 * [Laravel-Zero](https://laravel-zero.com) - A micro-framework for console applications.
165
 * [Laravel-Zero](https://laravel-zero.com) - A micro-framework for console applications.
167
 * [Lumen](https://lumen.laravel.com) - A micro-framework by Laravel.
166
 * [Lumen](https://lumen.laravel.com) - A micro-framework by Laravel.
167
+* [Mezzio](https://getexpressive.org/) - A micro-framework by Laminas.
168
 * [Radar](https://github.com/radarphp/Radar.Adr) - An Action-Domain-Responder implementation for PHP.
168
 * [Radar](https://github.com/radarphp/Radar.Adr) - An Action-Domain-Responder implementation for PHP.
169
 * [Slim](https://www.slimframework.com/) - Another simple micro framework.
169
 * [Slim](https://www.slimframework.com/) - Another simple micro framework.
170
-* [Expressive](https://getexpressive.org/) - A micro-framework by Zend.
171
 
170
 
172
 ### Micro Framework Extras
171
 ### Micro Framework Extras
173
 *Extras related to micro frameworks and routers.*
172
 *Extras related to micro frameworks and routers.*
212
 * [Requests](https://github.com/rmccue/Requests) - A simple HTTP library.
211
 * [Requests](https://github.com/rmccue/Requests) - A simple HTTP library.
213
 * [Retrofit](https://github.com/tebru/retrofit-php) - A library to ease creation of REST API clients.
212
 * [Retrofit](https://github.com/tebru/retrofit-php) - A library to ease creation of REST API clients.
214
 * [Symfony HTTP Client](https://github.com/symfony/http-client) - A component to fetch HTTP resources synchronously or asynchronously.
213
 * [Symfony HTTP Client](https://github.com/symfony/http-client) - A component to fetch HTTP resources synchronously or asynchronously.
215
-* [zend-diactoros](https://github.com/zendframework/zend-diactoros) - PSR-7 HTTP Message implementation.
214
+* [Laminas Diactoros](https://github.com/laminas/laminas-diactoros) - PSR-7 HTTP Message implementation.
216
 
215
 
217
 ### Scraping
216
 ### Scraping
218
 *Libraries for scraping websites.*
217
 *Libraries for scraping websites.*
226
 ### Middlewares
225
 ### Middlewares
227
 *Libraries for building application using middlewares.*
226
 *Libraries for building application using middlewares.*
228
 
227
 
229
-* [Expressive](https://zendframework.github.io/zend-expressive/) - PSR-7 Middleware framework from Zend.
230
 * [PSR7-Middlewares](https://github.com/oscarotero/psr7-middlewares) - Inspiring collection of handy middlewares.
228
 * [PSR7-Middlewares](https://github.com/oscarotero/psr7-middlewares) - Inspiring collection of handy middlewares.
231
 * [Relay](https://github.com/relayphp/Relay.Relay) - A PHP 5.5 PSR-7 middleware dispatcher.
229
 * [Relay](https://github.com/relayphp/Relay.Relay) - A PHP 5.5 PSR-7 middleware dispatcher.
232
 * [Stack](https://github.com/stackphp) - A library of stackable middleware for Symfony.
230
 * [Stack](https://github.com/stackphp) - A library of stackable middleware for Symfony.
233
-* [zend-stratigility](https://github.com/zendframework/zend-stratigility) - Middleware for PHP built on top of PSR-7.
231
+* [Laminas Stratigility](https://github.com/laminas/laminas-stratigility) - Middleware for PHP built on top of PSR-7.
234
 
232
 
235
 ### URL
233
 ### URL
236
 *Libraries for parsing URLs.*
234
 *Libraries for parsing URLs.*
277
 * [Disco](https://github.com/bitExpert/disco) - A PSR-11 compatible, annotation-based dependency injection container.
275
 * [Disco](https://github.com/bitExpert/disco) - A PSR-11 compatible, annotation-based dependency injection container.
278
 * [PHP-DI](http://php-di.org/) - A dependency injection container that supports autowiring.
276
 * [PHP-DI](http://php-di.org/) - A dependency injection container that supports autowiring.
279
 * [Pimple](https://pimple.symfony.com/) - A tiny dependency injection container.
277
 * [Pimple](https://pimple.symfony.com/) - A tiny dependency injection container.
280
-* [Symfony DI](https://github.com/symfony/dependency-injection) - A dependency injection container component (SF).
278
+* [Symfony DI](https://github.com/symfony/dependency-injection) - A dependency injection container component.
281
 
279
 
282
 ### Imagery
280
 ### Imagery
283
 *Libraries for manipulating images.*
281
 *Libraries for manipulating images.*
540
 * [Cycle ORM](https://github.com/cycle/orm) - PHP DataMapper, ORM.
538
 * [Cycle ORM](https://github.com/cycle/orm) - PHP DataMapper, ORM.
541
 * [Doctrine Extensions](https://github.com/Atlantic18/DoctrineExtensions) - A collection of Doctrine behavioural extensions.
539
 * [Doctrine Extensions](https://github.com/Atlantic18/DoctrineExtensions) - A collection of Doctrine behavioural extensions.
542
 * [Doctrine](https://www.doctrine-project.org/) - A comprehensive DBAL and ORM.
540
 * [Doctrine](https://www.doctrine-project.org/) - A comprehensive DBAL and ORM.
543
-* [Eloquent](https://github.com/illuminate/database) - A simple ORM (L6).
541
+* [Laravel Eloquent](https://github.com/illuminate/database) - A simple ORM.
544
 * [Pomm](https://github.com/chanmix51/Pomm) - An Object Model Manager for PostgreSQL.
542
 * [Pomm](https://github.com/chanmix51/Pomm) - An Object Model Manager for PostgreSQL.
545
 * [ProxyManager](https://github.com/Ocramius/ProxyManager) - A set of utilities to generate proxy objects for data mappers.
543
 * [ProxyManager](https://github.com/Ocramius/ProxyManager) - A set of utilities to generate proxy objects for data mappers.
546
 * [RedBean](https://redbeanphp.com/index.php) - A lightweight, configuration-less ORM.
544
 * [RedBean](https://redbeanphp.com/index.php) - A lightweight, configuration-less ORM.
672
 *Libraries and web tools for developing APIs.*
670
 *Libraries and web tools for developing APIs.*
673
 
671
 
674
 * [API Platform](https://api-platform.com ) - Expose in minutes an hypermedia REST API that embraces JSON-LD, Hydra format.
672
 * [API Platform](https://api-platform.com ) - Expose in minutes an hypermedia REST API that embraces JSON-LD, Hydra format.
675
-* [Apigility](https://github.com/zfcampus/zf-apigility-skeleton) - An API builder built with Zend Framework 2.
673
+* [Laminas API Tool Skeleton](https://github.com/laminas-api-tools/api-tools-skeleton) - An API builder built with the Laminas Framework.
676
 * [Drest](https://github.com/leedavis81/drest) - A library for exposing Doctrine entities as REST resource endpoints.
674
 * [Drest](https://github.com/leedavis81/drest) - A library for exposing Doctrine entities as REST resource endpoints.
677
 * [HAL](https://github.com/blongden/hal) - A Hypertext Application Language (HAL) builder library.
675
 * [HAL](https://github.com/blongden/hal) - A Hypertext Application Language (HAL) builder library.
678
 * [Hateoas](https://github.com/willdurand/Hateoas) - A HATEOAS REST web service library.
676
 * [Hateoas](https://github.com/willdurand/Hateoas) - A HATEOAS REST web service library.
690
 * [Doctrine Cache](https://github.com/doctrine/cache) - A caching library.
688
 * [Doctrine Cache](https://github.com/doctrine/cache) - A caching library.
691
 * [Metaphore](https://github.com/sobstel/metaphore) - Cache slam defense using a semaphore to prevent dogpile effect.
689
 * [Metaphore](https://github.com/sobstel/metaphore) - Cache slam defense using a semaphore to prevent dogpile effect.
692
 * [Stash](https://github.com/tedious/Stash) - Another library for caching.
690
 * [Stash](https://github.com/tedious/Stash) - Another library for caching.
693
-* [Zend Cache](https://github.com/zendframework/zend-cache) - Another caching library (ZF2).
691
+* [Laminas Cache](https://github.com/laminas/laminas-cache) - Another caching library.
694
 
692
 
695
 ### Data Structure and Storage
693
 ### Data Structure and Storage
696
 *Libraries that implement data structure or storage techniques.*
694
 *Libraries that implement data structure or storage techniques.*
706
 * [Porter](https://github.com/ScriptFUSION/Porter) - Data import abstraction framework.
704
 * [Porter](https://github.com/ScriptFUSION/Porter) - Data import abstraction framework.
707
 * [Serializer](https://github.com/schmittjoh/serializer) - A library for serialising and de-serialising data.
705
 * [Serializer](https://github.com/schmittjoh/serializer) - A library for serialising and de-serialising data.
708
 * [YaLinqo](https://github.com/Athari/YaLinqo) - Yet Another LINQ to Objects for PHP.
706
 * [YaLinqo](https://github.com/Athari/YaLinqo) - Yet Another LINQ to Objects for PHP.
709
-* [Zend Serializer](https://github.com/zendframework/zend-serializer) - Another library for serialising and de-serialising data (ZF2).
707
+* [Laminas Serializer](https://github.com/laminas/laminas-serializer) - Another library for serialising and de-serialising data.
710
 
708
 
711
 ### Notifications
709
 ### Notifications
712
 *Libraries for working with notification software.*
710
 *Libraries for working with notification software.*
796
 * [Slimdump](https://github.com/webfactory/slimdump) - An easy dumper tool for MySQL.
794
 * [Slimdump](https://github.com/webfactory/slimdump) - An easy dumper tool for MySQL.
797
 * [Spork](https://github.com/kriswallsmith/spork) - A process forking library.
795
 * [Spork](https://github.com/kriswallsmith/spork) - A process forking library.
798
 * [SuperClosure](https://github.com/jeremeamia/super_closure) - A library that allows Closures to be serialized.
796
 * [SuperClosure](https://github.com/jeremeamia/super_closure) - A library that allows Closures to be serialized.
799
-* [Symfony VarDumper](https://github.com/symfony/var-dumper) - A variable dumper component (SF).
797
+* [Symfony VarDumper](https://github.com/symfony/var-dumper) - A variable dumper component.
800
 * [Underscore](https://anahkiasen.github.io/underscore-php/) - A PHP port of the Underscore JS library.
798
 * [Underscore](https://anahkiasen.github.io/underscore-php/) - A PHP port of the Underscore JS library.
801
 * [Whoops](https://github.com/filp/whoops) - A pretty error handling library.
799
 * [Whoops](https://github.com/filp/whoops) - A pretty error handling library.
802
 
800
 

正在加载...
取消
保存