Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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)