ziadoz / awesome-php

A curated list of amazingly awesome PHP libraries, resources and shiny things.
Do What The F*ck You Want To Public License
30.84k stars 5.06k forks source link

Improvements #46

Open ziadoz opened 10 years ago

ziadoz commented 10 years ago

Future Improvements

ziadoz commented 10 years ago

C/Pecl Extensions Swoole: https://github.com/matyhtf/swoole (https://github.com/ziadoz/awesome-php/issues/108) SCrypt: https://github.com/DomBlack/php-scrypt (https://github.com/ziadoz/awesome-php/pull/91) PThreads: https://github.com/krakjoe/pthreads Graceful/ViolentDeath (https://github.com/ziadoz/awesome-php/pull/118, https://github.com/ziadoz/awesome-php/pull/119) DoubleMetaPhone: http://pecl.php.net/package/doublemetaphone (https://github.com/ziadoz/awesome-php/issues/102) Asynchronous Resolver: http://pecl.php.net/package/ares LibSodium: https://pecl.php.net/package/libsodium PHPTrace: https://github.com/ziadoz/awesome-php/pull/341

Framework Bundles SF2 Gearman Bundle: https://github.com/ziadoz/awesome-php/pull/141 SF2 Elcodi and PaymentSuite: https://github.com/ziadoz/awesome-php/pull/140

bordoni commented 10 years ago

@ziadoz love the idea of license display.

How to list all framework components? This page would get too long, Am I wrong??

ziadoz commented 10 years ago

@bordoni I'm not sure if I'll do this yet. I'm concerned it might clutter the list and be difficult to keep track of.

ziadoz commented 9 years ago

French PHP Resources: https://github.com/ziadoz/awesome-php/pull/334 https://github.com/ziadoz/awesome-php/pull/335

Arteneko commented 7 years ago

@ziadoz about framework components, why not make a subdirectory of md files, each of them dedicated to a framework and listing components with some infos like the README.md ?

dereuromark commented 7 years ago

Or those frameworks project their own list you can link to - e.g. awesome-cakephp for CakePHP. Depends on the framework and if they already have their own list. Ideally, the frameworks should own those specific lists, and it will also be less work for you to mainain them (they would otherwise become outdated over time).

rudinandrey commented 5 years ago

https://fatfreeframework.com/3.6/home look at this amazing framework F3. This is the best of the best :-)

ziadoz commented 4 years ago

Or those frameworks project their own list you can link to - e.g. awesome-cakephp for CakePHP. Depends on the framework and if they already have their own list. Ideally, the frameworks should own those specific lists, and it will also be less work for you to mainain them (they would otherwise become outdated over time).

@dereuromark Linking to separate awesome lists for framework specific bits sounds like a good idea. If you open a PR I'll take a look. Thanks!

aman00323 commented 3 years ago

@ziadoz I have a thought in my mind to make this package more accurate.

Suggestion

Let me know what do you think about this idea.

ziadoz commented 3 years ago

@aman00323 What you are suggesting is an interesting idea, and it's something that has crossed my mind - I actually wrote a prototype, a long time ago. However, I think it's beyond the scope of this project. I already struggle to maintain this list in a timely manner, without the addition of code.

Perhaps it would be better to open an issue or pull request on the Awesome Bot repository? That's the bot we use to validate links in our Github Actions workflow. Then other Awesome Lists can benefit from the same functionality. Thanks.

tslol commented 2 years ago

Bramus Router is a good router to use, one that I have been using in some of my projects. A little older but not a bad option