carlohcs/core

A conventional core for a PHP application.

Maintainers

Details

github.com/carlohcs/core

Source

Issues

Installs: 6

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:project

dev-master 2015-10-10 15:53 UTC

This package is not auto-updated.

Last update: 2024-05-01 15:32:06 UTC


README

#Core

A conventional core for a PHP application.

This core provides commons files and definitions to conventionals project. In a basic application, we need models to persist accounts, emails, address...Do tests, use services... This core provides all this and much more!

##Installation

$ composer require carlohcs/core

##Table of contents

  • Models - Common models for common applications.
  • Test/TestCase - A TestCase class with common methods executeds in a simple test.
  • Providers - Common providers for common applications.

You can create more modules and push to this project. Please, collaborate with us!