Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/SidRoberts/phalcon-seeder
Database seeder component for Phalcon
https://github.com/SidRoberts/phalcon-seeder
database migration phalcon
Last synced: 3 months ago
JSON representation
Database seeder component for Phalcon
- Host: GitHub
- URL: https://github.com/SidRoberts/phalcon-seeder
- Owner: SidRoberts
- License: mit
- Created: 2015-08-16T13:14:03.000Z (about 9 years ago)
- Default Branch: 3.0.x
- Last Pushed: 2023-01-26T05:28:24.000Z (almost 2 years ago)
- Last Synced: 2024-07-26T01:00:28.519Z (4 months ago)
- Topics: database, migration, phalcon
- Language: PHP
- Size: 59.6 KB
- Stars: 9
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-phalcon - phalcon-seeder - Database seeder component for Phalcon (ORM)
README
# `Sid\Phalcon\Seeder`
Database seeder component for Phalcon.
[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/SidRoberts/phalcon-seeder/tests.yml?style=for-the-badge)](https://github.com/SidRoberts/phalcon-seeder/actions)
[![GitHub release](https://img.shields.io/github/release/SidRoberts/phalcon-seeder.svg?style=for-the-badge)]()[![GitHub issues](https://img.shields.io/github/issues-raw/SidRoberts/phalcon-seeder.svg?style=for-the-badge)](https://github.com/SidRoberts/phalcon-seeder/issues)
[![GitHub pull requests](https://img.shields.io/github/issues-pr-raw/SidRoberts/phalcon-seeder.svg?style=for-the-badge)](https://github.com/SidRoberts/phalcon-seeder/pulls)## Version Requirements
[![](https://img.shields.io/badge/Phalcon-%3E%3D%205.0.0-76C39B?style=for-the-badge)]()
[![](https://img.shields.io/badge/PHP-%3E%3D%208.0.0-777BB3?style=for-the-badge)]()
## Installing
Install using Composer:
```bash
composer require sidroberts/phalcon-seeder
```## Documentation
See the [Wiki](https://github.com/SidRoberts/phalcon-seeder/wiki).
## License
Licensed under the MIT License.
© [Sid Roberts](https://github.com/SidRoberts)