Skip to content

Instantly share code, notes, and snippets.

@philsturgeon
Last active January 2, 2016 17:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save philsturgeon/8340797 to your computer and use it in GitHub Desktop.
Save philsturgeon/8340797 to your computer and use it in GitHub Desktop.
Framework Stuff Names

Following the assumption that part of what makes something a "framework" is that it dictates architecture, the "sample application" or "application layer" is what should be called the "Framework". In which case those people would label these repos differently.

https://github.com/laravel/laravel/ - This is the "framework"

https://github.com/illuminate - This is the "component vendor", where multiple "components" or "packages" can be found.

https://github.com/laravel/framework - This is... something other than "framework". FuelPHP use foundation, or maybe "kernel", or... something.

For other projects this distinction is different.

Aura

Aura is not a "framework", but there is a package which IS a framework. So, Aura is a "Component Vendor", which also makes a "framework" as one of its components.

Packages: http://auraphp.com/packages/v2 Framework: https://github.com/auraphp/Aura.Framework_Project

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment