carlohcs / core
A conventional core for a PHP application.
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
Requires
- php: >=5.5.9
- doctrine/orm: *
Requires (Dev)
- fzaninotto/faker: ~1.4
- php-di/php-di: ^5.1
- phpunit/phpunit: ~4.0
- pimple/pimple: ~3.0
This package is not auto-updated.
Last update: 2025-03-05 19:36:42 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!