Materials, highlights, tests, notes and everything related to my Symfony Certification
Lots of KUDOs and "inspirational" credits to jmolivas for building https://github.com/jmolivas/symfony-certification-guide
- Object Oriented Programming
- Namespaces
- Interfaces
- Anonymous functions and closures
- Abstract classes
- Exception and error handling
- Traits
- PHP extensions
- SPL
- Web security (XSS, CSRF, etc.)
- PHP Sandbox online - http://sandbox.onlinephpfunctions.com
- Client / Server interaction
- Status codes
- HTTP request
- HTTP response
- HTTP methods
- Cookies
- Caching
- Content negotiation
- Language detection
- Symfony Standard Edition
- License
- Components
- Bundles
- Bridges
- Configuration
- Code organization
- Request handling
- Exception handling
- Event dispatcher and kernel events
- Official best practices
- Release management
- Backward compatibility promise
- Deprecations best practices
- Release management and roadmap schedule
- Framework interoperability and PSRs
- Naming conventions
- Coding standards
- Third-party libraries integration
- Composer packages handling
- Development best practices
- Framework overloading
- Semantic versioning
- Naming conventions
- Code organization
- Controllers
- The views
- The resources
- Overriding default error pages
- Bundle inheritance
- Event dispatcher and kernel events
- Semantic configuration and compiler passes
- Naming conventions
- The base Controller class
- The request
- The response
- The cookies
- The session
- The flash messages
- HTTP redirects
- Internal redirects
- Generate 404 pages
- File upload
- Built-in internal controllers
- Configuration (YAML, XML, PHP & annotations)
- Restrict URL parameters
- Set default values to URL parameters
- Generate URL parameters
- Trigger redirects
- Special internal routing attributes
- Domain name matching
- Conditional request matching
- HTTP methods matching
- User's locale guessing
- Router debugging
- Auto escaping
- Template inheritance
- Global variables:
- Filters and functions
- Template includes
- Loops and conditions
- URLs generation
- Controller rendering
- Translations and pluralization
- Expresions, including new #{expression} String interpolation
- Assets management
- Debugging variables (
dump
function)
- Forms creation
- Forms handling
- Form types
- Forms rendering with Twig
- Forms theming
- CSRF protection
- Handling file upload
- Built-in form types
- Data transformers
- Form events
- Form type extensions
- PHP object validation
- Built-in validation constraints
- Validation scopes
- Validation groups
- Group sequence
- Custom callback validators
- Violations builder
- Service container
- Built-in services
- Configuration parameters
- Services registration
- Tags
- Semantic configuration
- Factories
- Compiler passes
- Services autowiring
- Authentication
- Authorization
- Configuration
- Providers
- Firewalls
- Users
- Passwords encoders
- Roles
- Access Control Rules
- Guard authenticators
- Voters and voting strategies
- Cache types (browser, proxies and reverse-proxies)
- Expiration (Expires, Cache-Control)
- Validation (ETag, Last-Modified)
- Client side caching
- Server side caching
- Edge Side Includes
- Built-in commands
- Custom commands
- Configuration
- Options and arguments
- Input and Output objects
- Built-in helpers
- Console events
- Verbosity levels
- Unit tests with PHPUnit
- Functional tests with PHPUnit
- Client object
- Crawler object
- Profile object
- Framework objects access
- Client configuration
- Request and response objects introspection
- PHPUnit bridge
- Handling legacy deprecated code
- Error handling
- Code debugging
- Deployment best practices
- Process
- Data collectors
- Web Profiler and Web Debug Toolbar
- Internationalization and localization
- Certification - Exam CLI
- Symfony CheatSheet