Age-PHP: a PHP implementation of age encryption (post-quantum)
Post-quantum hybrid encryption finally arrives in PHP where it's been missing.
Solves the Vinted no-API problem so resellers stop overselling at 2am.
Online resellers, flippers
List Perfectly · Vendoo · Crosslist.app
The hard problem isn't the listing — it's the sync. When something sells on Depop at 2am, eBay and Vinted stock needs to update in seconds or the seller wakes up to overselling complaints and bad reviews.
Some things I learned building this:
- Marketplace APIs lie: Response formats change silently. Endpoints return 404 for reasons that have nothing to do with the item not existing. You can't trust the contract — you need fallbacks for everything.
- Relisting matters more than listing: Resellers delete and re-post items to boost visibility in marketplace algorithms. The difference between random relisting and data-driven relisting is measurable in sales.
- AI handles the heavy lifting: Take a photo, and AI generates the title, description, category, price, and condition — ready to list across all platforms. The mobile app also has an AI chat agent that helps sellers refine existing listings with better copy and pricing based on what actually sells.
- Smart pricing across platforms: Each marketplace has different fee structures, shipping costs, and buyer expectations. We built a pricing engine that adjusts prices per-platform so sellers hit their target sellthrough rates everywhere without manual calculations.
- Mobile app for on-the-go sourcing: Sellers photograph items at charity shops or car boot sales, AI creates the listing, and it's live on 8 platforms before they leave the shop.
- WordPress scales further than people think: We process 500,000+ products and tens of thousands of async jobs daily on a PHP/WordPress stack. It's not sexy but it works.
~1,000 resellers use it. 30-day free trial, paid plans from £19/month.
Happy to answer questions about the reselling market or building on top of platforms that don't want you to.
Post-quantum hybrid encryption finally arrives in PHP where it's been missing.
You can ask an MCP-enabled assistant to compare the same listing across countries and get a compact table showing where to buy low and sell high — that cross-border compare_prices call is the clear killer feature. The author solved real scraping pain (Cloudflare, TLS fingerprints, residential proxies) and wrapped it as a drop-in npx/Apify MCP server, but expect maintenance friction and legal/scraping risks over time.
Curated directory of indie SaaS alternatives competing directly with AlternativeTo.
AI-generated fables about PHP routing isn't a product, it's marketing content.
Auto-generates 40+ SEO pages per listing, but SaaS directories are a saturated graveyard.
Wraps security tools in a DSL without beating standard Python scripts.