Pinned Repositories
event-dispatcher
A simple event dispatcher that you can fit into the framework of your choice
jwt-auth
A simple framework-agnostic JSON Web Token authentication solution
php-mvc-register-login
A simple PHP MVC application. I’ve used this as a starter framework for some of my own PHP applications. This would be useful for small projects.
predis-request-limiter
Request rate limiting using Predis.
react-bootstrap-box
A versatile React component designed to apply Bootstrap utility classnames based on provided props.
react-document-metadata
A flexible and dynamic package designed to help you manage document metadata in your React application.
react-feature-toggler
A package to help you implement feature toggles in your React app
slim3-mailer
Email support for the Slim Framework using Twig and Swift Mailer.
slim3-session-middleware
Simple session middleware for the Slim Framework. Also included is a useful helper class that allows PHP built-in session management.
slim3-validator
A validation library for the Slim Framework built using Respect/Validation
andrewdyer's Repositories
andrewdyer/php-mvc-register-login
A simple PHP MVC application. I’ve used this as a starter framework for some of my own PHP applications. This would be useful for small projects.
andrewdyer/slim3-mailer
Email support for the Slim Framework using Twig and Swift Mailer.
andrewdyer/slim3-session-middleware
Simple session middleware for the Slim Framework. Also included is a useful helper class that allows PHP built-in session management.
andrewdyer/slim3-validator
A validation library for the Slim Framework built using Respect/Validation
andrewdyer/event-dispatcher
A simple event dispatcher that you can fit into the framework of your choice
andrewdyer/predis-request-limiter
Request rate limiting using Predis.
andrewdyer/slim3-console
Command line interface for your Slim Framework application.
andrewdyer/view-presenters
A clean, reusable solution for tiding up cluttered models and views which have too much logic!
andrewdyer/gate
Check if a user is authorized to perform a given action
andrewdyer/jwt-auth
A simple framework-agnostic JSON Web Token authentication solution
andrewdyer/lean
Gives the power of service providers, auto-wiring and more by switching out the default Slim Container with PHP League's Container
andrewdyer/react-bootstrap-box
A versatile React component designed to apply Bootstrap utility classnames based on provided props.
andrewdyer/react-document-metadata
A flexible and dynamic package designed to help you manage document metadata in your React application.
andrewdyer/react-feature-toggler
A package to help you implement feature toggles in your React app
andrewdyer/scheduler
Schedule events with this framework-agnostic cron scheduler, which can be easily integrated into your existing project or run as a standalone command scheduler.
andrewdyer/date-expression
A utility that can be used to create raw query date expressions for MySQL or SQLite Laravel databases
andrewdyer/filtering
A super tidy and easy to extend solution for filtering Laravel database results with a query string
andrewdyer/metrics
WIP eloquent metrics
andrewdyer/predis-adaptor
A helper for caching slow operations using Redis.
andrewdyer/react-hoc-toolkit
A collection of Higher-Order Components (HOCs) designed to enhance and simplify the development of React applications.
andrewdyer/react-link-toolkit
A package to effortlessly manage and swap link components in React applications.
andrewdyer/react-package-template
A template for creating React packages
andrewdyer/react-permission-toolkit
A package for managing and enforcing permissions in React applications.
andrewdyer/react-service-registry
A package for managing services and dependencies in React applications
andrewdyer/react-text-toolkit
A package for managing and accessing text strings throughout your application
andrewdyer/skeleton
A starter structure built with the Slim PHP framework