Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/crazyfactory/php-cf-core
https://github.com/crazyfactory/php-cf-core
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/crazyfactory/php-cf-core
- Owner: crazyfactory
- License: gpl-3.0
- Created: 2016-07-11T04:38:51.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-31T00:35:48.000Z (about 6 years ago)
- Last Synced: 2024-11-06T08:18:08.741Z (2 months ago)
- Language: PHP
- Size: 31.3 KB
- Stars: 0
- Watchers: 11
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CrazyFactory\Core for PHP
A package containing Interfaces and Exceptions regularly used by other packages from Crazy Factory.
| master |
| --- |
| [![Build Status](https://travis-ci.org/crazyfactory/php-cf-core.svg?branch=master)](https://travis-ci.org/crazyfactory/php-cf-core) |## Usage
- add a custom repository to your composer.json file
```
"repositories": [
{
"type": "vcs",
"url": "https://github.com/crazyfactory/php-cf-core"
}
]
```- run ```composer require crazyfactory/php-cf-core```
## Testing
This test offers no real test cases by design as it only contains simple interfaces. Implementations of these should be tested properly within their own packages.
- run ``composer update``
- run ``composer test`` for PHPUnit tests.
- run ``composer lint`` for code style tests.Changelog
- 1.0.7: current Release