Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/carlohcs/core

A conventional core for a PHP application.
https://github.com/carlohcs/core

Last synced: 2 months ago
JSON representation

A conventional core for a PHP application.

Awesome Lists containing this project

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](./src/Core/Models) - Common models for common applications.
- [Test/TestCase](./src/Test/TestCase.php) - A TestCase class with common methods executeds in a simple test.
- [Providers](./src/Providers) - Common providers for common applications.

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