User accounts
Employees can register, log in, browse active auctions, bid, and view their own auction activity.
Internal auction software for small businesses
IntraBids is a lightweight PHP/MySQL auction site built for internal business use. Let employees register, authorize trusted users to create auctions, organize items by category, and automatically close auctions when time runs out.
Tip: for the direct download button to always work, upload the latest release asset to GitHub using the filename IntraBids-latest.zip.
What it does
IntraBids avoids unnecessary approval workflows. A global admin authorizes trusted auction creators, and those users can post items directly.
Employees can register, log in, browse active auctions, bid, and view their own auction activity.
Global admins can grant selected registered users permission to create and manage auctions.
Auctions support start and end times, scheduled listings, active bidding, recently ended auctions, and automatic winner selection.
Items can be organized by category, with category filters and visible item counts for easier browsing.
Use a configured SMTP account for bid, winner, and auction-ending notifications.
Configure site title, logo, timezone, recently ended window, SMTP settings, and other global options.
Screenshots
These placeholders are intentionally left ready for screenshots after you capture the live application.
Install
Upload the files to your web server, open the installer, enter your database and admin details, then start creating categories and auctions.
unzip IntraBids-latest.zip
sudo cp -r intrabids /var/www/html/IntraBids
sudo chown -R www-data:www-data /var/www/html/IntraBids/config /var/www/html/IntraBids/uploads
# Open in browser:
# https://IntraBids.com/install.php
Open source
The project repository is where you can publish releases, track changes, and provide installation notes.