Skip to content
/ core Public

Lightweight and pragmatic PHP microframework

License

Notifications You must be signed in to change notification settings

Lou117/core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

You're about to discover Core microframework !

Core microframework gathers some state-of-the-art PHP recommendations and components ensuring that all painful parts of any PHP application are done "the right way". It's up to you to be creative for the rest.

Core is an assembly

Core implements and assembles some PHP recommendations and popular components:

As such, Core is very lightweight, as it implements two of the simplest PSR recommendations ; delegating logging, routing, server request and server response building to renowned and bullet-proof libraries what are Monolog, Guzzle and FastRoute.

What do I do with Core ?

Whatever you want, from HTTP APIs to websites. Core architecture makes no assumption on what you'll gonna build with it, it just provide you with some tools easing your way to the fun part of your project: actually coding what will make it great, not the boilerplate part.

Where do I begin ?

Download Core skeleton application using Composer (composer create-project lou117/core-skeleton): a tutorial will help you through your journey, if you need it !

Core documentation