Commit graph

12 commits

Author SHA1 Message Date
Benjamin Renard 2f38884798
Adjust example to use DBObject and CSV export 2024-02-18 18:27:59 +01:00
Benjamin Renard 347de8eeaf
Add DbObject 2024-02-18 18:27:58 +01:00
Benjamin Renard dbf5b0a54c
Make Db class static as other classes 2024-02-02 18:19:38 +01:00
Benjamin Renard 610cdb0f7c Add authentication support 2023-02-25 05:02:27 +01:00
Benjamin Renard 317cb30cb3 Tpl: Add stuff to have multiple templates directories with priority 2023-02-13 00:42:37 +01:00
Benjamin Renard 4f47dc056d Tpl: Add stuff to handle static files
* Move example application in example sub-directory
* Widely use App::get() instead of Config::get()
2023-02-12 00:30:36 +01:00
Benjamin Renard f2edf4910a Switch to YAML configuration file, add Config & App classes in EesyPHP namespace
App initialization is now handle by App::init() method and all 
configuration information is now retreive using Config::get() method.
2023-02-08 02:27:15 +01:00
Benjamin Renard c8659ea46f Move CLI stuff in EesyPHP namespace 2023-01-30 00:11:26 +01:00
Benjamin Renard c10ed0ca20 Move email stuff in EesyPHP namespace 2023-01-29 19:56:33 +01:00
Benjamin Renard 27af166466 Move Url stuff in EesyPHP namespace 2023-01-29 19:18:10 +01:00
Benjamin Renard 3b45768967 Move functions and logging stuff in EesyPHP namespace 2023-01-29 18:04:49 +01:00
Benjamin Renard 6fdc5447f1 Some improvments from recent works on apps based on its "framework"
* Code cleaning and fix some small errors using Phpstan
* Configure pre-commit to run Phpstan before each commit
* Some little improvments and logging, mail, smarty & URL libs
* Add Sentry integration
* Add Webstat JS code inclusion
* Install Smarty dependency using composer

Breaking changes:
* Rename Event class as HookEvent to avoid conflict with PECL event
* URL with refresh GET parameter now automatically trigger redirection without it
 after page loading to avoid to keep it in URL
2023-01-29 11:51:41 +01:00