Giter Club home page Giter Club logo

php-project-structure-skeleton's Introduction

PHP PROJECT STRUCTURE SKELETON

 

<<<<<<< IN DEVELOPMENT >>>>>>

 

 

Directory Structure

Folder Names: Folder MUST ONLY CONTAIN:
bin/ Command-Line files
config/ Configuration files
docs/ Documentation files
public/ Frontend scripts and assets.
resources/ Resource files
src/ PHP source code
tests/ Test code

For best-practice and standards compliance, a project's folder names MUST match the above example, and each folder MUST only contain the appropriate contents as defined above for each folder. The above folders are only required when a project contains the content associated with a folder.

 

Defa Structure

Files Names: File Purpose:
CHANGELOG(.*) Change log and version history.
CONTRIBUTING(.*) Contributors guidelines.
LICENSE(.*) Licensing information.
README(.*) Project information overview

A package MUST use these names for these root-level files:

 

bin/              # Command-line files
config/           # configuration files
docs/             # documentation files
public/           # web files
resources/        # other resource files
src/              # PHP source files
tests/            # test files
CHANGELOG(.*)     # change notes
CONTRIBUTING(.*)  # contribution guidelines
LICENSE(.*)       # licensing information
README(.*)        # read-me-first file

php-project-structure-skeleton's People

Contributors

jamesgober avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.