What is meant by PHP libraries?

Discussion in 'PHP' started by Karthika Qpt, Apr 2, 2016.

  1. #1
    What is meant by PHP libraries?
     
    Karthika Qpt, Apr 2, 2016 IP
  2. NetStar

    NetStar Notable Member

    Messages:
    2,471
    Likes Received:
    541
    Best Answers:
    21
    Trophy Points:
    245
    #2
    Sort of like a public library but it's a library devoted to PHP books...

    ;)

    A PHP Library is a php script of functions that you can use in your php script. Like for instance you can create a PHP Library (aka Module) that posts to facebook then call those functions from any script by just loading the library.
     
    NetStar, Apr 2, 2016 IP
  3. RicScotland

    RicScotland Greenhorn

    Messages:
    8
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    23
    #3
    To get an idea of the amount of good libraries (and bad) out there, check https://packagist.org/

    :) composer FTW
     
    RicScotland, Apr 8, 2016 IP