A complete web-based system for managing poultry farms — from flock health and production to sales, finance, and client orders.
If you run a poultry farm, this replaces scattered spreadsheets and manual logs with one system. It covers:
- Flock management — batches, mortality, growth tracking
- Production — egg production, feed conversion, daily records
- Health — vaccinations, medications, vet visits
- Sales — orders, invoices, customers, delivery tracking
- Finance — expenses, income, profitability
- Client portal — order placement, tracking, history
- Users & roles — admin, farm manager, staff
- Support — in-app support and subscription requests
- Backend: PHP 8+
- Database: MySQL / MariaDB
- Frontend: HTML, CSS, JavaScript
- Server: Apache with
.htaccess
git clone https://github.com/dicksonmaina/poultry-farm-system.git
cd poultry-farm-system
cp .env.example .env
# Edit .env with your DB credentials
# Import database schema from database/support_requests.sql and seed.php/setup.php
php -S localhost:8000- Clone the repo
- Copy
.env.exampleto.envand update credentials - Create a MySQL database
- Import schema and seed data
- Serve with Apache or PHP built-in server
- Access via browser and create admin user via
setup.php
Use the in-app Support page to request setup help, custom modules, or an ongoing support subscription.
Typical engagements:
- Installation and setup: from $50
- Custom module development: from $100
- Ongoing support: from $20/month
Contact: Richard Dickson Maina
See CONTRIBUTING.md
See CHANGELOG.md
MIT — see LICENSE