{"id":16294200,"url":"https://github.com/sarfraznawaz2005/ezphp","last_synced_at":"2025-04-05T17:31:50.980Z","repository":{"id":810484,"uuid":"517935","full_name":"sarfraznawaz2005/EZPHP","owner":"sarfraznawaz2005","description":":hammer: (ABANDONED) EZPHP is an easy-to-use MVC-based framework.","archived":false,"fork":false,"pushed_at":"2011-08-27T20:40:52.000Z","size":531,"stargazers_count":5,"open_issues_count":0,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-21T08:04:06.510Z","etag":null,"topics":["framework","mvc","php"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sarfraznawaz2005.png","metadata":{"files":{"readme":"ReadMe.txt","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2010-02-14T20:19:52.000Z","updated_at":"2024-01-18T01:20:41.000Z","dependencies_parsed_at":"2022-07-05T16:31:47.837Z","dependency_job_id":null,"html_url":"https://github.com/sarfraznawaz2005/EZPHP","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sarfraznawaz2005%2FEZPHP","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sarfraznawaz2005%2FEZPHP/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sarfraznawaz2005%2FEZPHP/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sarfraznawaz2005%2FEZPHP/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sarfraznawaz2005","download_url":"https://codeload.github.com/sarfraznawaz2005/EZPHP/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247374691,"owners_count":20928871,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["framework","mvc","php"],"created_at":"2024-10-10T20:14:30.951Z","updated_at":"2025-04-05T17:31:50.175Z","avatar_url":"https://github.com/sarfraznawaz2005.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"CONTENTS\r\n    + Introduction\r\n    + Features\r\n    + Goals\r\n    + Running Sample Application\r\n\r\n\r\n\r\nNote: For full documentation, please check out the \"docs\" folder present inside the framework.\r\n\r\n\r\nIntroduction\r\n=============================================================\r\n\r\nEZPHP is an easy-to-use MVC-based framework allowing you to develop applications much faster than doing it from scratch by providing you with ready-made libraries and utility classes. It comes with a mechanism to easily develop your applications in OOP way even if you are not much familiar with it. EZPHP aims to be light-weight, fast and easy to use thereby targeted to those who want to get the framework complexities out of the their way and start writing the application fast from day one.\r\n\r\nIf you are looking to quickly develop a website, EZPHP provides you with easier MVC and OOP approach with handy library and helper classes to get the job done fast. Or if you don't want to learn or use some hard to use/learn frameworks available, EZPHP then most probably becomes your definite choice. \r\n\r\n\r\nFeatures\r\n=============================================================\r\n\r\n    Easy to Use\r\n    Fast\r\n    Light Weight\r\n    Object Oriented Programming\r\n    Model View Controller (MVC) Design Pattern\r\n    Security And XSS Filtering\r\n    Easily Extendible\r\n    Very Short Learning Curve\r\n    URI Routing\r\n    Built-In MySQL Wrapper\r\n    Data Validation\r\n    Multiple Template System\r\n    Emailer Class\r\n    Image Manipulation\r\n    Captcha Creation\r\n    File Upload Class\r\n    Paging Class\r\n    Caching\r\n    Search Engine Friendly URLs\r\n    Timing Scripts\r\n    RSS Generation\r\n    Browser Detection\r\n    And More Utility Classes...\r\n\r\n\r\n\r\nGoals\r\n=============================================================\r\n\r\nThe EZPHP has been designed with the following goals:\r\n\r\n    Light Weight\r\n    Fast\r\n    Easy To Use\r\n\r\n\r\n\r\nRunning Sample Application:\r\n=============================================================\r\n\r\nTo be able to run this sample demo app of EZPHP, please create a database by the name of \r\n\"ezphpdb\" and execute following quries in that. Finally edit the db settings in config/config.php file.\r\n-----------------------------------------------------------------------------------------------\r\n\r\nCREATE TABLE `contacts` (\r\n  `id` int(11) NOT NULL auto_increment,\r\n  `name` varchar(255) default NULL,\r\n  `msg` text,\r\n  PRIMARY KEY  (`id`)\r\n);\r\n\r\nCREATE TABLE `products` (\r\n  `product_id` int(11) NOT NULL auto_increment,\r\n  `product_name` varchar(255) NOT NULL default '',\r\n  `price` varchar(255) NOT NULL default '',\r\n  `stock` varchar(255) NOT NULL default '',\r\n  `discontinued` varchar(255) NOT NULL default '',\r\n  PRIMARY KEY  (`product_id`)\r\n);\r\n\r\nINSERT INTO `products` (`product_id`, `product_name`, `price`, `stock`, `discontinued`) VALUES\r\n(1, 'Chai', '18', '39', '0'),\r\n(2, 'Chang', '19', '17', '0'),\r\n(3, 'Aniseed Syrup', '10', '13', '0'),\r\n(4, 'Chef Antons Cajun Seasoning', '22', '53', '0'),\r\n(5, 'Chef Anton Gumbo Mix', '21.35', '0', '1'),\r\n(6, 'Grandma Boysenberry Spread', '25', '120', '0'),\r\n(7, 'Uncle Bob Organic Dried Pears', '30', '15', '0'),\r\n(8, 'Northwoods Cranberry Sauce', '40', '6', '0'),\r\n(9, 'Mishi Kobe Niku', '97', '29', '1');\r\n\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsarfraznawaz2005%2Fezphp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsarfraznawaz2005%2Fezphp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsarfraznawaz2005%2Fezphp/lists"}