my code for Codecourse's Build a Shopping Cart
Tools used:
- Slim microframework
- PHP-DI Slim Bridge to integrate PHP-DI enhanced dependency injection container with Slim
- Braintree payments
- Laravel Eloquent for database interaction
- PHP dotenv to store sensitive data in environment variables
- Respect Validation to validate forms
- RandomLib to generate random hashes in orders
- Slim Framework Twig View to integrate Twig template engine with Slim