CodeIgniter Forums
Friend/Follow system in CI - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: External Resources (https://forum.codeigniter.com/forumdisplay.php?fid=7)
+--- Forum: Addins (https://forum.codeigniter.com/forumdisplay.php?fid=13)
+--- Thread: Friend/Follow system in CI (/showthread.php?tid=74681)



Friend/Follow system in CI - Mekaboo - 10-23-2019

Hello all!!

If anyone is aware does anyone know of a script that can be used for friend request/of follow? It doesn't have to look like the major social networks just something simple. Here is a link of an example:


https://www.sourcecodester.com/php/10768/friend-request-system-php.html

Thank you so very much!!



Heart Heart ,
Mekaboo


RE: Friend/Follow system in CI - php_rocs - 10-24-2019

@Mekaboo,

Have you checked https://packagist.org/ ?


RE: Friend/Follow system in CI - Mekaboo - 10-24-2019

(10-24-2019, 05:26 AM)php_rocs Wrote: @Mekaboo,

Have you checked https://packagist.org/ ?
Hey!

Ive checked it out and saw some plugins but not CI based...I will look again..thank ya Heart Heart


RE: Friend/Follow system in CI - albertleao - 10-24-2019

@Mekaboo

You're probably not going to find anything directly "CI" related in packagist, but that shouldn't stop you. Just pick the best package on there and work it into the app as a library.


RE: Friend/Follow system in CI - Mekaboo - 10-24-2019

(10-24-2019, 09:14 AM)albertleao Wrote: @Mekaboo

You're probably not going to find anything directly "CI" related in packagist, but that shouldn't stop you. Just pick the best package on there and work it into the app as a library.
Okie doke..thank you for the advice Heart Heart


RE: Friend/Follow system in CI - php_rocs - 10-25-2019

@Mekaboo,

...and after you are successful in working the library into CI maybe you can share it with the community.


RE: Friend/Follow system in CI - Mekaboo - 10-25-2019

(10-25-2019, 08:09 PM)php_rocs Wrote: @Mekaboo,

...and after you are successful in working the library into CI maybe you can share it with the community.
You know what I saw 2 repos that caught my eye but still leery of using them. One is Elgg based which I've used before and has some decent plugins but don't know if I want to work with it again...another is based in Laravel which I've attempted to work with before and wasn't successful. Will take a look again but may go with a repo that's PHP and seems as if it will be way more simpler to intergrate via my user model/controller connection  Smile Heart