Skip to main content

About Extension libraries

Fegg's goal is lightweight and less typing, so Core class has the only minimum required functions. That's why, if you want additional functions, you can install extension libraries.

Extension Libraries

  • Validation
    • Providing some functions for validation
  • Database
    • Providing necessary functions for using database
  • Model
    • Extended Database Library for LH project
  • File
    • Providing some functions for managing files/directories
  • Upload
    • Providing some functions for uploading/validating files
  • Mail
    • Providing some functions for sending email
  • RSS
    • Providing some functions for analyzing RSS document
  • Trim
    • Providing some functions for processing image (especially image crop)

External Libraries

  • Spyc
    • YAML document loader
  • JSON
    • Json document loader
    • Mainly You don't need to use this, you can just use json_encode and json_decode