Skip to content

hazem24/Segma

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Segma

Simple and Secure PHP Framework For Small Projects Written In Php 7.

Features :-

  1. MVC Structure.

  2. Filter Data And Santize It.
  3. intelligent Upload File System.
  4. Ready With Commands Pattern.
  5. Ready With Mapper Patterns.
  6. Csrf Protection.
  7. Session Protection (Fixation-Hijacking).
  8. PHP Mailer.
  9. Multi Lang.
  10. Query Builder.
  11. Mysql Support.
  12. Cache System.

And More !

Example For Upload Text File.

$uploadTextFile = new UploadTextFile("Destination Is Here !");
$uploadTextFile->intelligentUpload("Salt","Something Unique","Success Msg"); // Done :)

About

Php Framework For Small Projects

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published