andrewdyer/skeleton

A starter structure built with the Slim PHP framework

v1.0.1 2021-09-27 18:23 UTC

This package is auto-updated.

Last update: 2024-04-16 00:07:42 UTC


README

PHP Version Require Latest Stable Version Total Downloads License

A starter structure built with the Slim PHP framework.

License

Licensed under the MIT license. Totally free for private or commercial projects.

Get Started

Introduction

I created this bare-bones, boilerplate project for myself just to save a little time when developing my next big idea.

Installation

Run the following command in terminal to create a new skeleton project:

composer create-project andrewdyer/skeleton project_name

Web Server

Once installed, you can start a localhost web server by running the following command from the project root directory in terminal:

php -S localhost:8888 -t public public/index.php

Support

If you are having general issues with this project, then please feel free to contact me on Twitter.

If you believe you have found an issue, please report it using the issue tracker, or better yet, fork the repository and submit a pull request.

Feel free to submit any minor enhancements too. Please do not contribute any big additions as the purpose of this project is to be a simple starting point.

If you're using this as your starter structure, I'd love to hear your thoughts!