Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/carlohcs/core
- Owner: carlohcs
- Created: 2015-10-07T22:03:11.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-10T15:53:27.000Z (over 9 years ago)
- Last Synced: 2024-04-16T08:52:40.355Z (9 months ago)
- Language: PHP
- Size: 141 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!