Kaynağa Gözat

Framework cleanup and updating.

pull/1097/head
Jamie 5 yıl önce
ebeveyn
işleme
299246ddd2
1 değiştirilmiş dosya ile 14 ekleme ve 16 silme
  1. 14
    16
      README.md

+ 14
- 16
README.md Dosyayı Görüntüle

@@ -94,7 +94,6 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
94 94
 * [Packagist](https://packagist.org/) - The PHP Package Repository.
95 95
 * [Private Packagist](https://packagist.com/) - Composer package archive as a service for PHP.
96 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 98
 ### Dependency Management
100 99
 *Libraries for dependency and package management.*
@@ -120,13 +119,12 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
120 119
 
121 120
 * [Aura Framework](http://auraphp.com/framework/) - A framework built from independent components.
122 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 123
 * [Nette](https://nette.org) - Another framework comprised of individual components.
125 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 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 128
 * [Ice](https://www.iceframework.org/) - Another simple and fast PHP framework delivered as C-extension.
131 129
 
132 130
 ### Framework Extras
@@ -154,10 +152,11 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
154 152
 * [Aura](http://auraphp.com/) - Independent components, fully decoupled from each other and from any framework.
155 153
 * [CakePHP Plugins](https://plugins.cakephp.org/) - A directory of CakePHP plugins.
156 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 156
 * [League of Extraordinary Packages](https://thephpleague.com/) - A PHP package development group.
158 157
 * [Spatie Open Source](https://spatie.be/open-source/packages) - A collection of open source PHP and Laravel packages.
159 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 161
 ### Micro Frameworks
163 162
 *Micro frameworks and routers.*
@@ -165,9 +164,9 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
165 164
 * [Bullet PHP](http://bulletphp.com/) - A micro framework for building REST APIs.
166 165
 * [Laravel-Zero](https://laravel-zero.com) - A micro-framework for console applications.
167 166
 * [Lumen](https://lumen.laravel.com) - A micro-framework by Laravel.
167
+* [Mezzio](https://getexpressive.org/) - A micro-framework by Laminas.
168 168
 * [Radar](https://github.com/radarphp/Radar.Adr) - An Action-Domain-Responder implementation for PHP.
169 169
 * [Slim](https://www.slimframework.com/) - Another simple micro framework.
170
-* [Expressive](https://getexpressive.org/) - A micro-framework by Zend.
171 170
 
172 171
 ### Micro Framework Extras
173 172
 *Extras related to micro frameworks and routers.*
@@ -212,7 +211,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
212 211
 * [Requests](https://github.com/rmccue/Requests) - A simple HTTP library.
213 212
 * [Retrofit](https://github.com/tebru/retrofit-php) - A library to ease creation of REST API clients.
214 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 216
 ### Scraping
218 217
 *Libraries for scraping websites.*
@@ -226,11 +225,10 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
226 225
 ### Middlewares
227 226
 *Libraries for building application using middlewares.*
228 227
 
229
-* [Expressive](https://zendframework.github.io/zend-expressive/) - PSR-7 Middleware framework from Zend.
230 228
 * [PSR7-Middlewares](https://github.com/oscarotero/psr7-middlewares) - Inspiring collection of handy middlewares.
231 229
 * [Relay](https://github.com/relayphp/Relay.Relay) - A PHP 5.5 PSR-7 middleware dispatcher.
232 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 233
 ### URL
236 234
 *Libraries for parsing URLs.*
@@ -277,7 +275,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
277 275
 * [Disco](https://github.com/bitExpert/disco) - A PSR-11 compatible, annotation-based dependency injection container.
278 276
 * [PHP-DI](http://php-di.org/) - A dependency injection container that supports autowiring.
279 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 280
 ### Imagery
283 281
 *Libraries for manipulating images.*
@@ -540,7 +538,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
540 538
 * [Cycle ORM](https://github.com/cycle/orm) - PHP DataMapper, ORM.
541 539
 * [Doctrine Extensions](https://github.com/Atlantic18/DoctrineExtensions) - A collection of Doctrine behavioural extensions.
542 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 542
 * [Pomm](https://github.com/chanmix51/Pomm) - An Object Model Manager for PostgreSQL.
545 543
 * [ProxyManager](https://github.com/Ocramius/ProxyManager) - A set of utilities to generate proxy objects for data mappers.
546 544
 * [RedBean](https://redbeanphp.com/index.php) - A lightweight, configuration-less ORM.
@@ -672,7 +670,7 @@ Libraries to help manage database schemas and migrations.
672 670
 *Libraries and web tools for developing APIs.*
673 671
 
674 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 674
 * [Drest](https://github.com/leedavis81/drest) - A library for exposing Doctrine entities as REST resource endpoints.
677 675
 * [HAL](https://github.com/blongden/hal) - A Hypertext Application Language (HAL) builder library.
678 676
 * [Hateoas](https://github.com/willdurand/Hateoas) - A HATEOAS REST web service library.
@@ -690,7 +688,7 @@ Libraries to help manage database schemas and migrations.
690 688
 * [Doctrine Cache](https://github.com/doctrine/cache) - A caching library.
691 689
 * [Metaphore](https://github.com/sobstel/metaphore) - Cache slam defense using a semaphore to prevent dogpile effect.
692 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 693
 ### Data Structure and Storage
696 694
 *Libraries that implement data structure or storage techniques.*
@@ -706,7 +704,7 @@ Libraries to help manage database schemas and migrations.
706 704
 * [Porter](https://github.com/ScriptFUSION/Porter) - Data import abstraction framework.
707 705
 * [Serializer](https://github.com/schmittjoh/serializer) - A library for serialising and de-serialising data.
708 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 709
 ### Notifications
712 710
 *Libraries for working with notification software.*
@@ -796,7 +794,7 @@ Libraries to help manage database schemas and migrations.
796 794
 * [Slimdump](https://github.com/webfactory/slimdump) - An easy dumper tool for MySQL.
797 795
 * [Spork](https://github.com/kriswallsmith/spork) - A process forking library.
798 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 798
 * [Underscore](https://anahkiasen.github.io/underscore-php/) - A PHP port of the Underscore JS library.
801 799
 * [Whoops](https://github.com/filp/whoops) - A pretty error handling library.
802 800
 

Loading…
İptal
Kaydet