https://github.com/wayofdev/laravel-cycle-orm-factories
Cycle-ORM Entity Factories and Database Seeders for Laravel.
https://github.com/wayofdev/laravel-cycle-orm-factories
laravel php php8
Last synced: 5 months ago
JSON representation
Cycle-ORM Entity Factories and Database Seeders for Laravel.
- Host: GitHub
- URL: https://github.com/wayofdev/laravel-cycle-orm-factories
- Owner: wayofdev
- License: mit
- Created: 2023-06-06T10:52:07.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-09-07T23:37:16.000Z (5 months ago)
- Last Synced: 2025-09-08T01:18:00.300Z (5 months ago)
- Topics: laravel, php, php8
- Language: PHP
- Homepage: https://laravel-cycle-orm-adapter.wayof.dev
- Size: 951 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Laravel Package Template
This is minimal Laravel template which is used by other PHP projects in wayofdev organization.
If you **like/use** this package, please consider **starring** it. Thanks!

## ๐ฟ Installation
### โ Using composer
Require as dependency:
```bash
$ composer req wayofdev/laravel-cycle-orm-factories
```
## ๐งช Running Tests
### โ PHPUnit tests
To run tests, run the following command:
```bash
$ make test
```
### โ Static Analysis
Code quality using PHPStan:
```bash
$ make stan
```
### โ Coding Standards Fixing
Fix code using The PHP Coding Standards Fixer (PHP CS Fixer) to follow our standards:
```bash
$ make cs-fix
```
## ๐ค License
[](./LICENSE)
## ๐๐ผโโ๏ธ Author Information
Created in **2023** by [lotyp / wayofdev](https://github.com/wayofdev)