Преглед на файлове

Updates to Aura & Radar; adds PDS. (#758)

- Added topic-specific Aura libraries.
- Linked Aura Framework directly.
- Added Aura as a component library.
- Added PHP-PDS website.
- Moved Radar to micro-frameworks.
- "Typo" fix on MLAPHP ("moderni(s|z)ation")
pull/782/head
Paul M. Jones преди 8 години
родител
ревизия
a754a93454
променени са 1 файла, в които са добавени 15 реда и са изтрити 4 реда
  1. 15
    4
      README.md

+ 15
- 4
README.md Целия файл

@@ -106,7 +106,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
106 106
 ## Frameworks
107 107
 *Web development frameworks.*
108 108
 
109
-* [Aura PHP](http://auraphp.com/) - A framework of independent components.
109
+* [Aura Framework](http://auraphp.com/framework/) - A framework built from independent components.
110 110
 * [CakePHP](https://cakephp.org/) - A rapid application development framework (CP).
111 111
 * [Laravel 5](https://laravel.com/) - Another PHP framework (L5).
112 112
 * [Nette](https://nette.org) - Another framework comprised of individual components.
@@ -115,7 +115,6 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
115 115
 * [Symfony](https://symfony.com/) - A framework comprised of individual components (SF).
116 116
 * [Yii2](https://github.com/yiisoft/yii2/) - Another PHP framework.
117 117
 * [Zend Framework 2](https://framework.zend.com) - Another framework comprised of individual components (ZF2).
118
-* [Radar](https://github.com/radarphp/Radar.Adr) - An Action-Domain-Responder implementation for PHP.
119 118
 * [Ice](https://www.iceframework.org/) - Another simple and fast PHP framework delivered as C-extension.
120 119
 
121 120
 ## Framework Extras
@@ -128,6 +127,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
128 127
 ## Components
129 128
 *Standalone components from web development frameworks and development groups.*
130 129
 
130
+* [Aura](http://auraphp.com/) - Independent components, fully decoupled from each other and from any framework.
131 131
 * [CakePHP Plugins](https://plugins.cakephp.org/) - A directory of CakePHP plugins.
132 132
 * [Hoa Project](https://hoa-project.net/En/) - Another package of PHP components.
133 133
 * [League of Extraordinary Packages](https://thephpleague.com/) - A PHP package development group.
@@ -140,6 +140,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
140 140
 * [Bullet PHP](http://bulletphp.com/) - A micro framework for building REST APIs.
141 141
 * [Lumen](https://lumen.laravel.com) - A micro-framework by Laravel.
142 142
 * [Proton](https://github.com/alexbilbie/Proton) - A StackPHP compatible micro framework.
143
+* [Radar](https://github.com/radarphp/Radar.Adr) - An Action-Domain-Responder implementation for PHP.
143 144
 * [Silex](http://silex.sensiolabs.org/) - A micro framework built around Symfony components.
144 145
 * [Slim](https://www.slimframework.com/) - Another simple micro framework.
145 146
 
@@ -154,6 +155,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
154 155
 ## Routers
155 156
 *Libraries for handling application routing.*
156 157
 
158
+* [Aura.Router](https://github.com/auraphp/Aura.Router) - A full-featured routing library.
157 159
 * [Fast Route](https://github.com/nikic/FastRoute) - A fast routing library.
158 160
 * [Klein](https://github.com/klein/klein.php) - A flexible router.
159 161
 * [Pux](https://github.com/c9s/Pux) - Another fast routing library.
@@ -162,6 +164,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
162 164
 ## Templating
163 165
 *Libraries and tools for templating and lexing.*
164 166
 
167
+* [Aura.View](https://github.com/auraphp/Aura.View) - Provides TemplateView and TwoStepView using PHP as the tempting language, with support for partials, sections, and helpers.
165 168
 * [Foil](https://github.com/FoilPHP/Foil) - Another native PHP templating library.
166 169
 * [Lex](https://github.com/pyrocms/lex) - A lightweight template parser.
167 170
 * [MtHaml](https://github.com/arnaud-lb/MtHaml) - A PHP implementation of the HAML template language.
@@ -250,6 +253,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
250 253
 ## Dependency Injection
251 254
 *Libraries that implement the dependency injection design pattern.*
252 255
 
256
+* [Aura.Di](https://github.com/auraphp/Aura.Di) - A serializable dependency injection container with constructor and setter injection, interface and trait awareness, configuration inheritance, and much more.
253 257
 * [Acclimate](https://github.com/jeremeamia/acclimate-container) - A common interface to dependency injection containers and service locators.
254 258
 * [Auryn](https://github.com/rdlowrey/Auryn) - A recursive dependency injector.
255 259
 * [Container](https://github.com/thephpleague/container) - Another flexible dependency injection container.
@@ -521,6 +525,8 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
521 525
 ## Database
522 526
 *Libraries for interacting with databases using object-relational mapping (ORM) or datamapping techniques.*
523 527
 
528
+* [Aura.Sql](https://github.com/auraphp/Aura.Sql) - Provides an extension to the native PDO along with a profiler and connection locator.
529
+* [Aura.SqlQuery](https://github.com/auraphp/Aura.SqlQuery) - Independent query builders for MySQL, PostgreSQL, SQLite, and Microsoft SQL Server. Edit
524 530
 * [Baum](https://github.com/etrepat/baum) - A nested set implementation for Eloquent.
525 531
 * [Cake ORM](https://github.com/cakephp/orm) - Object-Relational Mapper, implemented using the DataMapper pattern (CP).
526 532
 * [Doctrine Extensions](https://github.com/Atlantic18/DoctrineExtensions) - A collection of Doctrine behavioural extensions.
@@ -572,6 +578,7 @@ Libraries to help manage database schemas and migrations.
572 578
 ## Command Line
573 579
 *Libraries related to the command line.*
574 580
 
581
+* [Aura.Cli](https://github.com/auraphp/Aura.Cli) - Provides the equivalent of request ( Context ) and response ( Stdio ) objects for the command line interface, including Getopt support, and an independent Help object for describing commands.
575 582
 * [Boris](https://github.com/borisrepl/boris) - A tiny PHP REPL.
576 583
 * [Cilex](https://github.com/Cilex/Cilex) - A micro framework for building command line tools.
577 584
 * [CLI Menu](https://github.com/php-school/cli-menu) - A library for building CLI menus.
@@ -590,6 +597,7 @@ Libraries to help manage database schemas and migrations.
590 597
 ## Authentication and Authorization
591 598
 *Libraries for implementing user authentication and authorization.*
592 599
 
600
+* [Aura.Auth](https://github.com/auraphp/Aura.Auth) - Provides authentication functionality and session tracking using various adapters.
593 601
 * [Hawk](https://github.com/dflydev/dflydev-hawk) - A Hawk HTTP authentication library.
594 602
 * [SocialConnect Auth](https://github.com/socialConnect/auth) - An open source social sign (OAuth1\OAuth2\OpenID\OpenIDConnect).
595 603
 * [Json Web Token](https://github.com/lcobucci/jwt) - Json Tokens to authenticate and transmit information.
@@ -650,6 +658,7 @@ Libraries to help manage database schemas and migrations.
650 658
 ## Filtering and Validation
651 659
 *Libraries for filtering and validating data.*
652 660
 
661
+* [Aura.Filter](https://github.com/auraphp/Aura.Filter) - Provides tools to validate and sanitize objects and arrays.
653 662
 * [Cake Validation](https://github.com/cakephp/validation) - Another validation library (CP).
654 663
 * [DMS Filter](https://github.com/rdohms/DMS-Filter) - An annotation filtering library.
655 664
 * [Filterus](https://github.com/ircmaxell/filterus) - A simple PHP filtering library.
@@ -724,7 +733,7 @@ Libraries to help manage database schemas and migrations.
724 733
 ## Internationalisation and Localisation
725 734
 *Libraries for Internationalization (I18n) and Localization (L10n).*
726 735
 
727
-* [Aura Intl](https://github.com/auraphp/Aura.Intl)
736
+* [Aura.Intl](https://github.com/auraphp/Aura.Intl) - Provides internationalization (I18N) tools, specifically package-oriented per-locale message translation.
728 737
 * [Cake I18n](https://github.com/cakephp/i18n) - Message translation and localization for dates and numbers (CP)
729 738
 
730 739
 ## Third Party APIs
@@ -863,6 +872,8 @@ Various resources, such as books, websites and articles, for improving your PHP
863 872
 * [PHP Best Practices](https://phpbestpractices.org/) - A PHP best practice guide.
864 873
 * [PHP FIG](http://www.php-fig.org/) - The PHP Framework Interoperability Group.
865 874
 * [PHP Mentoring](https://php-mentoring.org/) - Peer to peer PHP mentorship organization.
875
+* [PHP Package Development Standards](http://php-pds.com) - Package development standards for PHP.
876
+* [PHP School](https://www.phpschool.io/) - Open Source Learning for PHP.
866 877
 * [PHP Security](http://phpsecurity.readthedocs.io/en/latest/index.html) - A guide to PHP security.
867 878
 * [PHP The Right Way](http://www.phptherightway.com/) - A PHP best practice quick reference guide.
868 879
 * [PHP UG](http://php.ug) - A website to help people locate their nearest PHP user group (UG).
@@ -889,7 +900,7 @@ Various resources, such as books, websites and articles, for improving your PHP
889 900
 * [Grumpy PHPUnit](https://leanpub.com/grumpy-phpunit) - A book about unit testing with PHPUnit by Chris Hartjes.
890 901
 * [Mastering Object-Orientated PHP](http://www.brandonsavage.net) - A book about object-orientated PHP by Brandon Savage.
891 902
 * [Modern PHP New Features and Good Practices](http://shop.oreilly.com/product/0636920033868.do) - A book about new PHP features and best practices by Josh Lockhart.
892
-* [Modernising Legacy Applications in PHP](https://leanpub.com/mlaphp) - A book about modernising legacy PHP applications by Paul M. Jones.
903
+* [Modernizing Legacy Applications in PHP](https://leanpub.com/mlaphp) - A book about modernizing legacy PHP applications by Paul M. Jones.
893 904
 * [PHP 7 Upgrade Guide](https://leanpub.com/php7) - An ebook covering all of the features and changes in PHP 7 by Colin O'Dell.
894 905
 * [PHP Pandas](https://daylerees.com/php-pandas/) - A book about learning to write PHP by Dayle Rees.
895 906
 * [Scaling PHP Applications](http://www.scalingphpbook.com) - An ebook about scaling PHP applications by Steve Corona.

Loading…
Отказ
Запис