Skip to content

Some useful stuffs for Symfony projects (helpers, Twig extensions and more).

Notifications You must be signed in to change notification settings

sylvaindeloux/symfony-quickwins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Symfony Quickwins

Packagist Packagist Build Status GitHub license

Here are some useful quickwins for Symfony 3+ packaged as a bundle.

Tests & documentations are coming.

Changelog

0.19

  • Added PHP 8 support

0.18

  • Added emoji decoder in StringHelper
  • Removed Twig from dependencies

0.17

  • Added custom templates for EasyAdminBundle If you want to use them, you will need to declare the new Twig namespace:
    twig:
        paths:
            '%kernel.project_dir%/vendor/sylvaindeloux/symfony-quickwins/templates': QuickwinsBundle

0.16

  • Added PlaceKittenProvider (requires FakerBundle)

0.15

  • Added DoctrineHelper

0.14

  • Added PreExecuteInterface

0.13

  • Twig 3 support

0.12

  • Symfony 5 + PHP 7.4 support

0.11

  • Added UrlHelper

0.10

  • Added FileSizeHelper
  • Added String Twig extension

0.9

  • Added BaseCommand

0.8

  • Added StringHelper

0.7

  • Added CaseHelper
  • Require now PHP >= 7.1

0.6

  • Added JsonHelper

0.5

  • Added RandomHelper

0.4

  • Added var Twig extension

0.3

  • Added TmpFile handler

0.2

  • Added JSON Twig extension

0.1

  • Added date/time Twig extension

About

Some useful stuffs for Symfony projects (helpers, Twig extensions and more).

Topics

Resources

Stars

Watchers

Forks