Projects in Awesome Lists by matthewbdaly
A curated list of projects in awesome lists by matthewbdaly .
https://github.com/matthewbdaly/laravel-etag-middleware
A Laravel middleware for adding ETags to HTTP requests to improve response times
etag etags http laravel laravel-middleware middleware php
Last synced: 07 Apr 2025
https://github.com/matthewbdaly/django_tutorial_blog_ng
The source for the new version of my Django tutorial blog
Last synced: 20 Nov 2024
https://github.com/matthewbdaly/laravel-sms
SMS service provider for Laravel
Last synced: 20 Nov 2024
https://github.com/matthewbdaly/artisan-standalone
Allows you to use Artisan outside of a Laravel install.
Last synced: 20 Nov 2024
https://github.com/matthewbdaly/sms-client
A generic SMS client library. Supports multiple swappable drivers.
php php7 sms sms-api sms-client sms-messages sms-notifications
Last synced: 20 Nov 2024
https://github.com/matthewbdaly/vagrant-php-dev-boilerplate
A boilerplate Vagrant configuration for PHP development
Last synced: 20 Nov 2024
https://github.com/matthewbdaly/laravel-package-boilerplate
Boilerplate for Laravel packages
Last synced: 20 Nov 2024
https://github.com/matthewbdaly/jquery.listfilter
A simple and fast jQuery plugin for creating a filter for an HTML list
Last synced: 20 Nov 2024
https://github.com/matthewbdaly/twitter-stream
A simple Twitter stream viewer that uses Node.js, React.js and Redis
Last synced: 20 Nov 2024
https://github.com/matthewbdaly/laravel-repositories
A base repository class and interface, together with a caching decorator. Extend them for use in your own projects
cache caching decorator-pattern laravel php repo repository-pattern
Last synced: 20 Nov 2024
https://github.com/matthewbdaly/laravel-comments
Comments package for Laravel
comments laravel laravel-5-package php
Last synced: 20 Nov 2024
https://github.com/matthewbdaly/grunt-blogbuilder
A Grunt task for generating a static blog
grunt grunt-plugins static-site-generator
Last synced: 20 Nov 2024
https://github.com/matthewbdaly/babblr
A simple Node.js based chat server. Uses Redis's pub/sub support
Last synced: 20 Nov 2024
https://github.com/matthewbdaly/shortbread
A simple URL shortener. Implemented in Node.js, using Redis as the datastore
Last synced: 20 Nov 2024
https://github.com/matthewbdaly/laravel-internal-requests
Make internal requests against your Laravel application
Last synced: 20 Nov 2024
https://github.com/matthewbdaly/letter-classifier
Proof of concept for a letter classifier in PHP. Uses Tesseract to extract the text and pass it through a machine learning library
Last synced: 20 Nov 2024
https://github.com/matthewbdaly/generator-simple-static-blog
A Yeoman generator for building a simple static blog
Last synced: 20 Nov 2024
https://github.com/matthewbdaly/ernie
Simple dependency injection container, built to understand the concept better
dependency-injection dependency-injection-container php php7 psr-11
Last synced: 20 Nov 2024
https://github.com/matthewbdaly/laravel-dynamic-serving
Middleware for determining if user agent is mobile or not, and adding it to the session
dynamic-service-registries laravel middleware php
Last synced: 20 Nov 2024
https://github.com/matthewbdaly/generator-skellington
A Yeoman generator for a Skeleton web page, with automated FTP deployment
Last synced: 20 Nov 2024
https://github.com/matthewbdaly/grunt-mini-static-blog
Grunt plugin for creating a static blog
Last synced: 20 Nov 2024
https://github.com/matthewbdaly/laravel-opensearch
OpenSearch implementation for Laravel
Last synced: 20 Nov 2024
https://github.com/matthewbdaly/psalm-plugin-zendframework1
Psalm plugin for Zend 1
php php-static-analysis psalm psalm-plugin static-analysis zendframework1
Last synced: 20 Nov 2024
https://github.com/matthewbdaly/abstract-or-final-sniff
PHP CodeSniffer sniff to find classes not declared as abstract or final
Last synced: 20 Nov 2024
https://github.com/matthewbdaly/ansible-tasks
A collection of Ansible playbooks and roles I use
Last synced: 14 Mar 2025
https://github.com/matthewbdaly/mynewanimalfriend-app
App for the My New Animal Friend tutorial
Last synced: 20 Nov 2024
https://github.com/matthewbdaly/vim-statamic-antlers
Vim syntax highlighting for Statamic Antlers templates
Last synced: 14 Mar 2025
https://github.com/matthewbdaly/pushwooshphplibrary
A PHP library for sending push notifications via the Pushwoosh service
Last synced: 20 Nov 2024
https://github.com/matthewbdaly/unframework
Unframework is not a framework. It's an opinionated collection of off-the-shelf PHP components and some very basic glue to stick them together for cases where you don't want to use a full framework
Last synced: 14 Mar 2025
https://github.com/matthewbdaly/rabbitrabbitrabbit
A real-time guestbook apolication. Built with Node.js, MongoDB, Express.js and Socket.io on the server side, and Backbone on the client side.
Last synced: 20 Nov 2024
https://github.com/matthewbdaly/snippetr
A snippet-sharing application written with Django
Last synced: 14 Mar 2025
https://github.com/matthewbdaly/steel-age
A simple WordPress theme I'm working on
Last synced: 14 Mar 2025
https://github.com/matthewbdaly/oldsite
I'm a web developer in Norfolk. This is my blog...
Last synced: 14 Mar 2025
https://github.com/matthewbdaly/react-todos
A simple todo list written to learn about React.js
Last synced: 14 Mar 2025
https://github.com/matthewbdaly/laravel-bookmarks
Simple bookmark model for Laravel
Last synced: 14 Mar 2025
https://github.com/matthewbdaly/mynewanimalfriend-backend
Backend for the My New Animal Friend app built for a tutorial
Last synced: 14 Mar 2025
https://github.com/matthewbdaly/php-mvc-from-scratch
Build a PHP MVC application from scratch
Last synced: 14 Mar 2025
https://github.com/matthewbdaly/my-vim-configuration
My personal Vim config files
Last synced: 14 Mar 2025
https://github.com/matthewbdaly/laravel-cart
Simple shopping cart implementation for Laravel. Loosely inspired by CodeIgniter's shopping cart.
cart laravel php shopping-cart
Last synced: 14 Mar 2025
https://github.com/matthewbdaly/lightweight-laravel
Lightweight Laravel example
Last synced: 14 Mar 2025
https://github.com/matthewbdaly/proper
Proper collections and strings for PHP
Last synced: 20 Nov 2024
https://github.com/matthewbdaly/laravel-admin
A generic admin interface for Laravel
Last synced: 14 Mar 2025
https://github.com/matthewbdaly/laravel-golden-master-tests
A Laravel package allowing for easy golden master tests when writing better tests isn't practical
Last synced: 14 Mar 2025
https://github.com/matthewbdaly/vim-filetype-settings
A set of filetype settings for Vim
Last synced: 14 Mar 2025
https://github.com/matthewbdaly/laravel-flatpages
Laravel flat pages package. Inspired by Django's flatpages
Last synced: 14 Mar 2025
https://github.com/matthewbdaly/react-realtime-markdown-snippets
A simple Markdown snippet creator that uses React.js
Last synced: 14 Mar 2025
https://github.com/matthewbdaly/djibouti
A Django-powered blogging engine with Markdown and Pygments support
Last synced: 14 Mar 2025
https://github.com/matthewbdaly/react-app-skeleton
A simple React app skeleton
Last synced: 14 Mar 2025
https://github.com/matthewbdaly/laravel-postcodes
Laravel Postcode lookup integration
laravel laravel-postcodes lumen postcode
Last synced: 14 Mar 2025
https://github.com/matthewbdaly/snowpack-demo
Simple demo of Snowpack with React, Typescript and Tailwind set up
Last synced: 14 Mar 2025
https://github.com/matthewbdaly/react-kanban
A React-based Kanban board project
Last synced: 14 Mar 2025
https://github.com/matthewbdaly/harmony
Build Laravel API endpoints quickly and easily
api laravel php rest rest-api restful restful-api
Last synced: 14 Mar 2025
https://github.com/matthewbdaly/gatsby-callback-paths
Use a callback to define paths in GatsbyJS
Last synced: 14 Mar 2025
https://github.com/matthewbdaly/laravel-authority
Permissions package
authorization laravel permissions php
Last synced: 07 Apr 2025
https://github.com/matthewbdaly/zephir-collections
A PHP collections library, implemented as a module using Zephir
Last synced: 14 Mar 2025
https://github.com/matthewbdaly/akismet-client
Modern PHP Akismet client. Uses HTTPlug
Last synced: 14 Mar 2025
https://github.com/matthewbdaly/tripstream-app
React app for the Tripstream service
Last synced: 14 Mar 2025
https://github.com/matthewbdaly/demo-simple-static-site
A demo of a site generated using generator-simple-static-blog
Last synced: 14 Mar 2025
https://github.com/matthewbdaly/laravel-devheader
Laravel middleware that adds a header to the page when not in production so you don't mix up dev, staging and production environments.
Last synced: 14 Mar 2025
https://github.com/matthewbdaly/jsbasicshell
An attempt at a web-based shell and BASIC interpreter
Last synced: 14 Mar 2025
https://github.com/matthewbdaly/laravel-postgres-full-text-search
Add Postgres full text search to your models
Last synced: 14 Mar 2025
https://github.com/matthewbdaly/laravel-impersonator
Impersonate other users to assist in resolving issues
impersonator laravel laravel-5-package php
Last synced: 14 Mar 2025
https://github.com/matthewbdaly/linklater-app
App for the LinkLater service
Last synced: 14 Mar 2025
https://github.com/matthewbdaly/php-legacy-code-wiki
A collection of strategies and tips for dealing with PHP legacy code
Last synced: 14 Mar 2025
https://github.com/matthewbdaly/redux-dashboard
A dashboard built with React and Redux
Last synced: 14 Mar 2025
https://github.com/matthewbdaly/vagrant-php-dev-boilerplate-nginx
A variant of my PHP dev boilerplate, using Nginx instead of Apache
Last synced: 14 Mar 2025
https://github.com/matthewbdaly/nginx-unit-basic
Basic Docker container for Nginx Unit
Last synced: 14 Mar 2025
https://github.com/matthewbdaly/30-plants-tracker
React Native app for tracking consumption of 30 plants a week
Last synced: 24 Mar 2025
https://github.com/matthewbdaly/push-service-client
Push service client with swappable drivers to make switching provider easy
Last synced: 14 Mar 2025
https://github.com/matthewbdaly/react-simple-static
Proof of concept for a React-based static site generator
Last synced: 14 Mar 2025
https://github.com/matthewbdaly/pushwoosh-python-library
A Python library for interfacing with Pushwoosh
Last synced: 14 Mar 2025
https://github.com/matthewbdaly/push-client
PHP push notification client with support for multiple providers
Last synced: 14 Mar 2025
https://github.com/matthewbdaly/grunt-prototyping
A simple Grunt plugin for prototyping web apps with Markdown and Handlebars
Last synced: 14 Mar 2025
https://github.com/matthewbdaly/redux-timer
A simple timer written with React and Redux
Last synced: 14 Mar 2025
https://github.com/matthewbdaly/transport-api-client
PHP client for transportapi.com
Last synced: 14 Mar 2025
https://github.com/matthewbdaly/groq-integration
Integration for the Groq API
Last synced: 14 Mar 2025
https://github.com/matthewbdaly/siteupchecker
A simple PHP class for checking if a site is up
Last synced: 14 Mar 2025
https://github.com/matthewbdaly/laravel-blog
Blogging engine built with Laravel
Last synced: 14 Mar 2025
https://github.com/matthewbdaly/laravel-feed
Laravel service controller for the Zend Feed package
Last synced: 14 Mar 2025
https://github.com/matthewbdaly/laravel-gridfs-storage
MongoDB GridFS integration for Laravel's Storage API
Last synced: 14 Mar 2025
https://github.com/matthewbdaly/api-client-boilerplate
Boilerplate for writing PHP API clients. Uses PHPSpec and HTTPlug.
Last synced: 14 Mar 2025
https://github.com/matthewbdaly/behat-steps
A collection of Behat steps I use
Last synced: 14 Mar 2025