cakephp-html-purifier
                                
                                
                                
                                    cakephp-html-purifier copied to clipboard
                            
                            
                            
                        This is a CakePHP wrapper for the HTML Purifier lib. The plugin includes a trait, a view helper, a behavior and a shell to clean your markup wherever you like, in the view or in the model layer or cle...
                                            Results
                                            
                                                1
                                            
                                            cakephp-html-purifier issues
                                        
                                        Sort by
                                                recently updated
                                            recently updated
                                                
                                                newest added
                                                
                                            I'm using CakePHP 4.3 running on PHP8.1 and get no errors/deprecations and everything is working as expected. The only deprecation I get is using `Cake\Console\Shell` instead of `Commands` (they will...